Home
last modified time | relevance | path

Searched refs:getFormatShortString (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/image/
H A DvktImageLoadStoreTests.cpp2946 … 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 DvktImageTestsUtil.hpp162 std::string getFormatShortString(const vk::VkFormat format);
H A DvktImageHostImageCopyTests.cpp3135 …"_" + 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 DvktImageMutableTests.cpp1731 … std::string caseName = getFormatShortString(s_formats[imageFormatNdx]) + "_" + in createImageMutableTests()
1732getFormatShortString(s_formats[viewFormatNdx]) + "_" + in createImageMutableTests()
2168 … std::string caseName = getFormatShortString(s_swapchainFormats[imageFormatNdx]) + "_" + in createSwapchainImageMutableTests()
2169getFormatShortString(s_swapchainFormats[viewFormatNdx]) + "_" + in createSwapchainImageMutableTests()
H A DvktImageExtendedUsageBitTests.cpp340 name << getFormatShortString(imageFormat) << "_" << tiling[tilingNdx].name << "_" in createImageExtendedUsageBitTests()
H A DvktImageMultisampleLoadStoreTests.cpp586getFormatShortString(formats[formatNdx]) + (singleLayerBind ? "_single_layer" : ""); in createImageMultisampleLoadStoreTests()
H A DvktImageTestsUtil.cpp1007 std::string getFormatShortString(const VkFormat format) in getFormatShortString() function
H A DvktImageCompressionTranscodingSupport.cpp3880 … 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 DvktImageTranscodingSupportTests.cpp1370 const std::string testName = getFormatShortString(featuredFormat); in createImageTranscodingSupportTests()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampledRenderToSingleSampledTests.cpp5197 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 DvktPipelineMultisampleShaderFragmentMaskTests.cpp1321 std::string getFormatShortString(const VkFormat format) in getFormatShortString() function
1382 … addFunctionCaseWithPrograms(sourceGroup.get(), getFormatShortString(*pColorFormat), in createShaderFragmentMaskTestsInGroup()
H A DvktPipelineMultisampleMixedAttachmentSamplesTests.cpp1805 std::string getFormatShortString(const VkFormat format) in getFormatShortString() function
1814 str << getFormatShortString(colorFormat) << "_" << getFormatShortString(depthStencilFormat); in getFormatCaseName()