Searched refs:configIdx (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassSubpassDependencyTests.cpp | 4189 for (deUint32 configIdx = 0; configIdx < DE_LENGTH_OF_ARRAY(configs); configIdx++) in initTests() local 4191 const SeparateChannelsTestConfig testConfig(configs[configIdx].format, renderPassType); in initTests() 4193 …SeparateChannelsPrograms>(testCtx, tcu::NODETYPE_SELF_VALIDATE, configs[configIdx].name, "", testC… in initTests() 4216 for (deUint32 configIdx = 0; configIdx < DE_LENGTH_OF_ARRAY(configs); configIdx++) in initTests() local 4218 const SingleAttachmentTestConfig testConfig(configs[configIdx].format, renderPassType); in initTests() 4220 …SingleAttachmentPrograms>(testCtx, tcu::NODETYPE_SELF_VALIDATE, configs[configIdx].name, "", testC… in initTests()
|