Searched refs:imageFormatNdx (Results 1 – 4 of 4) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/ |
D | vktImageMutableTests.cpp | 1715 for (int imageFormatNdx = 0; imageFormatNdx < DE_LENGTH_OF_ARRAY(s_formats); ++imageFormatNdx) in createImageMutableTests() local 1718 …if (imageFormatNdx != viewFormatNdx && formatsAreCompatible(s_formats[imageFormatNdx], s_formats[v… in createImageMutableTests() 1736 s_formats[imageFormatNdx], in createImageMutableTests() 1745 …std::string caseName = getFormatShortString(s_formats[imageFormatNdx]) + "_" + getFormatShortStrin… in createImageMutableTests() 2190 …for (int imageFormatNdx = 0; imageFormatNdx < DE_LENGTH_OF_ARRAY(s_swapchainFormats); ++imageForma… in createSwapchainImageMutableTests() local 2193 …if (imageFormatNdx != viewFormatNdx && formatsAreCompatible(s_swapchainFormats[imageFormatNdx], s_… in createSwapchainImageMutableTests() 2211 s_swapchainFormats[imageFormatNdx], in createSwapchainImageMutableTests() 2220 …std::string caseName = getFormatShortString(s_swapchainFormats[imageFormatNdx]) + "_" + getFormatS… in createSwapchainImageMutableTests()
|
D | vktImageLoadStoreTests.cpp | 2985 for (int imageFormatNdx = 0; imageFormatNdx < DE_LENGTH_OF_ARRAY(s_formats); ++imageFormatNdx) in createImageFormatReinterpretTests() local 2991 …const std::string caseName = getFormatShortString(s_formats[imageFormatNdx]) + "_" + getFormatShor… in createImageFormatReinterpretTests() 2992 …if (imageFormatNdx != formatNdx && formatsAreCompatible(s_formats[imageFormatNdx], s_formats[forma… in createImageFormatReinterpretTests() 2993 …Test(testCtx, caseName, "", texture, s_formats[formatNdx], s_formats[imageFormatNdx], VK_IMAGE_TIL… in createImageFormatReinterpretTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
D | vktImageMutableTests.cpp | 1715 for (int imageFormatNdx = 0; imageFormatNdx < DE_LENGTH_OF_ARRAY(s_formats); ++imageFormatNdx) in createImageMutableTests() local 1718 …if (imageFormatNdx != viewFormatNdx && formatsAreCompatible(s_formats[imageFormatNdx], s_formats[v… in createImageMutableTests() 1736 s_formats[imageFormatNdx], in createImageMutableTests() 1745 …std::string caseName = getFormatShortString(s_formats[imageFormatNdx]) + "_" + getFormatShortStrin… in createImageMutableTests() 2190 …for (int imageFormatNdx = 0; imageFormatNdx < DE_LENGTH_OF_ARRAY(s_swapchainFormats); ++imageForma… in createSwapchainImageMutableTests() local 2193 …if (imageFormatNdx != viewFormatNdx && formatsAreCompatible(s_swapchainFormats[imageFormatNdx], s_… in createSwapchainImageMutableTests() 2211 s_swapchainFormats[imageFormatNdx], in createSwapchainImageMutableTests() 2220 …std::string caseName = getFormatShortString(s_swapchainFormats[imageFormatNdx]) + "_" + getFormatS… in createSwapchainImageMutableTests()
|
D | vktImageLoadStoreTests.cpp | 2985 for (int imageFormatNdx = 0; imageFormatNdx < DE_LENGTH_OF_ARRAY(s_formats); ++imageFormatNdx) in createImageFormatReinterpretTests() local 2991 …const std::string caseName = getFormatShortString(s_formats[imageFormatNdx]) + "_" + getFormatShor… in createImageFormatReinterpretTests() 2992 …if (imageFormatNdx != formatNdx && formatsAreCompatible(s_formats[imageFormatNdx], s_formats[forma… in createImageFormatReinterpretTests() 2993 …Test(testCtx, caseName, "", texture, s_formats[formatNdx], s_formats[imageFormatNdx], VK_IMAGE_TIL… in createImageFormatReinterpretTests()
|