Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dobject_tracker_utils.cpp105 ObjTrackState *pNewObjNode = new ObjTrackState; in AllocateCommandBuffer()
123ObjTrackState *pNode = object_map[kVulkanObjectTypeCommandBuffer][HandleToUint64(command_buffer)]; in ValidateCommandBuffer()
147 ObjTrackState *pNewObjNode = new ObjTrackState; in AllocateDescriptorSet()
158 ObjTrackState *pPoolNode = itr->second; in AllocateDescriptorSet()
168 ObjTrackState *pNode = dsItem->second; in ValidateDescriptorSet()
249 ObjTrackState *p_obj_node = NULL; in CreateQueue()
252 p_obj_node = new ObjTrackState; in CreateQueue()
269 ObjTrackState *pNewObjNode = new ObjTrackState; in CreateSwapchainImageObject()
280 const ObjTrackState *object_info = item.second; in DeviceReportUndestroyedObjects()
293 ObjTrackState *object_info = item->second; in DeviceDestroyUndestroyedObjects()
[all …]
Dobject_lifetime_validation.h56 struct ObjTrackState { struct
70 typedef std::unordered_map<uint64_t, ObjTrackState *> object_map_type; argument
79 std::unordered_map<uint64_t, ObjTrackState *> swapchainImageMap;
178 ObjTrackState *pNewObjNode = new ObjTrackState; in CreateObject()
201 ObjTrackState *pNode = item->second; in DestroyObjectSilently()
236 ObjTrackState *pNode = item->second; in ValidateDestroyObject()