Searched refs:p_obj_node (Results 1 – 1 of 1) sorted by relevance
204 std::shared_ptr<ObjTrackState> p_obj_node = NULL; in CreateQueue() local207 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()