Searched refs:getColorFormatStr (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineRenderToImageTests.cpp | 447 std::string getColorFormatStr(const int numComponents, const bool isUint, const bool isSint) in getColorFormatStr() function 722 const std::string colorFormat = getColorFormatStr(numComponents, isUint, isSint); in initPrograms()
|
H A D | vktPipelineMultisampleImageTests.cpp | 609 std::string getColorFormatStr(const int numComponents, const bool isUint, const bool isSint) in getColorFormatStr() function 937 const std::string colorFormat = getColorFormatStr(numComponents, isUint, isSint); in addSimpleVertexAndFragmentPrograms()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/image/ |
H A D | vktImageMutableTests.cpp | 286 std::string getColorFormatStr(const int numComponents, const bool isUint, const bool isSint) in getColorFormatStr() function 353 const std::string colorFormat = getColorFormatStr(numComponents, isUint, isSint); in initPrograms()
|