Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A Dclspv_utils.cpp60 std::string PrintFormattedString(const std::string &formatString, in PrintFormattedString() function
193 out += PrintFormattedString(formatString, data, size / vectorLength) + ","; in PrintVectorFormatIntoString()
196 out += PrintFormattedString(formatString, data, size / vectorLength) + remainingFormat; in PrintVectorFormatIntoString()
260 PrintFormattedString(partFormatString, in ProcessPrintfStatement()
267 printfOutput += PrintFormattedString(partFormatString, data, size); in ProcessPrintfStatement()