Home
last modified time | relevance | path

Searched refs:dstFormatNdx (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fCopyImageTests.cpp2669 for (int dstFormatNdx = 0; dstFormatNdx < (int)formats.size(); dstFormatNdx++) in init() local
2672 const deUint32 dstFormat = formats[dstFormatNdx]; in init()
2690 for (int dstFormatNdx = 0; dstFormatNdx < (int)formats.size(); dstFormatNdx++) in init() local
2693 const deUint32 dstFormat = formats[dstFormatNdx]; in init()
2714 for (int dstFormatNdx = 0; dstFormatNdx < (int)compressedFormats.size(); dstFormatNdx++) in init() local
2717 const deUint32 dstFormat = compressedFormats[dstFormatNdx]; in init()
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrCopyTests.cpp1048 for (size_t dstFormatNdx = 0; dstFormatNdx < DE_LENGTH_OF_ARRAY(ycbcrFormats); dstFormatNdx++) in initTests() local
1050 const vk::VkFormat dstFormat (ycbcrFormats[dstFormatNdx]); in initTests()