/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/ |
H A D | vktImageLoadStoreTests.cpp | 2831 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 D | vktImageTestsUtil.hpp | 158 std::string getFormatShortString (const vk::VkFormat format);
|
H A D | vktImageExtendedUsageBitTests.cpp | 302 name << getFormatShortString(imageFormat) << "_" << tiling[tilingNdx].name << "_" << de::toLower(usageName.substr(15)); in createImageExtendedUsageBitTests()
|
H A D | vktImageMutableTests.cpp | 1745 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 D | vktImageMultisampleLoadStoreTests.cpp | 516 const std::string formatGroupName = getFormatShortString(formats[formatNdx]) + (singleLayerBind ? "_single_layer" : ""); in createImageMultisampleLoadStoreTests()
|
H A D | vktImageTestsUtil.cpp | 910 std::string getFormatShortString (const VkFormat format) in getFormatShortString() function
|
H A D | vktImageTranscodingSupportTests.cpp | 1177 const std::string testName = getFormatShortString(featuredFormat); in createImageTranscodingSupportTests()
|
H A D | vktImageCompressionTranscodingSupport.cpp | 3239 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 D | vktImageLoadStoreTests.cpp | 2872 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 D | vktImageTestsUtil.hpp | 158 std::string getFormatShortString (const vk::VkFormat format);
|
H A D | vktImageExtendedUsageBitTests.cpp | 302 name << getFormatShortString(imageFormat) << "_" << tiling[tilingNdx].name << "_" << de::toLower(usageName.substr(15)); in createImageExtendedUsageBitTests()
|
H A D | vktImageHostImageCopyTests.cpp | 1992 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 D | vktImageMutableTests.cpp | 1745 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 D | vktImageMultisampleLoadStoreTests.cpp | 556 const std::string formatGroupName = getFormatShortString(formats[formatNdx]) + (singleLayerBind ? "_single_layer" : ""); in createImageMultisampleLoadStoreTests()
|
H A D | vktImageTestsUtil.cpp | 910 std::string getFormatShortString (const VkFormat format) in getFormatShortString() function
|
H A D | vktImageTranscodingSupportTests.cpp | 1176 const std::string testName = getFormatShortString(featuredFormat); in createImageTranscodingSupportTests()
|
H A D | vktImageCompressionTranscodingSupport.cpp | 3253 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 D | vktPipelineMultisampledRenderToSingleSampledTests.cpp | 4934 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 D | vktPipelineMultisampleMixedAttachmentSamplesTests.cpp | 1769 std::string getFormatShortString (const VkFormat format) in getFormatShortString() function 1779 str << getFormatShortString(colorFormat) << "_" << getFormatShortString(depthStencilFormat); in getFormatCaseName()
|
H A D | vktPipelineMultisampleShaderFragmentMaskTests.cpp | 1324 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 D | vktPipelineMultisampledRenderToSingleSampledTests.cpp | 4896 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 D | vktPipelineMultisampleMixedAttachmentSamplesTests.cpp | 1782 std::string getFormatShortString (const VkFormat format) in getFormatShortString() function 1792 str << getFormatShortString(colorFormat) << "_" << getFormatShortString(depthStencilFormat); in getFormatCaseName()
|
H A D | vktPipelineMultisampleShaderFragmentMaskTests.cpp | 1359 std::string getFormatShortString (const VkFormat format) in getFormatShortString() function 1413 addFunctionCaseWithPrograms(sourceGroup.get(), getFormatShortString(*pColorFormat), "", checkRequirements, initPrograms, test, params); in createShaderFragmentMaskTestsInGroup()
|