Searched refs:LoggingLabel (Results 1 – 3 of 3) sorted by relevance
85 struct LoggingLabel { struct89 void Reset() { *this = LoggingLabel(); } in Reset() argument99 LoggingLabel() : name(), color({{0.f, 0.f, 0.f, 0.f}}) {} in LoggingLabel() function100 LoggingLabel(const VkDebugUtilsLabelEXT *label_info) { in LoggingLabel() function109 LoggingLabel(const LoggingLabel &) = default;110 LoggingLabel &operator=(const LoggingLabel &) = default; argument111 LoggingLabel &operator=(LoggingLabel &&) = default; argument112 LoggingLabel(LoggingLabel &&) = default;115 …LoggingLabel(Name &&name_, Vec &&vec_) : name(std::forward<Name>(name_)), color(std::forward<Vec>(… in LoggingLabel() function119 std::vector<LoggingLabel> labels;[all …]
504 std::string FormatDebugLabel(const char *prefix, const LoggingLabel &label);514 LoggingLabel label;1476 LoggingLabel debug_label;
219 std::string FormatDebugLabel(const char *prefix, const LoggingLabel &label) { in FormatDebugLabel()13764 cb_state->debug_label = LoggingLabel(pLabelInfo); in PreCallRecordCmdInsertDebugUtilsLabelEXT()