Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dobject_tracker_utils.cpp249 ObjTrackState *p_obj_node = NULL; in CreateQueue() local
252 p_obj_node = new ObjTrackState; in CreateQueue()
253 object_map[kVulkanObjectTypeQueue][HandleToUint64(vkObj)] = p_obj_node; in CreateQueue()
257 p_obj_node = queue_item->second; in CreateQueue()
259 p_obj_node->object_type = kVulkanObjectTypeQueue; in CreateQueue()
260 p_obj_node->status = OBJSTATUS_NONE; in CreateQueue()
261 p_obj_node->handle = HandleToUint64(vkObj); in CreateQueue()