Home
last modified time | relevance | path

Searched refs:getFormatCaseName (Results 1 – 14 of 14) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiCopiesAndBlittingTests.cpp7009 std::string getFormatCaseName (VkFormat format) in getFormatCaseName() function
7384 const std::string description = "Copy to destination format " + getFormatCaseName(dstFormat); in addImageToImageAllFormatsColorSrcFormatTests()
7385 …addTestGroup(group, getFormatCaseName(dstFormat), description, addImageToImageAllFormatsColorSrcFo… in addImageToImageAllFormatsColorSrcFormatTests()
7735 const std::string testName = getFormatCaseName(params.src.image.format); in addImageToImageAllFormatsColorTests()
7736 …const std::string description = "Copy from source format " + getFormatCaseName(params.src.image.fo… in addImageToImageAllFormatsColorTests()
7789 const std::string testName = getFormatCaseName(params.src.image.format); in addImageToImageAllFormatsColorTests()
7790 …const std::string description = "Copy from source format " + getFormatCaseName(params.src.image.fo… in addImageToImageAllFormatsColorTests()
7843 const std::string testName = getFormatCaseName(params.src.image.format); in addImageToImageAllFormatsColorTests()
7844 …const std::string description = "Copy from source format " + getFormatCaseName(params.src.image.fo… in addImageToImageAllFormatsColorTests()
8006 …const std::string srcDescription = "Copy from source format " + getFormatCaseName(testParams.param… in addImageToImageDimensionsTests()
[all …]
DvktApiImageClearingTests.cpp1823 std::string getFormatCaseName (VkFormat format) in getFormatCaseName() function
2248 …std::string testCaseName = getFormatCaseName(format) + dimensionsString + colorParams.testNam… in createImageClearingTestsCommon()
2333 const std::string testCaseName = getFormatCaseName(format) + in createImageClearingTestsCommon()
2370 …const std::string testCaseNameRanges = getFormatCaseName(format) + dimensionsString + "_multiple_s… in createImageClearingTestsCommon()
2435 …const std::string testCaseName = getFormatCaseName(format) + dimensionsString + colorParams.testNa… in createImageClearingTestsCommon()
2504 const std::string testCaseName = getFormatCaseName(format) + in createImageClearingTestsCommon()
DvktApiExternalMemoryTests.cpp70 std::string getFormatCaseName (vk::VkFormat format) in getFormatCaseName() function
4559 const std::string testCaseName = getFormatCaseName(format); in createMemoryTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/modifiers/
DvktModifiersTests.cpp76 std::string getFormatCaseName (VkFormat format) in getFormatCaseName() function
853 …addFunctionCase(group.get(), getFormatCaseName(formats[formatNdx]), "Check that listing supported … in createTests()
862 …addFunctionCase(group.get(), getFormatCaseName(formats[formatNdx]), "Check that creating images wi… in createTests()
871 …addFunctionCase(group.get(), getFormatCaseName(formats[formatNdx]), "Test exporting/importing imag… in createTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
DvktDrawDepthClampTests.cpp701 std::string getFormatCaseName (VkFormat format) in getFormatCaseName() function
712 const auto formatCaseName = getFormatCaseName(format); in createTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageViewTests.cpp344 static std::string getFormatCaseName (const VkFormat format) in getFormatCaseName() function
856 getFormatCaseName(format).c_str(), in createImageViewTests()
DvktPipelineImageTests.cpp398 std::string getFormatCaseName (const VkFormat format) in getFormatCaseName() function
762 getFormatCaseName(format).c_str(), in createImageFormatTests()
DvktPipelineStencilTests.cpp894 std::string getFormatCaseName (VkFormat format) in getFormatCaseName() function
952 …(getFormatCaseName(stencilFormat) + ((useSeparateDepthStencilLayouts) ? "_separate_layouts" : ""))… in createStencilTests()
DvktPipelineBlendTests.cpp2064 std::string getFormatCaseName (VkFormat format) in getFormatCaseName() function
2141 getFormatCaseName(format).c_str(), in createBlendTests()
2175 getFormatCaseName(format).c_str(), in createBlendTests()
2260 …clampTests->addChild(new ClampTest(testCtx, getFormatCaseName(format), std::string("Using format "… in createBlendTests()
DvktPipelineMultisampleMixedAttachmentSamplesTests.cpp1858 std::string getFormatCaseName (const VkFormat colorFormat, in getFormatCaseName() function
2016 getFormatCaseName(params.colorFormat, params.depthStencilFormat).c_str(), in createMixedAttachmentSamplesTestsInGroup()
2052 getFormatCaseName(params.colorFormat, params.depthStencilFormat).c_str(), in createMixedAttachmentSamplesTestsInGroup()
2090 getFormatCaseName(params.colorFormat, params.depthStencilFormat).c_str(), in createMixedAttachmentSamplesTestsInGroup()
DvktPipelineDepthTests.cpp833 std::string getFormatCaseName (const VkFormat format) in getFormatCaseName() function
1025 …(getFormatCaseName(depthFormats[formatNdx]) + ((useSeparateDepthStencilLayouts) ? "_separate_layou… in createDepthTests()
DvktPipelineSamplerTests.cpp846 std::string getFormatCaseName (const VkFormat format) in getFormatCaseName() function
1913 getFormatCaseName(format).c_str(), in createAllFormatsSamplerTests()
2029 const std::string formatName = getFormatCaseName(format); in createExactSamplingTests()
DvktPipelineDepthRangeUnrestrictedTests.cpp82 std::string getFormatCaseName (vk::VkFormat format) in getFormatCaseName() function
96 result << getFormatCaseName(param.depthFormat).c_str(); in generateTestName()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassLoadStoreOpNoneTests.cpp165 std::string getFormatCaseName(VkFormat format) in getFormatCaseName() function
1516 const std::string formatName = getFormatCaseName(formats[f]); in createRenderPassLoadStoreOpNoneTests()