/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/image/ |
H A D | vktImageLoadStoreTests.cpp | 2946 … new StoreTest(testCtx, getFormatShortString(s_formats[formatNdx]) + suffix, texture, in createImageStoreTests() 2950 … testCtx, getFormatShortString(s_formats[formatNdx]) + "_constant" + suffix, texture, in createImageStoreTests() 2955 … new StoreTest(testCtx, getFormatShortString(s_formats[formatNdx]) + suffix, texture, in createImageStoreTests() 2960 … testCtx, getFormatShortString(s_formats[formatNdx]) + "_single_layer" + suffix, texture, in createImageStoreTests() 2968 … new StoreTest(testCtx, getFormatShortString(s_formats[formatNdx]) + "_minalign" + suffix, in createImageStoreTests() 2972 … new StoreTest(testCtx, getFormatShortString(s_formats[formatNdx]) + "_minalign" + suffix, in createImageStoreTests() 3010 const auto formatShortString = getFormatShortString(s_formats[formatNdx]); in createImageLoadStoreTests() 3077 … const auto formatShortString = getFormatShortString(s_formatsThreeComponent[formatNdx]); in createImageLoadStoreTests() 3145 …new LoadStoreTest(testCtx, getFormatShortString(s_formats[formatNdx]), texture, s_formats[formatNd… in createImageLoadStoreLodAMDTests() 3151 …new LoadStoreTest(testCtx, getFormatShortString(s_formats[formatNdx]), texture, s_formats[formatNd… in createImageLoadStoreLodAMDTests() [all …]
|
H A D | vktImageTestsUtil.hpp | 162 std::string getFormatShortString(const vk::VkFormat format);
|
H A D | vktImageHostImageCopyTests.cpp | 3135 …"_" + getFormatShortString(formatAndCommand.output) + "_" + getFormatShortString(formatAndCommand.… in testGenerator() 3316 …const std::string testName = getFormatShortString(sampledFormat) + "_" + std::to_string(extent.hei… in testGenerator() 3421 const auto formatName = getFormatShortString(format.format); in testGenerator() 3462 const auto formatName = getFormatShortString(format.format); in testGenerator() 3477 const auto formatName = getFormatShortString(format.format); in testGenerator() 3497 const auto testName = getFormatShortString(format); in testGenerator()
|
H A D | vktImageMutableTests.cpp | 1731 … std::string caseName = getFormatShortString(s_formats[imageFormatNdx]) + "_" + in createImageMutableTests() 1732 … getFormatShortString(s_formats[viewFormatNdx]) + "_" + in createImageMutableTests() 2168 … std::string caseName = getFormatShortString(s_swapchainFormats[imageFormatNdx]) + "_" + in createSwapchainImageMutableTests() 2169 … getFormatShortString(s_swapchainFormats[viewFormatNdx]) + "_" + in createSwapchainImageMutableTests()
|
H A D | vktImageExtendedUsageBitTests.cpp | 340 name << getFormatShortString(imageFormat) << "_" << tiling[tilingNdx].name << "_" in createImageExtendedUsageBitTests()
|
H A D | vktImageMultisampleLoadStoreTests.cpp | 586 … getFormatShortString(formats[formatNdx]) + (singleLayerBind ? "_single_layer" : ""); in createImageMultisampleLoadStoreTests()
|
H A D | vktImageTestsUtil.cpp | 1007 std::string getFormatShortString(const VkFormat format) in getFormatShortString() function
|
H A D | vktImageCompressionTranscodingSupport.cpp | 3880 … const std::string compressedFormatGroupName = getFormatShortString(formatCompressed); in createImageCompressionTranscodingTests() 3891 getFormatShortString(formatUncompressed); in createImageCompressionTranscodingTests() 3957 … const std::string compressedFormatGroupName = getFormatShortString(formatCompressed); in createImageCompressionTranscodingTests() 3967 … const std::string uncompressedFormatGroupName = getFormatShortString(formatUncompressed); in createImageCompressionTranscodingTests()
|
H A D | vktImageTranscodingSupportTests.cpp | 1370 const std::string testName = getFormatShortString(featuredFormat); in createImageTranscodingSupportTests()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineMultisampledRenderToSingleSampledTests.cpp | 5197 std::string getFormatShortString(const VkFormat format) in getFormatShortString() function 5207 str << getFormatShortString(color1Format) << "_" << getFormatShortString(color2Format) << "_" in getFormatCaseName() 5208 << getFormatShortString(color3Format) << "_" << getFormatShortString(depthStencilFormat); in getFormatCaseName() 5618 … addFunctionCase(group.get(), getFormatShortString(format), checkHasMsrtss, testPerfQuery, format); in createMultisampledTestsInGroup() 5623 … addFunctionCase(group.get(), getFormatShortString(format), checkHasMsrtss, testPerfQuery, format); in createMultisampledTestsInGroup() 5628 … addFunctionCase(group.get(), getFormatShortString(format), checkHasMsrtss, testPerfQuery, format); in createMultisampledTestsInGroup() 5633 … addFunctionCase(group.get(), getFormatShortString(format), checkHasMsrtss, testPerfQuery, format); in createMultisampledTestsInGroup()
|
H A D | vktPipelineMultisampleShaderFragmentMaskTests.cpp | 1321 std::string getFormatShortString(const VkFormat format) in getFormatShortString() function 1382 … addFunctionCaseWithPrograms(sourceGroup.get(), getFormatShortString(*pColorFormat), in createShaderFragmentMaskTestsInGroup()
|
H A D | vktPipelineMultisampleMixedAttachmentSamplesTests.cpp | 1805 std::string getFormatShortString(const VkFormat format) in getFormatShortString() function 1814 str << getFormatShortString(colorFormat) << "_" << getFormatShortString(depthStencilFormat); in getFormatCaseName()
|