Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dcore_validation_types.h504 std::string FormatDebugLabel(const char *prefix, const LoggingLabel &label);
Dbuffer_validation.cpp3462 std::string formatted_label = FormatDebugLabel(" ", pCB->debug_label); in ValidateCmdBufImageLayouts()
Dcore_validation.cpp219 std::string FormatDebugLabel(const char *prefix, const LoggingLabel &label) { in FormatDebugLabel() function