Home
last modified time | relevance | path

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

123456

/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/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.txt37 add_library(deqp-vk-synchronization STATIC ${DEQP_VK_SYNCHRONIZATION_SRCS})
38 target_link_libraries(deqp-vk-synchronization ${DEQP_VK_SYNCHRONIZATION_LIBS})
DvktSynchronizationBasicEventTests.hpp31 namespace synchronization namespace
DvktSynchronizationInternallySynchronizedObjectsTests.hpp31 namespace synchronization namespace
DvktSynchronizationBasicFenceTests.hpp31 namespace synchronization namespace
DvktSynchronizationSmokeTests.hpp31 namespace synchronization namespace
DvktSynchronizationBasicSemaphoreTests.hpp31 namespace synchronization namespace
DvktSynchronizationCrossInstanceSharingTests.hpp32 namespace synchronization namespace
DvktSynchronizationWin32KeyedMutexTests.hpp32 namespace synchronization namespace
DvktSynchronizationTests.hpp31 namespace synchronization namespace
DvktSynchronizationOperationSingleQueueTests.hpp31 namespace synchronization namespace
DvktSynchronizationOperationMultiQueueTests.hpp31 namespace synchronization namespace
DvktSynchronizationOperationTestData.hpp33 namespace synchronization namespace
/external/valgrind/drd/tests/
Dannotate_hb_err.stderr.exp2 wrong type of synchronization object
9 wrong type of synchronization object
16 wrong type of synchronization object
/external/libchrome/base/
Dbase.gypi600 'synchronization/cancellation_flag.cc',
601 'synchronization/cancellation_flag.h',
602 'synchronization/condition_variable.h',
603 'synchronization/condition_variable_posix.cc',
604 'synchronization/condition_variable_win.cc',
605 'synchronization/lock.cc',
606 'synchronization/lock.h',
607 'synchronization/lock_impl.h',
608 'synchronization/lock_impl_posix.cc',
609 'synchronization/lock_impl_win.cc',
[all …]
DBUILD.gn728 "synchronization/cancellation_flag.cc",
729 "synchronization/cancellation_flag.h",
730 "synchronization/condition_variable.h",
731 "synchronization/condition_variable_posix.cc",
732 "synchronization/condition_variable_win.cc",
733 "synchronization/lock.cc",
734 "synchronization/lock.h",
735 "synchronization/lock_impl.h",
736 "synchronization/lock_impl_posix.cc",
737 "synchronization/lock_impl_win.cc",
[all …]
/external/deqp/external/vulkancts/modules/vulkan/
DCMakeLists.txt21 add_subdirectory(synchronization)
48 synchronization
98 deqp-vk-synchronization
/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/libchrome/
DAndroid.bp174 "base/synchronization/cancellation_flag.cc",
175 "base/synchronization/condition_variable_posix.cc",
176 "base/synchronization/lock.cc",
177 "base/synchronization/lock_impl_posix.cc",
178 "base/synchronization/read_write_lock_posix.cc",
179 "base/synchronization/waitable_event_posix.cc",
490 "base/synchronization/cancellation_flag_unittest.cc",
491 "base/synchronization/condition_variable_unittest.cc",
492 "base/synchronization/lock_unittest.cc",
493 "base/synchronization/waitable_event_unittest.cc",
DSConstruct146 synchronization/cancellation_flag.cc
147 synchronization/condition_variable_posix.cc
148 synchronization/lock.cc
149 synchronization/lock_impl_posix.cc
150 synchronization/read_write_lock_posix.cc
151 synchronization/waitable_event_posix.cc
152 synchronization/waitable_event_watcher_posix.cc
/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/skia/site/user/special/
Dvulkan.md51 The client is responsible for any synchronization or barriers needed before
54 for additional synchronization.
/external/autotest/client/tests/tsc/
Dcontrol8 checktsc is a user space program that checks TSC synchronization
/external/libavc/common/arm/
Dih264_arm_memory_barrier.s26 @* Contains function definitions for data synchronization.

123456