Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
Dclspv_utils.cpp68 std::string PrintFormattedString(const std::string &formatString, in PrintFormattedString() function
201 out += PrintFormattedString(formatString, data, size / vectorLength) + ","; in PrintVectorFormatIntoString()
204 out += PrintFormattedString(formatString, data, size / vectorLength) + remainingFormat; in PrintVectorFormatIntoString()
268 PrintFormattedString(partFormatString, in ProcessPrintfStatement()
275 printfOutput += PrintFormattedString(partFormatString, data, size); in ProcessPrintfStatement()