Searched refs:layout_it (Results 1 – 1 of 1) sorted by relevance
4696 auto layout_it = descriptorSetLayoutMap.find(descriptorSetLayout); in PreCallRecordDestroyDescriptorSetLayout() local4697 if (layout_it != descriptorSetLayoutMap.end()) { in PreCallRecordDestroyDescriptorSetLayout()4698 layout_it->second.get()->MarkDestroyed(); in PreCallRecordDestroyDescriptorSetLayout()4699 descriptorSetLayoutMap.erase(layout_it); in PreCallRecordDestroyDescriptorSetLayout()