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

/external/vulkan-validation-layers/layers/
H A Dobject_tracker.cpp217 OBJTRACK_NODE *p_obj_node = NULL; local
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);

Completed in 115 milliseconds