Searched refs:getFormatString (Results 1 – 4 of 4) sorted by relevance
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
| D | vktPipelineRenderToImageTests.cpp | 1595 inline std::string getFormatString (const VkFormat format) in getFormatString() function 1601 std::string getFormatString (const VkFormat colorFormat, const VkFormat depthStencilFormat) in getFormatString() function 1604 str << getFormatString(colorFormat); in getFormatString() 1606 str << "_" << getFormatString(depthStencilFormat); in getFormatString() 1719 …addFunctionCaseWithPrograms(smallGroup.get(), getFormatString(format[formatNdx], depthStencilForma… in addTestCasesWithFunctions() 1741 …addFunctionCaseWithPrograms(sizeGroup.get(), getFormatString(colorFormat, depthStencilFormat[dsFor… in addTestCasesWithFunctions() 1767 …addFunctionCaseWithPrograms(mipmapGroup.get(), getFormatString(format[formatNdx], depthStencilForm… in addTestCasesWithFunctions()
|
| D | vktPipelineMultisampleImageTests.cpp | 1902 std::string getFormatString (const VkFormat format) in getFormatString() function 1946 …seGroup> formatGroup(new tcu::TestCaseGroup(group->getTestContext(), getFormatString(format[format… in addTestCasesWithFunctions() 1993 …seGroup> formatGroup(new tcu::TestCaseGroup(group->getTestContext(), getFormatString(format[format… in addStandardSamplePositionTestCasesWithFunctions()
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
| D | vktPipelineRenderToImageTests.cpp | 1722 inline std::string getFormatString (const VkFormat format) in getFormatString() function 1728 std::string getFormatString (const VkFormat colorFormat, const VkFormat depthStencilFormat) in getFormatString() function 1731 str << getFormatString(colorFormat); in getFormatString() 1733 str << "_" << getFormatString(depthStencilFormat); in getFormatString() 1846 …addFunctionCaseWithPrograms(smallGroup.get(), getFormatString(format[formatNdx], depthStencilForma… in addTestCasesWithFunctions() 1868 …addFunctionCaseWithPrograms(sizeGroup.get(), getFormatString(colorFormat, depthStencilFormat[dsFor… in addTestCasesWithFunctions() 1894 …addFunctionCaseWithPrograms(mipmapGroup.get(), getFormatString(format[formatNdx], depthStencilForm… in addTestCasesWithFunctions()
|
| D | vktPipelineMultisampleImageTests.cpp | 1917 std::string getFormatString (const VkFormat format) in getFormatString() function 1961 …seGroup> formatGroup(new tcu::TestCaseGroup(group->getTestContext(), getFormatString(format[format… in addTestCasesWithFunctions() 2008 …seGroup> formatGroup(new tcu::TestCaseGroup(group->getTestContext(), getFormatString(format[format… in addStandardSamplePositionTestCasesWithFunctions()
|