Lines Matching refs:ObjTrackState
105 ObjTrackState *pNewObjNode = new ObjTrackState; in AllocateCommandBuffer()
123 … ObjTrackState *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()
307 ObjTrackState *pNode = iit.second; in PreCallValidateDestroyInstance()
350 ObjTrackState *pNode = iit->second; in PreCallRecordDestroyInstance()
358 ObjTrackState *pNode = iit->second; in PreCallRecordDestroyInstance()
458 ObjTrackState *pPoolNode = itr->second; in PreCallValidateResetDescriptorPool()
473 ObjTrackState *pPoolNode = itr->second; in PreCallRecordResetDescriptorPool()
487 … ObjTrackState *pNode = object_map[kVulkanObjectTypeCommandBuffer][HandleToUint64(command_buffer)]; in PreCallValidateBeginCommandBuffer()
689 std::unordered_map<uint64_t, ObjTrackState *>::iterator itr = swapchainImageMap.begin(); in PreCallRecordDestroySwapchainKHR()
691 ObjTrackState *pNode = (*itr).second; in PreCallRecordDestroySwapchainKHR()
720 ObjTrackState *pPoolNode = nullptr; in PreCallRecordFreeDescriptorSets()
744 ObjTrackState *pPoolNode = itr->second; in PreCallValidateDestroyDescriptorPool()
759 ObjTrackState *pPoolNode = itr->second; in PreCallRecordDestroyDescriptorPool()
778 ObjTrackState *pNode = (*itr).second; in PreCallValidateDestroyCommandPool()
797 ObjTrackState *pNode = (*itr).second; in PreCallRecordDestroyCommandPool()