Searched refs:sub_entry (Results 1 – 1 of 1) sorted by relevance
5798 const auto &sub_entry = dev_data->imageSubresourceMap.find(image); in PostCallRecordDestroyImage() local5799 if (sub_entry != dev_data->imageSubresourceMap.end()) { in PostCallRecordDestroyImage()5800 for (const auto &pair : sub_entry->second) { in PostCallRecordDestroyImage()5803 dev_data->imageSubresourceMap.erase(sub_entry); in PostCallRecordDestroyImage()