Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageLoadStoreTests.cpp1281 for (int imageFormatNdx = 0; imageFormatNdx < DE_LENGTH_OF_ARRAY(s_formats); ++imageFormatNdx) in createImageFormatReinterpretTests() local
1284 …const std::string caseName = getFormatShortString(s_formats[imageFormatNdx]) + "_" + getFormatShor… in createImageFormatReinterpretTests()
1285 …if (imageFormatNdx != formatNdx && formatsAreCompatible(s_formats[imageFormatNdx], s_formats[forma… in createImageFormatReinterpretTests()
1286 …ew LoadStoreTest(testCtx, caseName, "", texture, s_formats[formatNdx], s_formats[imageFormatNdx])); in createImageFormatReinterpretTests()
DvktImageMutableTests.cpp1779 for (int imageFormatNdx = 0; imageFormatNdx < DE_LENGTH_OF_ARRAY(s_formats); ++imageFormatNdx) in createImageMutableTests() local
1782 …if (imageFormatNdx != viewFormatNdx && formatsAreCompatible(s_formats[imageFormatNdx], s_formats[v… in createImageMutableTests()
1792 s_formats[imageFormatNdx], in createImageMutableTests()
1799 …std::string caseName = getFormatShortString(s_formats[imageFormatNdx]) + "_" + getFormatShortStrin… in createImageMutableTests()