Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationUtil.hpp434 const std::string deepIndentation = baseIndentation + std::string(4, ' '); in elemsStr() local
441 result += std::string() + "{" + (length > wrapLength ? "\n"+deepIndentation : " "); in elemsStr()
448 result += std::string() + ", " + (index % wrapLength == 0 ? "\n"+deepIndentation : ""); in elemsStr()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fTessellationTests.cpp103 const string deepIndentation = baseIndentation + string(4, ' '); in elemsStr() local
110 result += string() + "{" + (length > wrapLength ? "\n"+deepIndentation : " "); in elemsStr()
117 result += string() + ", " + (index % wrapLength == 0 ? "\n"+deepIndentation : ""); in elemsStr()