Searched refs:imageFormatNdx (Results 1 – 2 of 2) sorted by relevance
1281 for (int imageFormatNdx = 0; imageFormatNdx < DE_LENGTH_OF_ARRAY(s_formats); ++imageFormatNdx) in createImageFormatReinterpretTests() local1284 …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()
1779 for (int imageFormatNdx = 0; imageFormatNdx < DE_LENGTH_OF_ARRAY(s_formats); ++imageFormatNdx) in createImageMutableTests() local1782 …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()