Searched refs:layout_it (Results 1 – 1 of 1) sorted by relevance
4700 auto layout_it = device_data->descriptorSetLayoutMap.find(descriptorSetLayout); in PreCallRecordDestroyDescriptorSetLayout() local4701 if (layout_it != device_data->descriptorSetLayoutMap.end()) { in PreCallRecordDestroyDescriptorSetLayout()4702 layout_it->second.get()->MarkDestroyed(); in PreCallRecordDestroyDescriptorSetLayout()4703 device_data->descriptorSetLayoutMap.erase(layout_it); in PreCallRecordDestroyDescriptorSetLayout()