Searched refs:GetLoggingLabelState (Results 1 – 1 of 1) sorted by relevance
/external/vulkan-validation-layers/layers/ |
D | vk_layer_logging.h | 1146 static LoggingLabelState *GetLoggingLabelState(Map *map, typename Map::key_type key, bool insert) { in GetLoggingLabelState() function 1168 …auto *label_state = GetLoggingLabelState(&report_data->debugUtilsQueueLabels, queue, /* insert */ … in BeginQueueDebugUtilsLabel() 1179 …auto *label_state = GetLoggingLabelState(&report_data->debugUtilsQueueLabels, queue, /* insert */ … in EndQueueDebugUtilsLabel() 1194 …auto *label_state = GetLoggingLabelState(&report_data->debugUtilsQueueLabels, queue, /* insert */ … in InsertQueueDebugUtilsLabel() 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()
|