Searched refs:getColorFormatStr (Results 1 – 3 of 3) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineRenderToImageTests.cpp | 572 std::string getColorFormatStr (const int numComponents, const bool isUint, const bool isSint) in getColorFormatStr() function 856 const std::string colorFormat = getColorFormatStr(numComponents, isUint, isSint); in initPrograms()
|
D | vktPipelineMultisampleImageTests.cpp | 532 std::string getColorFormatStr (const int numComponents, const bool isUint, const bool isSint) in getColorFormatStr() function 841 const std::string colorFormat = getColorFormatStr(numComponents, isUint, isSint); in addSimpleVertexAndFragmentPrograms()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
D | vktImageMutableTests.cpp | 305 std::string getColorFormatStr (const int numComponents, const bool isUint, const bool isSint) in getColorFormatStr() function 372 const std::string colorFormat = getColorFormatStr(numComponents, isUint, isSint); in initPrograms()
|