Searched refs:debugUtilsCmdBufLabels (Results 1 – 1 of 1) sorted by relevance
94 std::unordered_map<VkCommandBuffer, std::vector<LoggingLabelData>> debugUtilsCmdBufLabels; member403 …auto label_iter = debug_data->debugUtilsCmdBufLabels.find(reinterpret_cast<VkCommandBuffer>(src_ob… in debug_log_msg()404 if (label_iter != debug_data->debugUtilsCmdBufLabels.end()) { in debug_log_msg()1191 auto label_iter = report_data->debugUtilsCmdBufLabels.find(command_buffer); in BeginCmdDebugUtilsLabel()1192 if (label_iter == report_data->debugUtilsCmdBufLabels.end()) { in BeginCmdDebugUtilsLabel()1195 report_data->debugUtilsCmdBufLabels.insert({command_buffer, new_cmdbuf_labels}); in BeginCmdDebugUtilsLabel()1212 auto label_iter = report_data->debugUtilsCmdBufLabels.find(command_buffer); in EndCmdDebugUtilsLabel()1213 if (label_iter != report_data->debugUtilsCmdBufLabels.end()) { in EndCmdDebugUtilsLabel()1234 auto label_iter = report_data->debugUtilsCmdBufLabels.find(command_buffer); in InsertCmdDebugUtilsLabel()1235 if (label_iter == report_data->debugUtilsCmdBufLabels.end()) { in InsertCmdDebugUtilsLabel()[all …]