/external/deqp/doc/testspecs/GLES31/ |
D | functional.synchronization.txt | 19 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/ |
D | variable_scope.py | 298 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/ |
D | control.x86.CtsDeqpTestCases.dEQP-VK.synchronization | 8 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.*'],
|
D | control.arm.CtsDeqpTestCases.dEQP-VK.synchronization | 8 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/ |
D | memory-legalizer-invalid-syncscope.ll | 4 …: 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/ |
D | vktSynchronizationTests.cpp | 41 namespace synchronization namespace 82 group->addChild(synchronization::createCrossInstanceSharingTest(testCtx)); in createChildren() 83 group->addChild(synchronization::createWin32KeyedMutexTest(testCtx)); in createChildren()
|
D | CMakeLists.txt | 41 add_library(deqp-vk-synchronization STATIC ${DEQP_VK_SYNCHRONIZATION_SRCS}) 42 target_link_libraries(deqp-vk-synchronization ${DEQP_VK_SYNCHRONIZATION_LIBS})
|
D | vktSynchronizationInternallySynchronizedObjectsTests.hpp | 31 namespace synchronization namespace
|
D | vktSynchronizationSmokeTests.hpp | 31 namespace synchronization namespace
|
D | vktSynchronizationCrossInstanceSharingTests.hpp | 32 namespace synchronization namespace
|
D | vktSynchronizationWin32KeyedMutexTests.hpp | 32 namespace synchronization namespace
|
D | vktSynchronizationBasicSemaphoreTests.hpp | 31 namespace synchronization namespace
|
D | vktSynchronizationBasicEventTests.hpp | 31 namespace synchronization namespace
|
D | vktSynchronizationTests.hpp | 31 namespace synchronization namespace
|
D | vktSynchronizationBasicFenceTests.hpp | 31 namespace synchronization namespace
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_flags.inc | 72 "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/ |
D | CMakeLists.txt | 23 add_subdirectory(synchronization) 59 synchronization 115 deqp-vk-synchronization
|
/external/tensorflow/tensorflow/contrib/framework/python/ops/ |
D | variables.py | 215 synchronization=variables.VariableSynchronization.AUTO, argument 276 synchronization=synchronization, 293 synchronization=variables.VariableSynchronization.AUTO, argument 349 synchronization=synchronization,
|
/external/libchrome/libchrome_tools/patch/ |
D | 8fbafc9.patch | 22 +#include "base/synchronization/condition_variable.h" 23 #include "base/synchronization/lock.h"
|
/external/tensorflow/tensorflow/python/layers/ |
D | base.py | 308 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/ |
D | distribute_lib_test.py | 35 def _get_test_variable(name, synchronization, aggregation): argument 38 "synchronization": synchronization, 124 synchronization=variable_scope.VariableSynchronization.ON_WRITE,
|
/external/tensorflow/tensorflow/contrib/distribute/python/ |
D | mirrored_strategy_multigpu_test.py | 446 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/ |
D | nvidia,tegra186-hsp.txt | 4 together. It provides a set of hardware synchronization primitives for 6 protocols can use hardware synchronization primitives, when operating between
|
/external/mesa3d/docs/specs/ |
D | MESA_multithread_makecurrent.spec | 34 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/ |
D | README | 1 Vertical synchronization timing feedback protocol
|