/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationTests.cpp | 50 tcu::TestCaseGroup* createBasicTests (tcu::TestContext& testCtx, SynchronizationType type) in createBasicTests() 54 if (type == SynchronizationType::LEGACY) in createBasicTests() 73 OperationTests (tcu::TestContext& testCtx, SynchronizationType type) in OperationTests() 86 SynchronizationType m_type; 92 tcu::TestCaseGroup* createTestsInternal (tcu::TestContext& testCtx, SynchronizationType type) in createTestsInternal() 94 const bool isSynchronization2 (type == SynchronizationType::SYNCHRONIZATION2); in createTestsInternal() 130 return createTestsInternal(testCtx, SynchronizationType::LEGACY); in createSynchronizationTests() 136 return createTestsInternal(testCtx, SynchronizationType::SYNCHRONIZATION2); in createSynchronization2Tests()
|
D | vktSynchronizationTimelineSemaphoreTests.cpp | 112 const SynchronizationType type, in deviceSignal() 164 WaitTestInstance (Context& context, SynchronizationType type, bool waitAll, bool signalFromDevice) in WaitTestInstance() 246 const SynchronizationType m_type; 254 …WaitTestCase (tcu::TestContext& testCtx, const std::string& name, SynchronizationType type, bool w… in WaitTestCase() 265 if (m_type == SynchronizationType::SYNCHRONIZATION2) in checkSupport() 275 const SynchronizationType m_type; 285 HostWaitBeforeSignalTestInstance (Context& context, SynchronizationType type) in HostWaitBeforeSignalTestInstance() 379 const SynchronizationType m_type; 387 SynchronizationType type) in HostWaitBeforeSignalTestCase() 396 if (m_type == SynchronizationType::SYNCHRONIZATION2) in checkSupport() [all …]
|
D | vktSynchronizationOperation.hpp | 137 SynchronizationType syncType, 141 SynchronizationType syncType, 148 SynchronizationType syncType, 157 SynchronizationType getSynchronizationType (void) const { return m_syncType; } in getSynchronizationType() 173 const SynchronizationType m_syncType;
|
D | vktSynchronizationBasicSemaphoreTests.hpp | 34 …CaseGroup* createBasicBinarySemaphoreTests (tcu::TestContext& testCtx, SynchronizationType type); 35 …aseGroup* createBasicTimelineSemaphoreTests (tcu::TestContext& testCtx, SynchronizationType type);
|
D | vktSynchronizationOperationSingleQueueTests.cpp | 57 …BaseTestInstance (Context& context, SynchronizationType type, const ResourceDescription& resourceD… in BaseTestInstance() 68 SynchronizationType m_type; 78 …EventTestInstance (Context& context, SynchronizationType type, const ResourceDescription& resource… in EventTestInstance() 163 …BarrierTestInstance (Context& context, SynchronizationType type, const ResourceDescription& resour… in BarrierTestInstance() 246 …BinarySemaphoreTestInstance (Context& context, SynchronizationType type, const ResourceDescription… in BinarySemaphoreTestInstance() 369 …TimelineSemaphoreTestInstance (Context& context, SynchronizationType type, const ResourceDescripti… in TimelineSemaphoreTestInstance() 514 SynchronizationType m_type; 524 …FenceTestInstance (Context& context, SynchronizationType type, const ResourceDescription& resource… in FenceTestInstance() 608 SynchronizationType type, in SyncTestCase() 641 if (m_type == SynchronizationType::SYNCHRONIZATION2) in checkSupport() [all …]
|
D | vktSynchronizationOperationMultiQueueTests.cpp | 112 MultiQueues (const Context& context, SynchronizationType type, bool timelineSemaphore) in MultiQueues() 155 if (type == SynchronizationType::SYNCHRONIZATION2) in MultiQueues() 302 …static SharedPtr<MultiQueues> getInstance(const Context& context, SynchronizationType type, bool t… in getInstance() 388 …BaseTestInstance (Context& context, SynchronizationType type, const ResourceDescription& resourceD… in BaseTestInstance() 400 const SynchronizationType m_type; 411 …BinarySemaphoreTestInstance (Context& context, SynchronizationType type, const ResourceDescription… in BinarySemaphoreTestInstance() 527 …TimelineSemaphoreTestInstance (Context& context, SynchronizationType type, const ResourceDescripti… in TimelineSemaphoreTestInstance() 707 …FenceTestInstance (Context& context, SynchronizationType type, const ResourceDescription& resource… in FenceTestInstance() 795 SynchronizationType type, in BaseTestCase() 830 if (m_type == SynchronizationType::SYNCHRONIZATION2) in checkSupport() [all …]
|
D | vktSynchronizationSignalOrderTests.cpp | 480 SynchronizationType type, in QueueSubmitSignalOrderSharedTestInstance() 1018 SynchronizationType m_type; 1033 SynchronizationType type, in QueueSubmitSignalOrderSharedTestCase() 1070 if (m_type == SynchronizationType::SYNCHRONIZATION2) in checkSupport() 1094 SynchronizationType m_type; 1107 …QueueSubmitSignalOrderSharedTests (tcu::TestContext& testCtx, SynchronizationType type, VkSemaphor… in QueueSubmitSignalOrderSharedTests() 1239 SynchronizationType m_type; 1271 SynchronizationType type, in QueueSubmitSignalOrderTestInstance() 1592 SynchronizationType m_type; 1612 SynchronizationType type, in QueueSubmitSignalOrderTestCase() [all …]
|
D | vktSynchronizationBasicSemaphoreTests.cpp | 52 SynchronizationType type; 410 if (config.type == SynchronizationType::SYNCHRONIZATION2) in basicMultiQueueCase() 555 if (config.type == SynchronizationType::SYNCHRONIZATION2) in checkSupport() 561 tcu::TestCaseGroup* createBasicBinarySemaphoreTests (tcu::TestContext& testCtx, SynchronizationType… in createBasicBinarySemaphoreTests() 585 …tCaseGroup* createBasicTimelineSemaphoreTests (tcu::TestContext& testCtx, SynchronizationType type) in createBasicTimelineSemaphoreTests() 600 if (type == SynchronizationType::LEGACY) in createBasicTimelineSemaphoreTests()
|
D | vktSynchronizationCrossInstanceSharingTests.hpp | 34 tcu::TestCaseGroup* createCrossInstanceSharingTest (tcu::TestContext& testCtx, SynchronizationType …
|
D | vktSynchronizationSignalOrderTests.hpp | 34 tcu::TestCaseGroup* createSignalOrderTests (tcu::TestContext& testCtx, SynchronizationType type);
|
D | vktSynchronizationOperationMultiQueueTests.hpp | 36 …teSynchronizedOperationMultiQueueTests (tcu::TestContext& testCtx, SynchronizationType type, Pipel…
|
D | vktSynchronizationOperationSingleQueueTests.hpp | 36 …eSynchronizedOperationSingleQueueTests (tcu::TestContext& testCtx, SynchronizationType type, Pipel…
|
D | vktSynchronizationBasicEventTests.cpp | 46 SynchronizationType type; 347 if (config.type == SynchronizationType::SYNCHRONIZATION2) in checkSupport() 360 SynchronizationType::LEGACY, in createBasicEventTests() 379 SynchronizationType::SYNCHRONIZATION2, in createSynchronization2BasicEventTests()
|
D | vktSynchronizationSmokeTests.cpp | 72 SynchronizationType synchronizationType; 101 initShaders(shaderCollection, { SynchronizationType::LEGACY, VK_SEMAPHORE_TYPE_BINARY }); in buildShaders() 156 if (config.synchronizationType == SynchronizationType::SYNCHRONIZATION2) in createTestDevice() 1234 if (config.synchronizationType == SynchronizationType::SYNCHRONIZATION2) in checkSupport() 1242 SynchronizationType type (SynchronizationType::LEGACY); in createSmokeTests() 1254 SynchronizationType type (SynchronizationType::SYNCHRONIZATION2); in createSynchronization2SmokeTests()
|
D | vktSynchronizationUtil.hpp | 41 enum class SynchronizationType enum 279 SynchronizationWrapperPtr getSynchronizationWrapper (SynchronizationType type,
|
D | vktSynchronizationCrossInstanceSharingTests.cpp | 61 TestConfig (SynchronizationType type_, in TestConfig() 80 const SynchronizationType type; 117 if (config.type == SynchronizationType::SYNCHRONIZATION2) in NotSupportedChecker() 1315 static void createTests (tcu::TestCaseGroup* group, SynchronizationType type) in createTests() 1401 static void cleanupGroup (tcu::TestCaseGroup* group, SynchronizationType type) in cleanupGroup() 1409 tcu::TestCaseGroup* createCrossInstanceSharingTest (tcu::TestContext& testCtx, SynchronizationType … in createCrossInstanceSharingTest()
|
D | vktSynchronizationNoneStageTests.cpp | 68 SynchronizationType type; 1413 SynchronizationType type; in createNoneStageTests() 1419 { SynchronizationType::SYNCHRONIZATION2, "", true }, in createNoneStageTests() 1420 { SynchronizationType::SYNCHRONIZATION2, "old_access_", false }, in createNoneStageTests() 1423 { SynchronizationType::LEGACY, "legacy_", false } in createNoneStageTests()
|
D | vktSynchronizationUtil.cpp | 935 SynchronizationWrapperPtr getSynchronizationWrapper(SynchronizationType type, in getSynchronizationWrapper() 940 return (type == SynchronizationType::LEGACY) in getSynchronizationWrapper()
|
D | vktSynchronizationOperation.cpp | 1130 …return (m_context.getSynchronizationType() == SynchronizationType::LEGACY) ? VK_PIPELINE_STAGE_2_T… in getReadSrcStageMask() 1178 …return (m_context.getSynchronizationType() == SynchronizationType::LEGACY) ? VK_PIPELINE_STAGE_2_T… in getReadSrcStageMask() 1205 …return (m_context.getSynchronizationType() == SynchronizationType::LEGACY) ? VK_PIPELINE_STAGE_2_T… in getReadSrcStageMask() 3758 if (m_context.getSynchronizationType() == SynchronizationType::SYNCHRONIZATION2) in recordCommands() 3788 if (m_context.getSynchronizationType() == SynchronizationType::SYNCHRONIZATION2) in getOutSyncInfo() 5017 if (m_context.getSynchronizationType() == SynchronizationType::SYNCHRONIZATION2) in getInSyncInfo() 5168 OperationContext::OperationContext (Context& context, SynchronizationType syncType, PipelineCacheDa… in OperationContext() 5182 SynchronizationType syncType, in OperationContext() 5200 SynchronizationType syncType, in OperationContext()
|
D | vktSynchronizationWin32KeyedMutexTests.cpp | 1647 …OperationContext operationContext (m_context, SynchronizationType::LEGACY, m_vki, m_vkd, m_ph… in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassTestsUtil.hpp | 47 enum SynchronizationType enum 425 SynchronizationType synchronizationType = SYNCHRONIZATION_TYPE_LEGACY);
|
D | vktRenderPassTestsUtil.cpp | 769 SynchronizationType synchronizationType) in createRenderPass() 824 SynchronizationType synchronizationType) in createRenderPass()
|
D | vktRenderPassSubpassDependencyTests.cpp | 388 SynchronizationType synchronizationType_, in ExternalTestConfig() 403 SynchronizationType synchronizationType; 431 const SynchronizationType synchronizationType); 616 const SynchronizationType synchronizationType) in createRenderPasses()
|