Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationUtil.hpp435 const int wrapLength = wrapLengthParam > 0 ? wrapLengthParam : bigInt; in elemsStr() local
439 if (length > wrapLength) in elemsStr()
441 result += std::string() + "{" + (length > wrapLength ? "\n"+deepIndentation : " "); in elemsStr()
448 result += std::string() + ", " + (index % wrapLength == 0 ? "\n"+deepIndentation : ""); in elemsStr()
453 result += length > wrapLength ? "\n"+baseIndentation : " "; in elemsStr()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fTessellationTests.cpp104 const int wrapLength = wrapLengthParam > 0 ? wrapLengthParam : std::numeric_limits<int>::max(); in elemsStr() local
108 if (length > wrapLength) in elemsStr()
110 result += string() + "{" + (length > wrapLength ? "\n"+deepIndentation : " "); in elemsStr()
117 result += string() + ", " + (index % wrapLength == 0 ? "\n"+deepIndentation : ""); in elemsStr()
122 result += length > wrapLength ? "\n"+baseIndentation : " "; in elemsStr()