Searched refs:dstFormatNdx (Results 1 – 2 of 2) sorted by relevance
2669 for (int dstFormatNdx = 0; dstFormatNdx < (int)formats.size(); dstFormatNdx++) in init() local2672 const deUint32 dstFormat = formats[dstFormatNdx]; in init()2690 for (int dstFormatNdx = 0; dstFormatNdx < (int)formats.size(); dstFormatNdx++) in init() local2693 const deUint32 dstFormat = formats[dstFormatNdx]; in init()2714 for (int dstFormatNdx = 0; dstFormatNdx < (int)compressedFormats.size(); dstFormatNdx++) in init() local2717 const deUint32 dstFormat = compressedFormats[dstFormatNdx]; in init()
1048 for (size_t dstFormatNdx = 0; dstFormatNdx < DE_LENGTH_OF_ARRAY(ycbcrFormats); dstFormatNdx++) in initTests() local1050 const vk::VkFormat dstFormat (ycbcrFormats[dstFormatNdx]); in initTests()