Searched refs:new_cmdbuf_labels (Results 1 – 1 of 1) sorted by relevance
1193 std::vector<LoggingLabelData> new_cmdbuf_labels; in BeginCmdDebugUtilsLabel() local1194 InsertLabelIntoLog(label_info, new_cmdbuf_labels); in BeginCmdDebugUtilsLabel()1195 report_data->debugUtilsCmdBufLabels.insert({command_buffer, new_cmdbuf_labels}); in BeginCmdDebugUtilsLabel()1236 std::vector<LoggingLabelData> new_cmdbuf_labels; in InsertCmdDebugUtilsLabel() local1237 InsertLabelIntoLog(label_info, new_cmdbuf_labels); in InsertCmdDebugUtilsLabel()1238 report_data->debugUtilsCmdBufLabels.insert({command_buffer, new_cmdbuf_labels}); in InsertCmdDebugUtilsLabel()