Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiCopiesAndBlittingTests.cpp5368 std::string getFormatCaseName (VkFormat format) in getFormatCaseName() function
5701 const std::string description = "Copy to destination format " + getFormatCaseName(dstFormat); in addImageToImageAllFormatsColorSrcFormatTests()
5702 …addTestGroup(group, getFormatCaseName(dstFormat), description, addImageToImageAllFormatsColorSrcFo… in addImageToImageAllFormatsColorSrcFormatTests()
6052 const std::string testName = getFormatCaseName(params.src.image.format); in addImageToImageAllFormatsColorTests()
6053 …const std::string description = "Copy from source format " + getFormatCaseName(params.src.image.fo… in addImageToImageAllFormatsColorTests()
6106 const std::string testName = getFormatCaseName(params.src.image.format); in addImageToImageAllFormatsColorTests()
6107 …const std::string description = "Copy from source format " + getFormatCaseName(params.src.image.fo… in addImageToImageAllFormatsColorTests()
6160 const std::string testName = getFormatCaseName(params.src.image.format); in addImageToImageAllFormatsColorTests()
6161 …const std::string description = "Copy from source format " + getFormatCaseName(params.src.image.fo… in addImageToImageAllFormatsColorTests()
6323 …const std::string srcDescription = "Copy from source format " + getFormatCaseName(testParams.param… in addImageToImageDimensionsTests()
[all …]
DvktApiImageClearingTests.cpp1745 std::string getFormatCaseName (VkFormat format) in getFormatCaseName() function
2170 …std::string testCaseName = getFormatCaseName(format) + dimensionsString + colorParams.testNam… in createImageClearingTestsCommon()
2255 const std::string testCaseName = getFormatCaseName(format) + in createImageClearingTestsCommon()
2292 …const std::string testCaseNameRanges = getFormatCaseName(format) + dimensionsString + "_multiple_s… in createImageClearingTestsCommon()
2357 …const std::string testCaseName = getFormatCaseName(format) + dimensionsString + colorParams.testNa… in createImageClearingTestsCommon()
2426 const std::string testCaseName = getFormatCaseName(format) + in createImageClearingTestsCommon()
DvktApiExternalMemoryTests.cpp70 std::string getFormatCaseName (vk::VkFormat format) in getFormatCaseName() function
4497 const std::string testCaseName = getFormatCaseName(format); in createMemoryTests()
/external/deqp/external/vulkancts/modules/vulkan/modifiers/
DvktModifiersTests.cpp72 std::string getFormatCaseName (VkFormat format) in getFormatCaseName() function
839 …addFunctionCase(group.get(), getFormatCaseName(formats[formatNdx]), "Check that listing supported … in createTests()
848 …addFunctionCase(group.get(), getFormatCaseName(formats[formatNdx]), "Check that creating images wi… in createTests()
857 …addFunctionCase(group.get(), getFormatCaseName(formats[formatNdx]), "Test exporting/importing imag… in createTests()
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawDepthClampTests.cpp483 std::string getFormatCaseName (VkFormat format) in getFormatCaseName() function
494 const auto formatCaseName = getFormatCaseName(format); in createTests()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageViewTests.cpp344 static std::string getFormatCaseName (const VkFormat format) in getFormatCaseName() function
855 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()
DvktPipelineMultisampleMixedAttachmentSamplesTests.cpp1802 std::string getFormatCaseName (const VkFormat colorFormat, in getFormatCaseName() function
1959 getFormatCaseName(params.colorFormat, params.depthStencilFormat).c_str(), in createMixedAttachmentSamplesTestsInGroup()
1994 getFormatCaseName(params.colorFormat, params.depthStencilFormat).c_str(), in createMixedAttachmentSamplesTestsInGroup()
2031 getFormatCaseName(params.colorFormat, params.depthStencilFormat).c_str(), in createMixedAttachmentSamplesTestsInGroup()
DvktPipelineBlendTests.cpp2017 std::string getFormatCaseName (VkFormat format) in getFormatCaseName() function
2093 getFormatCaseName(format).c_str(), in createBlendTests()
2127 getFormatCaseName(format).c_str(), in createBlendTests()
2212 …clampTests->addChild(new ClampTest(testCtx, getFormatCaseName(format), std::string("Using format "… in createBlendTests()
DvktPipelineDepthTests.cpp833 std::string getFormatCaseName (const VkFormat format) in getFormatCaseName() function
1025 …(getFormatCaseName(depthFormats[formatNdx]) + ((useSeparateDepthStencilLayouts) ? "_separate_layou… in createDepthTests()
DvktPipelineSamplerTests.cpp845 std::string getFormatCaseName (const VkFormat format) in getFormatCaseName() function
1910 getFormatCaseName(format).c_str(), in createAllFormatsSamplerTests()
2026 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()