Searched defs:label_state (Results 1 – 1 of 1) sorted by relevance
/external/vulkan-validation-layers/layers/ |
D | vk_layer_logging.h | 1148 LoggingLabelState *label_state = nullptr; in GetLoggingLabelState() local 1168 …auto *label_state = GetLoggingLabelState(&report_data->debugUtilsQueueLabels, queue, /* insert */ … in BeginQueueDebugUtilsLabel() local 1179 …auto *label_state = GetLoggingLabelState(&report_data->debugUtilsQueueLabels, queue, /* insert */ … in EndQueueDebugUtilsLabel() local 1194 …auto *label_state = GetLoggingLabelState(&report_data->debugUtilsQueueLabels, queue, /* insert */ … in InsertQueueDebugUtilsLabel() local 1204 …auto *label_state = GetLoggingLabelState(&report_data->debugUtilsCmdBufLabels, command_buffer, /* … in BeginCmdDebugUtilsLabel() local 1215 …auto *label_state = GetLoggingLabelState(&report_data->debugUtilsCmdBufLabels, command_buffer, /* … in EndCmdDebugUtilsLabel() local 1230 …auto *label_state = GetLoggingLabelState(&report_data->debugUtilsCmdBufLabels, command_buffer, /* … in InsertCmdDebugUtilsLabel() local 1240 …auto *label_state = GetLoggingLabelState(&report_data->debugUtilsCmdBufLabels, command_buffer, /* … in ResetCmdDebugUtilsLabel() local
|