Searched refs:del_itr (Results 1 – 1 of 1) sorted by relevance
776 auto del_itr = itr; in PreCallValidateDestroyCommandPool() local779 del_itr = itr++; in PreCallValidateDestroyCommandPool()781 …|= ValidateCommandBuffer(device, commandPool, reinterpret_cast<VkCommandBuffer>((*del_itr).first)); in PreCallValidateDestroyCommandPool()782 … skip |= ValidateDestroyObject(device, reinterpret_cast<VkCommandBuffer>((*del_itr).first), in PreCallValidateDestroyCommandPool()794 auto del_itr = itr; in PreCallRecordDestroyCommandPool() local798 del_itr = itr++; in PreCallRecordDestroyCommandPool()800 …RecordDestroyObject(device, reinterpret_cast<VkCommandBuffer>((*del_itr).first), kVulkanObjectType… in PreCallRecordDestroyCommandPool()