Lines Matching refs:label_state
1148 LoggingLabelState *label_state = nullptr; in GetLoggingLabelState() local
1152 label_state = new LoggingLabelState(); in GetLoggingLabelState()
1156 label_state = iter->second.get(); in GetLoggingLabelState()
1159 label_state = iter->second.get(); in GetLoggingLabelState()
1161 return label_state; in GetLoggingLabelState()
1168 …auto *label_state = GetLoggingLabelState(&report_data->debugUtilsQueueLabels, queue, /* insert */ … in BeginQueueDebugUtilsLabel() local
1169 assert(label_state); in BeginQueueDebugUtilsLabel()
1170 label_state->labels.push_back(LoggingLabel(label_info)); in BeginQueueDebugUtilsLabel()
1173 label_state->insert_label.Reset(); in BeginQueueDebugUtilsLabel()
1179 …auto *label_state = GetLoggingLabelState(&report_data->debugUtilsQueueLabels, queue, /* insert */ … in EndQueueDebugUtilsLabel() local
1180 if (label_state) { in EndQueueDebugUtilsLabel()
1182 if (!label_state->labels.empty()) { in EndQueueDebugUtilsLabel()
1183 label_state->labels.pop_back(); in EndQueueDebugUtilsLabel()
1187 label_state->insert_label.Reset(); in EndQueueDebugUtilsLabel()
1194 …auto *label_state = GetLoggingLabelState(&report_data->debugUtilsQueueLabels, queue, /* insert */ … in InsertQueueDebugUtilsLabel() local
1197 label_state->insert_label = LoggingLabel(label_info); in InsertQueueDebugUtilsLabel()
1204 …auto *label_state = GetLoggingLabelState(&report_data->debugUtilsCmdBufLabels, command_buffer, /* … in BeginCmdDebugUtilsLabel() local
1205 assert(label_state); in BeginCmdDebugUtilsLabel()
1206 label_state->labels.push_back(LoggingLabel(label_info)); in BeginCmdDebugUtilsLabel()
1209 label_state->insert_label.Reset(); in BeginCmdDebugUtilsLabel()
1215 …auto *label_state = GetLoggingLabelState(&report_data->debugUtilsCmdBufLabels, command_buffer, /* … in EndCmdDebugUtilsLabel() local
1216 if (label_state) { in EndCmdDebugUtilsLabel()
1218 if (!label_state->labels.empty()) { in EndCmdDebugUtilsLabel()
1219 label_state->labels.pop_back(); in EndCmdDebugUtilsLabel()
1223 label_state->insert_label.Reset(); in EndCmdDebugUtilsLabel()
1230 …auto *label_state = GetLoggingLabelState(&report_data->debugUtilsCmdBufLabels, command_buffer, /* … in InsertCmdDebugUtilsLabel() local
1231 assert(label_state); in InsertCmdDebugUtilsLabel()
1234 label_state->insert_label = LoggingLabel(label_info); in InsertCmdDebugUtilsLabel()
1240 …auto *label_state = GetLoggingLabelState(&report_data->debugUtilsCmdBufLabels, command_buffer, /* … in ResetCmdDebugUtilsLabel() local
1241 if (label_state) { in ResetCmdDebugUtilsLabel()
1242 label_state->labels.clear(); in ResetCmdDebugUtilsLabel()
1243 label_state->insert_label.Reset(); in ResetCmdDebugUtilsLabel()