Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dcore_validation.cpp12902 auto const template_map_entry = device_data->desc_template_map.find(descriptorUpdateTemplate); in ValidateUpdateDescriptorSetWithTemplate() local
12903 …if ((template_map_entry == device_data->desc_template_map.end()) || (template_map_entry->second.ge… in ValidateUpdateDescriptorSetWithTemplate()
12908 const TEMPLATE_STATE *template_state = template_map_entry->second.get(); in ValidateUpdateDescriptorSetWithTemplate()
12934 auto const template_map_entry = device_data->desc_template_map.find(descriptorUpdateTemplate); in RecordUpdateDescriptorSetWithTemplateState() local
12935 …if ((template_map_entry == device_data->desc_template_map.end()) || (template_map_entry->second.ge… in RecordUpdateDescriptorSetWithTemplateState()
12938 const TEMPLATE_STATE *template_state = template_map_entry->second.get(); in RecordUpdateDescriptorSetWithTemplateState()