Searched refs:template_map_entry (Results 1 – 1 of 1) sorted by relevance
12902 auto const template_map_entry = device_data->desc_template_map.find(descriptorUpdateTemplate); in ValidateUpdateDescriptorSetWithTemplate() local12903 …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() local12935 …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()