Searched refs:copyOpNdx (Results 1 – 3 of 3) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationOperationSingleQueueTests.cpp | 379 for (deUint32 copyOpNdx = 0; copyOpNdx < DE_LENGTH_OF_ARRAY(s_copyOps); copyOpNdx++) in TimelineSemaphoreTestInstance() local 381 if (isResourceSupported(s_copyOps[copyOpNdx], resourceDesc)) in TimelineSemaphoreTestInstance() 382 …m_opSupports.push_back(de::SharedPtr<OperationSupport>(makeOperationSupport(s_copyOps[copyOpNdx], … in TimelineSemaphoreTestInstance() 629 for (deUint32 copyOpNdx = 0; copyOpNdx < DE_LENGTH_OF_ARRAY(s_copyOps); copyOpNdx++) in initPrograms() local 631 if (isResourceSupported(s_copyOps[copyOpNdx], m_resourceDesc)) in initPrograms() 632 makeOperationSupport(s_copyOps[copyOpNdx], m_resourceDesc)->initPrograms(programCollection); in initPrograms()
|
D | vktSynchronizationTimelineSemaphoreTests.cpp | 1659 for (deUint32 copyOpNdx = 0; copyOpNdx < DE_LENGTH_OF_ARRAY(s_copyOps); copyOpNdx++) in initPrograms() local 1661 if (isResourceSupported(s_copyOps[copyOpNdx], m_resourceDesc)) in initPrograms() 1662 makeOperationSupport(s_copyOps[copyOpNdx], m_resourceDesc)->initPrograms(programCollection); in initPrograms() 1995 for (deUint32 copyOpNdx = 0; copyOpNdx < m_copyIterations.size(); copyOpNdx++) in iterate() local 1998 m_copyIterations[copyOpNdx]->queueFamilyIdx))); in iterate() 2002 m_readIterations[copyOpNdx]->queueFamilyIdx))); in iterate() 2135 for (deUint32 copyOpNdx = 0; copyOpNdx < DE_LENGTH_OF_ARRAY(s_copyOps); copyOpNdx++) in initPrograms() local 2137 if (isResourceSupported(s_copyOps[copyOpNdx], m_resourceDesc)) in initPrograms() 2138 makeOperationSupport(s_copyOps[copyOpNdx], m_resourceDesc)->initPrograms(programCollection); in initPrograms()
|
D | vktSynchronizationOperationMultiQueueTests.cpp | 817 for (deUint32 copyOpNdx = 0; copyOpNdx < DE_LENGTH_OF_ARRAY(s_copyOps); copyOpNdx++) in initPrograms() local 819 if (isResourceSupported(s_copyOps[copyOpNdx], m_resourceDesc)) in initPrograms() 820 makeOperationSupport(s_copyOps[copyOpNdx], m_resourceDesc)->initPrograms(programCollection); in initPrograms()
|