Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiMaintenance3Check.cpp419 ostringstream combStr; in getBindingsDescription() local
421 combStr << "{ Descriptors: " << totalCount << ", ["; in getBindingsDescription()
423 combStr << (i++ ? ", " : " ") << tc.first << ": " << tc.second; in getBindingsDescription()
424 combStr << " ] }"; in getBindingsDescription()
426 return combStr.str(); in getBindingsDescription()