/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiCopiesAndBlittingTests.cpp | 5368 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 …]
|
D | vktApiImageClearingTests.cpp | 1745 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()
|
D | vktApiExternalMemoryTests.cpp | 70 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/ |
D | vktModifiersTests.cpp | 72 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/ |
D | vktDrawDepthClampTests.cpp | 483 std::string getFormatCaseName (VkFormat format) in getFormatCaseName() function 494 const auto formatCaseName = getFormatCaseName(format); in createTests()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineImageViewTests.cpp | 344 static std::string getFormatCaseName (const VkFormat format) in getFormatCaseName() function 855 getFormatCaseName(format).c_str(), in createImageViewTests()
|
D | vktPipelineImageTests.cpp | 398 std::string getFormatCaseName (const VkFormat format) in getFormatCaseName() function 762 getFormatCaseName(format).c_str(), in createImageFormatTests()
|
D | vktPipelineStencilTests.cpp | 894 std::string getFormatCaseName (VkFormat format) in getFormatCaseName() function 952 …(getFormatCaseName(stencilFormat) + ((useSeparateDepthStencilLayouts) ? "_separate_layouts" : ""))… in createStencilTests()
|
D | vktPipelineMultisampleMixedAttachmentSamplesTests.cpp | 1802 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()
|
D | vktPipelineBlendTests.cpp | 2017 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()
|
D | vktPipelineDepthTests.cpp | 833 std::string getFormatCaseName (const VkFormat format) in getFormatCaseName() function 1025 …(getFormatCaseName(depthFormats[formatNdx]) + ((useSeparateDepthStencilLayouts) ? "_separate_layou… in createDepthTests()
|
D | vktPipelineSamplerTests.cpp | 845 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()
|
D | vktPipelineDepthRangeUnrestrictedTests.cpp | 82 std::string getFormatCaseName (vk::VkFormat format) in getFormatCaseName() function 96 result << getFormatCaseName(param.depthFormat).c_str(); in generateTestName()
|