Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageLoadStoreTests.cpp1395 for (int imageFormatNdx = 0; imageFormatNdx < DE_LENGTH_OF_ARRAY(s_formats); ++imageFormatNdx) in createImageFormatReinterpretTests() local
1400 …const std::string caseName = getFormatCaseName(s_formats[imageFormatNdx]) + "_" + getFormatCaseNam… in createImageFormatReinterpretTests()
1401 …if (imageFormatNdx != formatNdx && formatsAreCompatible(s_formats[imageFormatNdx], s_formats[forma… in createImageFormatReinterpretTests()
1402 …ew LoadStoreTest(testCtx, caseName, "", texture, s_formats[formatNdx], s_formats[imageFormatNdx])); in createImageFormatReinterpretTests()