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.cpp4700 auto layout_it = device_data->descriptorSetLayoutMap.find(descriptorSetLayout); in PreCallRecordDestroyDescriptorSetLayout() local
4701 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()