Home
last modified time | relevance | path

Searched refs:formatSuffix (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawMultipleClearsWithinRenderPass.cpp824 ostringstream formatSuffix; in init() local
826 formatSuffix << "_c" << de::toLower(string(getFormatName(formatPair.colorFormat)).substr(9)); in init()
828 formatSuffix << "_d" << de::toLower(string(getFormatName(formatPair.depthFormat)).substr(9)); in init()
835 const string testNameSuffix = formatSuffix.str() + verticesByTopology[(deUint32)topology].testNameSuffix; in init()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawMultipleClearsWithinRenderPass.cpp819 ostringstream formatSuffix; in init() local
821 formatSuffix << "_c" << de::toLower(string(getFormatName(formatPair.colorFormat)).substr(9)); in init()
823 formatSuffix << "_d" << de::toLower(string(getFormatName(formatPair.depthFormat)).substr(9)); in init()
830 const string testNameSuffix = formatSuffix.str() + verticesByTopology[(deUint32)topology].testNameSuffix; in init()

Completed in 3 milliseconds