Home
last modified time | relevance | path

Searched refs:synchronization (Results 1 – 25 of 589) sorted by relevance

12345678910>>...24

/external/deqp/doc/testspecs/GLES31/
Dfunctional.synchronization.txt19 Shader Storage / Image Storage synchronization tests
22 + dEQP-GLES31.functional.synchronization.*
26 + In-invocation synchronization
27 - Test synchronization primitives within a single invocation.
29 + Inter-invocation synchronization
30 - Test synchronization between work group invocations.
32 + Inter-call synchronization
33 - Test synchronization between draw calls
37 - Inter-invocation synchronization without use of barrier()
42 In-invocation synchronization tests read and write to a coherent image or
[all …]
/external/tensorflow/tensorflow/python/ops/
Dvariable_scope.py298 synchronization=VariableSynchronization.AUTO, argument
449 synchronization=VariableSynchronization.AUTO, argument
474 synchronization=synchronization,
495 synchronization=synchronization,
518 synchronization=synchronization,
523 synchronization=synchronization, trainable=trainable)
542 "synchronization": synchronization,
566 synchronization=synchronization,
583 synchronization=VariableSynchronization.AUTO, argument
782 synchronization=synchronization,
[all …]
/external/autotest/server/site_tests/cheets_CTS_P/
Dcontrol.x86.CtsDeqpTestCases.dEQP-VK.synchronization8 NAME = 'cheets_CTS_P.x86.CtsDeqpTestCases.dEQP-VK.synchronization'
16 DOC = 'Run module CtsDeqpTestCases.dEQP-VK.synchronization of the Android Compatibility Test Suite …
25 tag='x86.CtsDeqpTestCases.dEQP-VK.synchronization',
26 test_name='cheets_CTS_P.x86.CtsDeqpTestCases.dEQP-VK.synchronization',
27 …ilter', 'CtsDeqpTestCases', '--module', 'CtsDeqpTestCases', '--test', 'dEQP-VK.synchronization.*'],
Dcontrol.arm.CtsDeqpTestCases.dEQP-VK.synchronization8 NAME = 'cheets_CTS_P.arm.CtsDeqpTestCases.dEQP-VK.synchronization'
16 DOC = 'Run module CtsDeqpTestCases.dEQP-VK.synchronization of the Android Compatibility Test Suite …
25 tag='arm.CtsDeqpTestCases.dEQP-VK.synchronization',
26 test_name='cheets_CTS_P.arm.CtsDeqpTestCases.dEQP-VK.synchronization',
27 …ilter', 'CtsDeqpTestCases', '--module', 'CtsDeqpTestCases', '--test', 'dEQP-VK.synchronization.*'],
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/
Dmemory-legalizer-invalid-syncscope.ll4 …: error: <unknown>:0:0: in function invalid_fence void (): Unsupported atomic synchronization scope
11 … in function invalid_load void (i32*, i32*): Unsupported non-inclusive atomic synchronization scope
20 … in function invalid_store void (i32, i32*): Unsupported non-inclusive atomic synchronization scope
28 …ction invalid_cmpxchg void (i32*, i32, i32): Unsupported non-inclusive atomic synchronization scope
37 …0: in function invalid_rmw void (i32*, i32): Unsupported non-inclusive atomic synchronization scope
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationTests.cpp41 namespace synchronization namespace
82 group->addChild(synchronization::createCrossInstanceSharingTest(testCtx)); in createChildren()
83 group->addChild(synchronization::createWin32KeyedMutexTest(testCtx)); in createChildren()
DCMakeLists.txt41 add_library(deqp-vk-synchronization STATIC ${DEQP_VK_SYNCHRONIZATION_SRCS})
42 target_link_libraries(deqp-vk-synchronization ${DEQP_VK_SYNCHRONIZATION_LIBS})
DvktSynchronizationInternallySynchronizedObjectsTests.hpp31 namespace synchronization namespace
DvktSynchronizationSmokeTests.hpp31 namespace synchronization namespace
DvktSynchronizationCrossInstanceSharingTests.hpp32 namespace synchronization namespace
DvktSynchronizationWin32KeyedMutexTests.hpp32 namespace synchronization namespace
DvktSynchronizationBasicSemaphoreTests.hpp31 namespace synchronization namespace
DvktSynchronizationBasicEventTests.hpp31 namespace synchronization namespace
DvktSynchronizationTests.hpp31 namespace synchronization namespace
DvktSynchronizationBasicFenceTests.hpp31 namespace synchronization namespace
/external/compiler-rt/lib/tsan/rtl/
Dtsan_flags.inc72 "Controls level of synchronization implied by IO operations. "
73 "0 - no synchronization "
74 "1 - reasonable level of synchronization (write->read)"
75 "2 - global synchronization of all IO operations.")
/external/deqp/external/vulkancts/modules/vulkan/
DCMakeLists.txt23 add_subdirectory(synchronization)
59 synchronization
115 deqp-vk-synchronization
/external/tensorflow/tensorflow/contrib/framework/python/ops/
Dvariables.py215 synchronization=variables.VariableSynchronization.AUTO, argument
276 synchronization=synchronization,
293 synchronization=variables.VariableSynchronization.AUTO, argument
349 synchronization=synchronization,
/external/libchrome/libchrome_tools/patch/
D8fbafc9.patch22 +#include "base/synchronization/condition_variable.h"
23 #include "base/synchronization/lock.h"
/external/tensorflow/tensorflow/python/layers/
Dbase.py308 synchronization=vs.VariableSynchronization.AUTO, argument
372 synchronization=vs.VariableSynchronization.AUTO,
377 if synchronization == vs.VariableSynchronization.ON_READ:
440 synchronization=synchronization,
/external/tensorflow/tensorflow/python/distribute/
Ddistribute_lib_test.py35 def _get_test_variable(name, synchronization, aggregation): argument
38 "synchronization": synchronization,
124 synchronization=variable_scope.VariableSynchronization.ON_WRITE,
/external/tensorflow/tensorflow/contrib/distribute/python/
Dmirrored_strategy_multigpu_test.py446 synchronization=variable_scope.VariableSynchronization.ON_READ,
451 synchronization=variable_scope.VariableSynchronization.ON_WRITE,
483 synchronization=variable_scope.VariableSynchronization.ON_READ,
487 synchronization=variable_scope.VariableSynchronization.ON_WRITE,
519 synchronization=variable_scope.VariableSynchronization.ON_READ,
524 synchronization=variable_scope.VariableSynchronization.ON_WRITE,
602 synchronization=variable_scope.VariableSynchronization.NONE)
613 synchronization=variable_scope.VariableSynchronization.NONE)
620 variable_scope.variable(1.0, name="v", synchronization="Invalid")
629 synchronization=variable_scope.VariableSynchronization.ON_WRITE,
[all …]
/external/u-boot/doc/device-tree-bindings/mailbox/
Dnvidia,tegra186-hsp.txt4 together. It provides a set of hardware synchronization primitives for
6 protocols can use hardware synchronization primitives, when operating between
/external/mesa3d/docs/specs/
DMESA_multithread_makecurrent.spec34 objects in parallel, and leaves synchronization for write access
72 current to multiple threads, with synchronization of access to
138 synchronization (beyond that already required by context sharing)
/external/wayland-protocols/chromium.org/unstable/vsync-feedback/
DREADME1 Vertical synchronization timing feedback protocol

12345678910>>...24