Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dvk_layer_logging.h1193 std::vector<LoggingLabelData> new_cmdbuf_labels; in BeginCmdDebugUtilsLabel() local
1194 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() local
1237 InsertLabelIntoLog(label_info, new_cmdbuf_labels); in InsertCmdDebugUtilsLabel()
1238 report_data->debugUtilsCmdBufLabels.insert({command_buffer, new_cmdbuf_labels}); in InsertCmdDebugUtilsLabel()