Home
last modified time | relevance | path

Searched refs:clearColorToString (Results 1 – 1 of 1) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp938 std::string clearColorToString (VkFormat vkFormat, VkClearColorValue value, deBool useFormatCompCou… in clearColorToString() function
1025 return clearColorToString(vkFormat, value.color, useFormatCompCount); in clearValueToString()
4299 …<< ", Color: " << clearColorToString(info.getColorAttachment(attachmentNdx).getFormat(), colorClea… in logSubpassRenderInfo()