Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dcore_validation.cpp4696 auto layout_it = descriptorSetLayoutMap.find(descriptorSetLayout); in PreCallRecordDestroyDescriptorSetLayout() local
4697 if (layout_it != descriptorSetLayoutMap.end()) { in PreCallRecordDestroyDescriptorSetLayout()
4698 layout_it->second.get()->MarkDestroyed(); in PreCallRecordDestroyDescriptorSetLayout()
4699 descriptorSetLayoutMap.erase(layout_it); in PreCallRecordDestroyDescriptorSetLayout()