Searched refs:SyncType (Results 1 - 4 of 4) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
H A D | vktGlobalPriorityQueueTests.cpp | 65 enum class SyncType class 79 SyncType syncType; 369 case SyncType::None: in submitCommands() 373 case SyncType::Semaphore: in submitCommands() 934 std::pair<SyncType, const char*> in createGlobalPriorityQueueTests() 937 { SyncType::None, "no_sync" }, in createGlobalPriorityQueueTests() 938 { SyncType::Semaphore, "semaphore" }, in createGlobalPriorityQueueTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
H A D | vktGlobalPriorityQueueTests.cpp | 64 enum class SyncType class 78 SyncType syncType; 416 case SyncType::None: in submitCommands() 420 case SyncType::Semaphore: in submitCommands() 1036 std::pair<SyncType, const char*> in createGlobalPriorityQueueTests() 1039 { SyncType::None, "no_sync" }, in createGlobalPriorityQueueTests() 1040 { SyncType::Semaphore, "semaphore" }, in createGlobalPriorityQueueTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory_model/ |
H A D | vktMemoryModelMessagePassing.cpp | 74 } SyncType; typedef 121 SyncType syncType; 1981 (SyncType)stCases[stNdx].value, // SyncType syncType; in createTests() 2127 (SyncType)stCases[stNdx].value, // SyncType syncType; in createTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory_model/ |
H A D | vktMemoryModelMessagePassing.cpp | 74 } SyncType; typedef 121 SyncType syncType; 1956 (SyncType)stCases[stNdx].value, // SyncType syncType; in createTests() 2100 (SyncType)stCases[stNdx].value, // SyncType syncType; in createTests()
|
Completed in 11 milliseconds