Searched refs:getFormatString (Results 1 – 2 of 2) sorted by relevance
| /external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
| D | vktPipelineRenderToImageTests.cpp | 1703 inline std::string getFormatString(const VkFormat format) in getFormatString() function 1709 std::string getFormatString(const VkFormat colorFormat, const VkFormat depthStencilFormat) in getFormatString() function 1712 str << getFormatString(colorFormat); in getFormatString() 1714 str << "_" << getFormatString(depthStencilFormat); in getFormatString() 1824 … smallGroup.get(), getFormatString(format[formatNdx], depthStencilFormat[dsFormatNdx]), in addTestCasesWithFunctions() 1848 … sizeGroup.get(), getFormatString(colorFormat, depthStencilFormat[dsFormatNdx]), in addTestCasesWithFunctions() 1875 … mipmapGroup.get(), getFormatString(format[formatNdx], depthStencilFormat[dsFormatNdx]), in addTestCasesWithFunctions()
|
| D | vktPipelineMultisampleImageTests.cpp | 2016 std::string getFormatString(const VkFormat format) in getFormatString() function 2051 … new tcu::TestCaseGroup(group->getTestContext(), getFormatString(format[formatNdx]).c_str())); in addTestCasesWithFunctions() 2093 … new tcu::TestCaseGroup(group->getTestContext(), getFormatString(format[formatNdx]).c_str())); in addStandardSamplePositionTestCasesWithFunctions()
|