Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fCopyImageTests.cpp2668 for (int srcFormatNdx = 0; srcFormatNdx < (int)formats.size(); srcFormatNdx++) in init() local
2671 const deUint32 srcFormat = formats[srcFormatNdx]; in init()
2689 for (int srcFormatNdx = 0; srcFormatNdx < (int)formats.size(); srcFormatNdx++) in init() local
2692 const deUint32 srcFormat = formats[srcFormatNdx]; in init()
2713 for (int srcFormatNdx = 0; srcFormatNdx < (int)nonCompressedFormats.size(); srcFormatNdx++) in init() local
2716 const deUint32 srcFormat = nonCompressedFormats[srcFormatNdx]; in init()
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrCopyTests.cpp1041 for (size_t srcFormatNdx = 0; srcFormatNdx < DE_LENGTH_OF_ARRAY(ycbcrFormats); srcFormatNdx++) in initTests() local
1043 const vk::VkFormat srcFormat (ycbcrFormats[srcFormatNdx]); in initTests()