Searched refs:imageFormatNdx (Results 1 – 2 of 2) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
D | vktImageMutableTests.cpp | 1743 for (int imageFormatNdx = 0; imageFormatNdx < DE_LENGTH_OF_ARRAY(s_formats); ++imageFormatNdx) in createImageMutableTests() local 1746 …if (imageFormatNdx != viewFormatNdx && formatsAreCompatible(s_formats[imageFormatNdx], s_formats[v… in createImageMutableTests() 1764 s_formats[imageFormatNdx], in createImageMutableTests() 1773 …std::string caseName = getFormatShortString(s_formats[imageFormatNdx]) + "_" + getFormatShortStrin… in createImageMutableTests() 2172 …for (int imageFormatNdx = 0; imageFormatNdx < DE_LENGTH_OF_ARRAY(s_swapchainFormats); ++imageForma… in createSwapchainImageMutableTests() local 2175 …if (imageFormatNdx != viewFormatNdx && formatsAreCompatible(s_swapchainFormats[imageFormatNdx], s_… in createSwapchainImageMutableTests() 2193 s_swapchainFormats[imageFormatNdx], in createSwapchainImageMutableTests() 2202 …std::string caseName = getFormatShortString(s_swapchainFormats[imageFormatNdx]) + "_" + getFormatS… in createSwapchainImageMutableTests()
|
D | vktImageLoadStoreTests.cpp | 2691 for (int imageFormatNdx = 0; imageFormatNdx < DE_LENGTH_OF_ARRAY(s_formats); ++imageFormatNdx) in createImageFormatReinterpretTests() local 2697 …const std::string caseName = getFormatShortString(s_formats[imageFormatNdx]) + "_" + getFormatShor… in createImageFormatReinterpretTests() 2698 …if (imageFormatNdx != formatNdx && formatsAreCompatible(s_formats[imageFormatNdx], s_formats[forma… in createImageFormatReinterpretTests() 2699 …ew LoadStoreTest(testCtx, caseName, "", texture, s_formats[formatNdx], s_formats[imageFormatNdx])); in createImageFormatReinterpretTests()
|