Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dvk_layer_logging.h80 } LoggingLabelData; typedef
93 std::unordered_map<VkQueue, std::vector<LoggingLabelData>> debugUtilsQueueLabels;
94 std::unordered_map<VkCommandBuffer, std::vector<LoggingLabelData>> debugUtilsCmdBufLabels;
1112 …rtLabelIntoLog(const VkDebugUtilsLabelEXT *utils_label, std::vector<LoggingLabelData> &log_vector)… in InsertLabelIntoLog()
1113 LoggingLabelData log_label_data = {}; in InsertLabelIntoLog()
1128 std::vector<LoggingLabelData> new_queue_labels; in BeginQueueDebugUtilsLabel()
1168 std::vector<LoggingLabelData> new_queue_labels; in InsertQueueDebugUtilsLabel()
1193 std::vector<LoggingLabelData> new_cmdbuf_labels; in BeginCmdDebugUtilsLabel()
1236 std::vector<LoggingLabelData> new_cmdbuf_labels; in InsertCmdDebugUtilsLabel()