Home
last modified time | relevance | path

Searched refs:getFormatShortString (Results 1 - 23 of 23) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageLoadStoreTests.cpp2831 groupWithFormatByImageViewType->addChild( new StoreTest(testCtx, getFormatShortString(s_formats[formatNdx]) + suffix, "", texture, s_formats[formatNdx], s_tilings[tilingNdx])); in createImageStoreTests()
2833 groupWithFormatByImageViewType->addChild(new StoreTest(testCtx, getFormatShortString(s_formats[formatNdx]) + "_constant" + suffix, "", texture, s_formats[formatNdx], s_tilings[tilingNdx], StoreTest::FLAG_DECLARE_IMAGE_FORMAT_IN_SHADER | StoreTest::FLAG_STORE_CONSTANT_VALUE)); in createImageStoreTests()
2835 groupWithoutFormatByImageViewType->addChild(new StoreTest(testCtx, getFormatShortString(s_formats[formatNdx]) + suffix, "", texture, s_formats[formatNdx], s_tilings[tilingNdx], 0)); in createImageStoreTests()
2838 groupWithFormatByImageViewType->addChild(new StoreTest(testCtx, getFormatShortString(s_formats[formatNdx]) + "_single_layer" + suffix, "", in createImageStoreTests()
2845 groupWithFormatByImageViewType->addChild(new StoreTest(testCtx, getFormatShortString(s_formats[formatNdx]) + "_minalign" + suffix, "", texture, s_formats[formatNdx], s_tilings[tilingNdx], StoreTest::FLAG_MINALIGN | StoreTest::FLAG_DECLARE_IMAGE_FORMAT_IN_SHADER)); in createImageStoreTests()
2846 groupWithoutFormatByImageViewType->addChild(new StoreTest(testCtx, getFormatShortString(s_formats[formatNdx]) + "_minalign" + suffix, "", texture, s_formats[formatNdx], s_tilings[tilingNdx], StoreTest::FLAG_MINALIGN)); in createImageStoreTests()
2883 groupWithFormatByImageViewType->addChild(new LoadStoreTest(testCtx, getFormatShortString(s_formats[formatNdx]) + suffix, "", texture, s_formats[formatNdx], s_formats[formatNdx], s_tilings[tilingNdx])); in createImageLoadStoreTests()
2884 groupWithoutFormatByImageViewType->addChild(new LoadStoreTest(testCtx, getFormatShortString(s_formats[formatNdx]) + suffix, "", texture, s_formats[formatNdx], s_formats[formatNdx], s_tilings[tilingNdx], 0)); in createImageLoadStoreTests()
2887 groupWithFormatByImageViewType->addChild(new LoadStoreTest(testCtx, getFormatShortString(s_formats[formatNdx]) + "_single_layer" + suffix, "", in createImageLoadStoreTests()
2892 groupWithFormatByImageViewType->addChild(new LoadStoreTest(testCtx, getFormatShortString(s_format in createImageLoadStoreTests()
[all...]
H A DvktImageTestsUtil.hpp158 std::string getFormatShortString (const vk::VkFormat format);
H A DvktImageExtendedUsageBitTests.cpp302 name << getFormatShortString(imageFormat) << "_" << tiling[tilingNdx].name << "_" << de::toLower(usageName.substr(15)); in createImageExtendedUsageBitTests()
H A DvktImageMutableTests.cpp1745 std::string caseName = getFormatShortString(s_formats[imageFormatNdx]) + "_" + getFormatShortString(s_formats[viewFormatNdx]) + in createImageMutableTests()
2220 std::string caseName = getFormatShortString(s_swapchainFormats[imageFormatNdx]) + "_" + getFormatShortString(s_swapchainFormats[viewFormatNdx]) + in createSwapchainImageMutableTests()
H A DvktImageMultisampleLoadStoreTests.cpp516 const std::string formatGroupName = getFormatShortString(formats[formatNdx]) + (singleLayerBind ? "_single_layer" : ""); in createImageMultisampleLoadStoreTests()
H A DvktImageTestsUtil.cpp910 std::string getFormatShortString (const VkFormat format) in getFormatShortString() function
H A DvktImageTranscodingSupportTests.cpp1177 const std::string testName = getFormatShortString(featuredFormat); in createImageTranscodingSupportTests()
H A DvktImageCompressionTranscodingSupport.cpp3239 const std::string compressedFormatGroupName = getFormatShortString(formatCompressed); in createImageCompressionTranscodingTests()
3245 const std::string uncompressedFormatGroupName = getFormatShortString(formatUncompressed); in createImageCompressionTranscodingTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageLoadStoreTests.cpp2872 groupWithFormatByImageViewType->addChild( new StoreTest(testCtx, getFormatShortString(s_formats[formatNdx]) + suffix, texture, s_formats[formatNdx], s_tilings[tilingNdx])); in createImageStoreTests()
2874 groupWithFormatByImageViewType->addChild(new StoreTest(testCtx, getFormatShortString(s_formats[formatNdx]) + "_constant" + suffix, texture, s_formats[formatNdx], s_tilings[tilingNdx], StoreTest::FLAG_DECLARE_IMAGE_FORMAT_IN_SHADER | StoreTest::FLAG_STORE_CONSTANT_VALUE)); in createImageStoreTests()
2876 groupWithoutFormatByImageViewType->addChild(new StoreTest(testCtx, getFormatShortString(s_formats[formatNdx]) + suffix, texture, s_formats[formatNdx], s_tilings[tilingNdx], 0)); in createImageStoreTests()
2879 groupWithFormatByImageViewType->addChild(new StoreTest(testCtx, getFormatShortString(s_formats[formatNdx]) + "_single_layer" + suffix, in createImageStoreTests()
2886 groupWithFormatByImageViewType->addChild(new StoreTest(testCtx, getFormatShortString(s_formats[formatNdx]) + "_minalign" + suffix, texture, s_formats[formatNdx], s_tilings[tilingNdx], StoreTest::FLAG_MINALIGN | StoreTest::FLAG_DECLARE_IMAGE_FORMAT_IN_SHADER)); in createImageStoreTests()
2887 groupWithoutFormatByImageViewType->addChild(new StoreTest(testCtx, getFormatShortString(s_formats[formatNdx]) + "_minalign" + suffix, texture, s_formats[formatNdx], s_tilings[tilingNdx], StoreTest::FLAG_MINALIGN)); in createImageStoreTests()
2921 const auto formatShortString = getFormatShortString(s_formats[formatNdx]); in createImageLoadStoreTests()
2959 const auto formatShortString = getFormatShortString(s_formatsThreeComponent[formatNdx]); in createImageLoadStoreTests()
3017 groupWithFormatByImageViewType->addChild(new LoadStoreTest(testCtx, getFormatShortString(s_formats[formatNdx]), texture, s_formats[formatNdx], s_formats[formatNdx], VK_IMAGE_TILING_OPTIMAL, (LoadStoreTest::FLAG_DECLARE_FORMAT_IN_SHADER_READS | LoadStoreTest::FLAG_DECLARE_FORMAT_IN_SHADER_WRITES), DE_TRUE)); in createImageLoadStoreLodAMDTests()
3018 groupWithoutFormatByImageViewType->addChild(new LoadStoreTest(testCtx, getFormatShortString(s_format in createImageLoadStoreLodAMDTests()
[all...]
H A DvktImageTestsUtil.hpp158 std::string getFormatShortString (const vk::VkFormat format);
H A DvktImageExtendedUsageBitTests.cpp302 name << getFormatShortString(imageFormat) << "_" << tiling[tilingNdx].name << "_" << de::toLower(usageName.substr(15)); in createImageExtendedUsageBitTests()
H A DvktImageHostImageCopyTests.cpp1992 formatName += "_" + getFormatShortString(formatAndCommand.output) + "_" + getFormatShortString(formatAndCommand.sampled); in testGenerator()
2175 const auto formatName = getFormatShortString(format.format); in testGenerator()
2215 const auto formatName = getFormatShortString(format.format); in testGenerator()
H A DvktImageMutableTests.cpp1745 std::string caseName = getFormatShortString(s_formats[imageFormatNdx]) + "_" + getFormatShortString(s_formats[viewFormatNdx]) + in createImageMutableTests()
2220 std::string caseName = getFormatShortString(s_swapchainFormats[imageFormatNdx]) + "_" + getFormatShortString(s_swapchainFormats[viewFormatNdx]) + in createSwapchainImageMutableTests()
H A DvktImageMultisampleLoadStoreTests.cpp556 const std::string formatGroupName = getFormatShortString(formats[formatNdx]) + (singleLayerBind ? "_single_layer" : ""); in createImageMultisampleLoadStoreTests()
H A DvktImageTestsUtil.cpp910 std::string getFormatShortString (const VkFormat format) in getFormatShortString() function
H A DvktImageTranscodingSupportTests.cpp1176 const std::string testName = getFormatShortString(featuredFormat); in createImageTranscodingSupportTests()
H A DvktImageCompressionTranscodingSupport.cpp3253 const std::string compressedFormatGroupName = getFormatShortString(formatCompressed); in createImageCompressionTranscodingTests()
3259 const std::string uncompressedFormatGroupName = getFormatShortString(formatUncompressed); in createImageCompressionTranscodingTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampledRenderToSingleSampledTests.cpp4934 std::string getFormatShortString (const VkFormat format) in getFormatShortString() function
4946 str << getFormatShortString(color1Format) in getFormatCaseName()
4947 << "_" << getFormatShortString(color2Format) in getFormatCaseName()
4948 << "_" << getFormatShortString(color3Format) in getFormatCaseName()
4949 << "_" << getFormatShortString(depthStencilFormat); in getFormatCaseName()
5344 getFormatShortString(format), in createMultisampledTestsInGroup()
5354 getFormatShortString(format), in createMultisampledTestsInGroup()
5364 getFormatShortString(format), in createMultisampledTestsInGroup()
5374 getFormatShortString(format), in createMultisampledTestsInGroup()
H A DvktPipelineMultisampleMixedAttachmentSamplesTests.cpp1769 std::string getFormatShortString (const VkFormat format) in getFormatShortString() function
1779 str << getFormatShortString(colorFormat) << "_" << getFormatShortString(depthStencilFormat); in getFormatCaseName()
H A DvktPipelineMultisampleShaderFragmentMaskTests.cpp1324 std::string getFormatShortString (const VkFormat format) in getFormatShortString() function
1382 addFunctionCaseWithPrograms(sourceGroup.get(), getFormatShortString(*pColorFormat), checkRequirements, initPrograms, test, params); in createShaderFragmentMaskTestsInGroup()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineMultisampledRenderToSingleSampledTests.cpp4896 std::string getFormatShortString (const VkFormat format) in getFormatShortString() function
4908 str << getFormatShortString(color1Format) in getFormatCaseName()
4909 << "_" << getFormatShortString(color2Format) in getFormatCaseName()
4910 << "_" << getFormatShortString(color3Format) in getFormatCaseName()
4911 << "_" << getFormatShortString(depthStencilFormat); in getFormatCaseName()
5310 getFormatShortString(format), in createMultisampledTestsInGroup()
5321 getFormatShortString(format), in createMultisampledTestsInGroup()
5332 getFormatShortString(format), in createMultisampledTestsInGroup()
5343 getFormatShortString(format), in createMultisampledTestsInGroup()
H A DvktPipelineMultisampleMixedAttachmentSamplesTests.cpp1782 std::string getFormatShortString (const VkFormat format) in getFormatShortString() function
1792 str << getFormatShortString(colorFormat) << "_" << getFormatShortString(depthStencilFormat); in getFormatCaseName()
H A DvktPipelineMultisampleShaderFragmentMaskTests.cpp1359 std::string getFormatShortString (const VkFormat format) in getFormatShortString() function
1413 addFunctionCaseWithPrograms(sourceGroup.get(), getFormatShortString(*pColorFormat), "", checkRequirements, initPrograms, test, params); in createShaderFragmentMaskTestsInGroup()

Completed in 101 milliseconds