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.cpp204 std::shared_ptr<ObjTrackState> p_obj_node = NULL; in CreateQueue() local
207 p_obj_node = std::make_shared<ObjTrackState>(); in CreateQueue()
208 …ect(object_map[kVulkanObjectTypeQueue], HandleToUint64(vkObj), kVulkanObjectTypeQueue, p_obj_node); in CreateQueue()
212 p_obj_node = queue_item->second; in CreateQueue()
214 p_obj_node->object_type = kVulkanObjectTypeQueue; in CreateQueue()
215 p_obj_node->status = OBJSTATUS_NONE; in CreateQueue()
216 p_obj_node->handle = HandleToUint64(vkObj); in CreateQueue()