Lines Matching refs:semantic_info
35 struct semantic_info { struct
100 get_additional_semantic_info(nir_shader *s, nir_variable *var, struct semantic_info *info, in get_additional_semantic_info()
160 typedef void (*semantic_info_proc)(nir_variable *var, struct semantic_info *info, bool vulkan);
163 get_semantic_vs_in_name(nir_variable *var, struct semantic_info *info, bool vulkan) in get_semantic_vs_in_name()
177 get_semantic_sv_name(nir_variable *var, struct semantic_info *info, bool _vulkan) in get_semantic_sv_name()
203 get_semantic_ps_outname(nir_variable *var, struct semantic_info *info) in get_semantic_ps_outname()
246 get_semantic_name(nir_variable *var, struct semantic_info *info, in get_semantic_name()
290 get_semantic_in_name(nir_variable *var, struct semantic_info *info, bool vulkan) in get_semantic_in_name()
297 get_semantic_gs_in_name(nir_variable *var, struct semantic_info *info, bool vulkan) in get_semantic_gs_in_name()
370 struct semantic_info *semantic) { in fill_SV_param_nodes()
398 struct semantic_info *semantic, in fill_signature_element()
417 struct semantic_info *semantic, struct dxil_module *mod) in fill_psv_signature_element()
458 struct semantic_info *semantic, in fill_io_signature()
478 struct semantic_info semantic = {0}; in get_input_signature_group()
565 struct semantic_info semantic = {0}; in get_output_signature()