Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dvk_layer_logging.h85 struct LoggingLabel { struct
89 void Reset() { *this = LoggingLabel(); } in Reset() argument
99 LoggingLabel() : name(), color({{0.f, 0.f, 0.f, 0.f}}) {} in LoggingLabel() argument
100 LoggingLabel(const VkDebugUtilsLabelEXT *label_info) { in LoggingLabel() function
109 LoggingLabel(const LoggingLabel &) = default;
110 LoggingLabel &operator=(const LoggingLabel &) = default; argument
111 LoggingLabel &operator=(LoggingLabel &&) = default; argument
112 LoggingLabel(LoggingLabel &&) = default;
115LoggingLabel(Name &&name_, Vec &&vec_) : name(std::forward<Name>(name_)), color(std::forward<Vec>(… in LoggingLabel() argument
119 std::vector<LoggingLabel> labels;
[all …]
Dcore_validation_types.h504 std::string FormatDebugLabel(const char *prefix, const LoggingLabel &label);
514 LoggingLabel label;
1476 LoggingLabel debug_label;
Dcore_validation.cpp219 std::string FormatDebugLabel(const char *prefix, const LoggingLabel &label) { in FormatDebugLabel()
13764 cb_state->debug_label = LoggingLabel(pLabelInfo); in PreCallRecordCmdInsertDebugUtilsLabelEXT()