Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dcore_validation.cpp5798 const auto &sub_entry = dev_data->imageSubresourceMap.find(image); in PostCallRecordDestroyImage() local
5799 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()