Searched refs:getFormatCaseName (Results 1 – 9 of 9) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiCopiesAndBlittingTests.cpp | 4025 std::string getFormatCaseName (VkFormat format) in getFormatCaseName() function 4314 const std::string description = "Copy to destination format " + getFormatCaseName(dstFormat); in addImageToImageAllFormatsColorSrcFormatTests() 4315 …addTestGroup(group, getFormatCaseName(dstFormat), description, addImageToImageAllFormatsColorSrcFo… in addImageToImageAllFormatsColorSrcFormatTests() 4658 …const std::string description = "Copy from source format " + getFormatCaseName(params.src.image.fo… in addImageToImageAllFormatsColorTests() 4659 …addTestGroup(group, getFormatCaseName(params.src.image.format), description, addImageToImageAllFor… in addImageToImageAllFormatsColorTests() 4759 …const std::string testName = getFormatCaseName(params.src.image.format) + "_" + getFormatCaseName… in addImageToImageAllFormatsDepthStencilTests() 4760 …std::string description = "Copy from " + getFormatCaseName(params.src.image.format) + " to " + get… in addImageToImageAllFormatsDepthStencilTests() 5523 …group->addChild(new BlitImageTestCase(testCtx, getFormatCaseName(params.dst.image.format) + "_near… in addBlittingImageSimpleWholeTests() 5527 …group->addChild(new BlitImageTestCase(testCtx, getFormatCaseName(params.dst.image.format) + "_near… in addBlittingImageSimpleWholeTests() 5540 …group->addChild(new BlitImageTestCase(testCtx, getFormatCaseName(params.dst.image.format) + "_line… in addBlittingImageSimpleWholeTests() [all …]
|
D | vktApiImageClearingTests.cpp | 1404 std::string getFormatCaseName (VkFormat format) in getFormatCaseName() function 1723 const std::string testCaseName = getFormatCaseName(format); in createImageClearingTestsCommon() 1767 const std::string testCaseName = getFormatCaseName(format); in createImageClearingTestsCommon() 1811 const std::string testCaseName = getFormatCaseName(format); in createImageClearingTestsCommon() 1852 const std::string testCaseName = getFormatCaseName(format); in createImageClearingTestsCommon()
|
D | vktApiExternalMemoryTests.cpp | 67 std::string getFormatCaseName (vk::VkFormat format) in getFormatCaseName() function 4279 const std::string testCaseName = getFormatCaseName(format); in createMemoryTests()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineImageViewTests.cpp | 323 static std::string getFormatCaseName (const VkFormat format) in getFormatCaseName() function 818 getFormatCaseName(format).c_str(), in createImageViewTests()
|
D | vktPipelineImageTests.cpp | 375 std::string getFormatCaseName (const VkFormat format) in getFormatCaseName() function 734 getFormatCaseName(format).c_str(), in createImageFormatTests()
|
D | vktPipelineStencilTests.cpp | 795 std::string getFormatCaseName (VkFormat format) in getFormatCaseName() function 824 getFormatCaseName(stencilFormat).c_str(), in createStencilTests()
|
D | vktPipelineDepthTests.cpp | 696 std::string getFormatCaseName (const VkFormat format) in getFormatCaseName() function 873 getFormatCaseName(depthFormats[formatNdx]).c_str(), in createDepthTests()
|
D | vktPipelineBlendTests.cpp | 945 std::string getFormatCaseName (VkFormat format) in getFormatCaseName() function 1008 getFormatCaseName(format).c_str(), in createBlendTests()
|
D | vktPipelineSamplerTests.cpp | 719 std::string getFormatCaseName (const VkFormat format) in getFormatCaseName() function 1122 getFormatCaseName(format).c_str(), in createSamplerTests()
|