/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
H A D | vktSynchronizationTests.cpp | 98 const bool isSynchronization2 (type == SynchronizationType::SYNCHRONIZATION2); in getGroupName() 113 const bool isSynchronization2 (type == SynchronizationType::SYNCHRONIZATION2); in createTestsInternal() 182 de::MovePtr<tcu::TestCaseGroup> testGroup(createTestsInternal(testCtx, SynchronizationType::SYNCHRONIZATION2, name, videoCodecOperation)); in createSynchronization2Tests()
|
H A D | vktSynchronizationBasicEventTests.cpp | 188 SynchronizationWrapperPtr synchronizationWrapper = getSynchronizationWrapper(SynchronizationType::SYNCHRONIZATION2, vk, DE_FALSE); in eventSetResetNoneStage() 210 // SynchronizationWrapperPtr synchronizationWrapper = getSynchronizationWrapper(SynchronizationType::SYNCHRONIZATION2, vk, DE_FALSE); in eventSetResetNoneStage() 428 if (config.type == SynchronizationType::SYNCHRONIZATION2) in checkSupport() 481 SynchronizationType::SYNCHRONIZATION2, in createSynchronization2BasicEventTests() member in vkt::synchronization::SynchronizationType
|
H A D | vktSynchronizationTimelineSemaphoreTests.cpp | 265 if (m_type == SynchronizationType::SYNCHRONIZATION2) 396 if (m_type == SynchronizationType::SYNCHRONIZATION2) 568 if (type == SynchronizationType::SYNCHRONIZATION2) in checkSupport() 1098 if (m_type == SynchronizationType::SYNCHRONIZATION2) 1249 : DeviceHostTestsBase(testCtx, SynchronizationType::SYNCHRONIZATION2) in Sytnchronization2DeviceHostTests() 1320 if (type == SynchronizationType::SYNCHRONIZATION2) in createTestDevice() 1732 if (m_type == SynchronizationType::SYNCHRONIZATION2) 2234 if (m_type == SynchronizationType::SYNCHRONIZATION2) 2669 const SynchronizationType type (SynchronizationType::SYNCHRONIZATION2); in createSynchronization2TimelineSemaphoreTests()
|
H A D | vktSynchronizationBasicSemaphoreTests.cpp | 638 if (config.type == SynchronizationType::SYNCHRONIZATION2) in basicMultiQueueCase() 837 if (config.type == SynchronizationType::SYNCHRONIZATION2) in checkSupport() 875 if (type == SynchronizationType::SYNCHRONIZATION2) in createBasicBinarySemaphoreTests()
|
H A D | vktSynchronizationOperationSingleQueueTests.cpp | 639 if (m_type == SynchronizationType::SYNCHRONIZATION2) in checkSupport() 745 if (data.type == SynchronizationType::SYNCHRONIZATION2) in createTests()
|
H A D | vktSynchronizationUtil.hpp | 46 SYNCHRONIZATION2, member in vkt::synchronization::SynchronizationType
|
H A D | vktSynchronizationNoneStageTests.cpp | 1446 { SynchronizationType::SYNCHRONIZATION2, "", true }, in createNoneStageTests() member in vkt::synchronization::SynchronizationType 1447 { SynchronizationType::SYNCHRONIZATION2, "old_access_", false }, in createNoneStageTests() member in vkt::synchronization::SynchronizationType
|
H A D | vktSynchronizationOperationMultiQueueTests.cpp | 171 if (type == SynchronizationType::SYNCHRONIZATION2) in MultiQueues() 906 if (m_type == SynchronizationType::SYNCHRONIZATION2) in checkSupport()
|
H A D | vktSynchronizationSmokeTests.cpp | 156 if (config.synchronizationType == SynchronizationType::SYNCHRONIZATION2) in createTestDevice() 1291 if (config.synchronizationType == SynchronizationType::SYNCHRONIZATION2) in checkSupport() 1311 SynchronizationType type (SynchronizationType::SYNCHRONIZATION2); in createSynchronization2SmokeTests()
|
H A D | vktSynchronizationSignalOrderTests.cpp | 1091 if (m_type == SynchronizationType::SYNCHRONIZATION2) in checkSupport() 1654 if (m_type == SynchronizationType::SYNCHRONIZATION2) in checkSupport()
|
H A D | vktSynchronizationCrossInstanceSharingTests.cpp | 117 if (config.type == SynchronizationType::SYNCHRONIZATION2) in NotSupportedChecker()
|
H A D | vktSynchronizationOperation.cpp | 3913 if (m_context.getSynchronizationType() == SynchronizationType::SYNCHRONIZATION2) in recordCommands() 3943 if (m_context.getSynchronizationType() == SynchronizationType::SYNCHRONIZATION2) in getOutSyncInfo() 5176 if (m_context.getSynchronizationType() == SynchronizationType::SYNCHRONIZATION2) in getInSyncInfo()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
H A D | vktSynchronizationTests.cpp | 98 const bool isSynchronization2 (type == SynchronizationType::SYNCHRONIZATION2); in getGroupName() 121 const bool isSynchronization2 (type == SynchronizationType::SYNCHRONIZATION2); in createTestsInternal() 180 de::MovePtr<tcu::TestCaseGroup> testGroup(createTestsInternal(testCtx, SynchronizationType::SYNCHRONIZATION2, videoCodecOperation)); in createSynchronization2Tests()
|
H A D | vktSynchronizationBasicEventTests.cpp | 188 SynchronizationWrapperPtr synchronizationWrapper = getSynchronizationWrapper(SynchronizationType::SYNCHRONIZATION2, vk, DE_FALSE); in eventSetResetNoneStage() 210 // SynchronizationWrapperPtr synchronizationWrapper = getSynchronizationWrapper(SynchronizationType::SYNCHRONIZATION2, vk, DE_FALSE); in eventSetResetNoneStage() 428 if (config.type == SynchronizationType::SYNCHRONIZATION2) in checkSupport() 475 SynchronizationType::SYNCHRONIZATION2, in createSynchronization2BasicEventTests() member in vkt::synchronization::SynchronizationType
|
H A D | vktSynchronizationTimelineSemaphoreTests.cpp | 266 if (m_type == SynchronizationType::SYNCHRONIZATION2) 397 if (m_type == SynchronizationType::SYNCHRONIZATION2) 564 if (type == SynchronizationType::SYNCHRONIZATION2) in checkSupport() 1094 if (m_type == SynchronizationType::SYNCHRONIZATION2) 1242 : DeviceHostTestsBase(testCtx, SynchronizationType::SYNCHRONIZATION2) in Sytnchronization2DeviceHostTests() 1312 if (type == SynchronizationType::SYNCHRONIZATION2) in createTestDevice() 1733 if (m_type == SynchronizationType::SYNCHRONIZATION2) 2224 if (m_type == SynchronizationType::SYNCHRONIZATION2) 2654 const SynchronizationType type (SynchronizationType::SYNCHRONIZATION2); in createSynchronization2TimelineSemaphoreTests()
|
H A D | vktSynchronizationBasicSemaphoreTests.cpp | 558 if (config.type == SynchronizationType::SYNCHRONIZATION2) in basicMultiQueueCase() 757 if (config.type == SynchronizationType::SYNCHRONIZATION2) in checkSupport() 793 if (type == SynchronizationType::SYNCHRONIZATION2) in createBasicBinarySemaphoreTests()
|
H A D | vktSynchronizationUtil.hpp | 46 SYNCHRONIZATION2, member in vkt::synchronization::SynchronizationType
|
H A D | vktSynchronizationNoneStageTests.cpp | 1441 { SynchronizationType::SYNCHRONIZATION2, "", true }, in createNoneStageTests() member in vkt::synchronization::SynchronizationType 1442 { SynchronizationType::SYNCHRONIZATION2, "old_access_", false }, in createNoneStageTests() member in vkt::synchronization::SynchronizationType
|
H A D | vktSynchronizationOperationMultiQueueTests.cpp | 159 if (type == SynchronizationType::SYNCHRONIZATION2) in MultiQueues() 892 if (m_type == SynchronizationType::SYNCHRONIZATION2) in checkSupport()
|
H A D | vktSynchronizationSmokeTests.cpp | 157 if (config.synchronizationType == SynchronizationType::SYNCHRONIZATION2) in createTestDevice() 1292 if (config.synchronizationType == SynchronizationType::SYNCHRONIZATION2) in checkSupport() 1312 SynchronizationType type (SynchronizationType::SYNCHRONIZATION2); in createSynchronization2SmokeTests()
|
H A D | vktSynchronizationOperationSingleQueueTests.cpp | 639 if (m_type == SynchronizationType::SYNCHRONIZATION2) in checkSupport()
|
H A D | vktSynchronizationSignalOrderTests.cpp | 1072 if (m_type == SynchronizationType::SYNCHRONIZATION2) in checkSupport() 1634 if (m_type == SynchronizationType::SYNCHRONIZATION2) in checkSupport()
|
H A D | vktSynchronizationCrossInstanceSharingTests.cpp | 120 if (config.type == SynchronizationType::SYNCHRONIZATION2) in NotSupportedChecker()
|
H A D | vktSynchronizationOperation.cpp | 3776 if (m_context.getSynchronizationType() == SynchronizationType::SYNCHRONIZATION2) in recordCommands() 3806 if (m_context.getSynchronizationType() == SynchronizationType::SYNCHRONIZATION2) in getOutSyncInfo() 5037 if (m_context.getSynchronizationType() == SynchronizationType::SYNCHRONIZATION2) in getInSyncInfo()
|