Home
last modified time | relevance | path

Searched refs:SynchronizationType (Results 1 – 23 of 23) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationTests.cpp50 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()
DvktSynchronizationTimelineSemaphoreTests.cpp112 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 …]
DvktSynchronizationOperation.hpp137 SynchronizationType syncType,
141 SynchronizationType syncType,
148 SynchronizationType syncType,
157 SynchronizationType getSynchronizationType (void) const { return m_syncType; } in getSynchronizationType()
173 const SynchronizationType m_syncType;
DvktSynchronizationBasicSemaphoreTests.hpp34 …CaseGroup* createBasicBinarySemaphoreTests (tcu::TestContext& testCtx, SynchronizationType type);
35 …aseGroup* createBasicTimelineSemaphoreTests (tcu::TestContext& testCtx, SynchronizationType type);
DvktSynchronizationOperationSingleQueueTests.cpp57 …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 …]
DvktSynchronizationOperationMultiQueueTests.cpp112 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 …]
DvktSynchronizationSignalOrderTests.cpp480 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 …]
DvktSynchronizationBasicSemaphoreTests.cpp52 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()
DvktSynchronizationCrossInstanceSharingTests.hpp34 tcu::TestCaseGroup* createCrossInstanceSharingTest (tcu::TestContext& testCtx, SynchronizationType
DvktSynchronizationSignalOrderTests.hpp34 tcu::TestCaseGroup* createSignalOrderTests (tcu::TestContext& testCtx, SynchronizationType type);
DvktSynchronizationOperationMultiQueueTests.hpp36 …teSynchronizedOperationMultiQueueTests (tcu::TestContext& testCtx, SynchronizationType type, Pipel…
DvktSynchronizationOperationSingleQueueTests.hpp36 …eSynchronizedOperationSingleQueueTests (tcu::TestContext& testCtx, SynchronizationType type, Pipel…
DvktSynchronizationBasicEventTests.cpp46 SynchronizationType type;
347 if (config.type == SynchronizationType::SYNCHRONIZATION2) in checkSupport()
360 SynchronizationType::LEGACY, in createBasicEventTests()
379 SynchronizationType::SYNCHRONIZATION2, in createSynchronization2BasicEventTests()
DvktSynchronizationSmokeTests.cpp72 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()
DvktSynchronizationUtil.hpp41 enum class SynchronizationType enum
279 SynchronizationWrapperPtr getSynchronizationWrapper (SynchronizationType type,
DvktSynchronizationCrossInstanceSharingTests.cpp61 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()
DvktSynchronizationNoneStageTests.cpp68 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()
DvktSynchronizationUtil.cpp935 SynchronizationWrapperPtr getSynchronizationWrapper(SynchronizationType type, in getSynchronizationWrapper()
940 return (type == SynchronizationType::LEGACY) in getSynchronizationWrapper()
DvktSynchronizationOperation.cpp1130 …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()
DvktSynchronizationWin32KeyedMutexTests.cpp1647 …OperationContext operationContext (m_context, SynchronizationType::LEGACY, m_vki, m_vkd, m_ph… in iterate()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTestsUtil.hpp47 enum SynchronizationType enum
425 SynchronizationType synchronizationType = SYNCHRONIZATION_TYPE_LEGACY);
DvktRenderPassTestsUtil.cpp769 SynchronizationType synchronizationType) in createRenderPass()
824 SynchronizationType synchronizationType) in createRenderPass()
DvktRenderPassSubpassDependencyTests.cpp388 SynchronizationType synchronizationType_, in ExternalTestConfig()
403 SynchronizationType synchronizationType;
431 const SynchronizationType synchronizationType);
616 const SynchronizationType synchronizationType) in createRenderPasses()