Searched refs:debugUtilsCmdBufLabels (Results 1 – 1 of 1) sorted by relevance
154 std::unordered_map<VkCommandBuffer, std::unique_ptr<LoggingLabelState>> debugUtilsCmdBufLabels; member447 …auto label_iter = debug_data->debugUtilsCmdBufLabels.find(reinterpret_cast<VkCommandBuffer>(src_ob… in debug_log_msg()448 if (label_iter != debug_data->debugUtilsCmdBufLabels.end()) { in debug_log_msg()1204 …auto *label_state = GetLoggingLabelState(&report_data->debugUtilsCmdBufLabels, command_buffer, /* … in BeginCmdDebugUtilsLabel()1215 …auto *label_state = GetLoggingLabelState(&report_data->debugUtilsCmdBufLabels, command_buffer, /* … in EndCmdDebugUtilsLabel()1230 …auto *label_state = GetLoggingLabelState(&report_data->debugUtilsCmdBufLabels, command_buffer, /* … in InsertCmdDebugUtilsLabel()1240 …auto *label_state = GetLoggingLabelState(&report_data->debugUtilsCmdBufLabels, command_buffer, /* … in ResetCmdDebugUtilsLabel()1248 report_data->debugUtilsCmdBufLabels.erase(command_buffer); in EraseCmdDebugUtilsLabel()