Searched refs:s_copyOps (Results 1 – 4 of 4) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationOperationSingleQueueTests.cpp | 381 for (deUint32 copyOpNdx = 0; copyOpNdx < DE_LENGTH_OF_ARRAY(s_copyOps); copyOpNdx++) in TimelineSemaphoreTestInstance() 383 if (isResourceSupported(s_copyOps[copyOpNdx], resourceDesc)) in TimelineSemaphoreTestInstance() 384 …m_opSupports.push_back(de::SharedPtr<OperationSupport>(makeOperationSupport(s_copyOps[copyOpNdx], … in TimelineSemaphoreTestInstance() 631 for (deUint32 copyOpNdx = 0; copyOpNdx < DE_LENGTH_OF_ARRAY(s_copyOps); copyOpNdx++) in initPrograms() 633 if (isResourceSupported(s_copyOps[copyOpNdx], m_resourceDesc)) in initPrograms() 634 makeOperationSupport(s_copyOps[copyOpNdx], m_resourceDesc)->initPrograms(programCollection); in initPrograms()
|
D | vktSynchronizationOperationTestData.hpp | 109 static const OperationName s_copyOps[] = variable
|
D | vktSynchronizationOperationMultiQueueTests.cpp | 557 for (deUint32 copyOpIdx = 0; copyOpIdx < DE_LENGTH_OF_ARRAY(s_copyOps); copyOpIdx++) in TimelineSemaphoreTestInstance() 559 if (isResourceSupported(s_copyOps[copyOpIdx], resourceDesc)) in TimelineSemaphoreTestInstance() 561 …SharedPtr<OperationSupport> opSupport (makeOperationSupport(s_copyOps[copyOpIdx], m_resourceDesc).… in TimelineSemaphoreTestInstance() 820 for (deUint32 copyOpNdx = 0; copyOpNdx < DE_LENGTH_OF_ARRAY(s_copyOps); copyOpNdx++) in initPrograms() 822 if (isResourceSupported(s_copyOps[copyOpNdx], m_resourceDesc)) in initPrograms() 823 makeOperationSupport(s_copyOps[copyOpNdx], m_resourceDesc)->initPrograms(programCollection); in initPrograms()
|
D | vktSynchronizationTimelineSemaphoreTests.cpp | 1419 for (deUint32 copyOpIdx = 0; copyOpIdx < DE_LENGTH_OF_ARRAY(s_copyOps); copyOpIdx++) { in WaitBeforeSignalTestInstance() 1420 …OperationName copyOpName = s_copyOps[(lastCopyOpIdx + copyOpIdx) % DE_LENGTH_OF_ARRAY(s_copy… in WaitBeforeSignalTestInstance() 1659 for (deUint32 copyOpNdx = 0; copyOpNdx < DE_LENGTH_OF_ARRAY(s_copyOps); copyOpNdx++) in initPrograms() 1661 if (isResourceSupported(s_copyOps[copyOpNdx], m_resourceDesc)) in initPrograms() 1662 makeOperationSupport(s_copyOps[copyOpNdx], m_resourceDesc)->initPrograms(programCollection); in initPrograms() 1832 for (deUint32 copyOpIdx = 0; copyOpIdx < DE_LENGTH_OF_ARRAY(s_copyOps); copyOpIdx++) { in OneToNTestInstance() 1833 …OperationName copyOpName = s_copyOps[(lastCopyOpIdx + copyOpIdx) % DE_LENGTH_OF_ARRAY(s_copy… in OneToNTestInstance() 2135 for (deUint32 copyOpNdx = 0; copyOpNdx < DE_LENGTH_OF_ARRAY(s_copyOps); copyOpNdx++) in initPrograms() 2137 if (isResourceSupported(s_copyOps[copyOpNdx], m_resourceDesc)) in initPrograms() 2138 makeOperationSupport(s_copyOps[copyOpNdx], m_resourceDesc)->initPrograms(programCollection); in initPrograms()
|