Home | History | Annotate | Download | only in layers

Lines Matching defs:p_obj_node

217     OBJTRACK_NODE *p_obj_node = NULL;
220 p_obj_node = new OBJTRACK_NODE;
221 device_data->object_map[VK_DEBUG_REPORT_OBJECT_TYPE_QUEUE_EXT][reinterpret_cast<uint64_t>(vkObj)] = p_obj_node;
225 p_obj_node = queue_item->second;
227 p_obj_node->object_type = object_type;
228 p_obj_node->status = OBJSTATUS_NONE;
229 p_obj_node->handle = reinterpret_cast<uint64_t>(vkObj);