Home
last modified time | relevance | path

Searched refs:new_queue_labels (Results 1 – 1 of 1) sorted by relevance

/external/vulkan-validation-layers/layers/
Dvk_layer_logging.h1128 std::vector<LoggingLabelData> new_queue_labels; in BeginQueueDebugUtilsLabel() local
1129 InsertLabelIntoLog(label_info, new_queue_labels); in BeginQueueDebugUtilsLabel()
1130 report_data->debugUtilsQueueLabels.insert({queue, new_queue_labels}); in BeginQueueDebugUtilsLabel()
1168 std::vector<LoggingLabelData> new_queue_labels; in InsertQueueDebugUtilsLabel() local
1169 InsertLabelIntoLog(label_info, new_queue_labels); in InsertQueueDebugUtilsLabel()
1170 report_data->debugUtilsQueueLabels.insert({queue, new_queue_labels}); in InsertQueueDebugUtilsLabel()