Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dvk_layer_logging.h118 struct LoggingLabelState { struct
153 std::unordered_map<VkQueue, std::unique_ptr<LoggingLabelState>> debugUtilsQueueLabels;
154 std::unordered_map<VkCommandBuffer, std::unique_ptr<LoggingLabelState>> debugUtilsCmdBufLabels;
1146 static LoggingLabelState *GetLoggingLabelState(Map *map, typename Map::key_type key, bool insert) { in GetLoggingLabelState()
1148 LoggingLabelState *label_state = nullptr; in GetLoggingLabelState()
1152 label_state = new LoggingLabelState(); in GetLoggingLabelState()
1153 …erted = map->insert(std::make_pair(key, std::unique_ptr<LoggingLabelState>(new LoggingLabelState()… in GetLoggingLabelState()