/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
D | vktApiCopiesAndBlittingTests.cpp | 7009 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 …]
|
D | vktApiImageClearingTests.cpp | 1823 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()
|
D | vktApiExternalMemoryTests.cpp | 70 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/ |
D | vktModifiersTests.cpp | 76 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/ |
D | vktDrawDepthClampTests.cpp | 701 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/ |
D | vktPipelineImageViewTests.cpp | 344 static std::string getFormatCaseName (const VkFormat format) in getFormatCaseName() function 856 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 | vktPipelineBlendTests.cpp | 2064 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()
|
D | vktPipelineMultisampleMixedAttachmentSamplesTests.cpp | 1858 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()
|
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 | 846 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()
|
D | vktPipelineDepthRangeUnrestrictedTests.cpp | 82 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/ |
D | vktRenderPassLoadStoreOpNoneTests.cpp | 165 std::string getFormatCaseName(VkFormat format) in getFormatCaseName() function 1516 const std::string formatName = getFormatCaseName(formats[f]); in createRenderPassLoadStoreOpNoneTests()
|