Searched refs:getColorStr (Results 1 – 2 of 2) sorted by relevance
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
| D | vktPipelineMultisampleImageTests.cpp | 666 std::string getColorStr (const T* data, int numComponents, const bool isUint, const bool isSint) in getColorStr() function 694 return getColorStr(clearColor.uint32, numComponents, isUint, isSint); in getReferenceClearColorStr() 696 return getColorStr(clearColor.int32, numComponents, isUint, isSint); in getReferenceClearColorStr() 698 return getColorStr(clearColor.float32, numComponents, isUint, isSint); in getReferenceClearColorStr() 705 return getColorStr(color.getPtr(), numComponents, isUint, isSint); in getReferencePrimitiveColorStr()
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
| D | vktPipelineMultisampleImageTests.cpp | 662 std::string getColorStr (const T* data, int numComponents, const bool isUint, const bool isSint) in getColorStr() function 690 return getColorStr(clearColor.uint32, numComponents, isUint, isSint); in getReferenceClearColorStr() 692 return getColorStr(clearColor.int32, numComponents, isUint, isSint); in getReferenceClearColorStr() 694 return getColorStr(clearColor.float32, numComponents, isUint, isSint); in getReferenceClearColorStr() 701 return getColorStr(color.getPtr(), numComponents, isUint, isSint); in getReferencePrimitiveColorStr()
|