Lines Matching defs:nir
163 brw_nir_lower_vs_inputs(nir_shader *nir, in brw_nir_lower_vs_inputs()
298 brw_nir_lower_vue_inputs(nir_shader *nir, in brw_nir_lower_vue_inputs()
351 brw_nir_lower_tes_inputs(nir_shader *nir, const struct brw_vue_map *vue_map) in brw_nir_lower_tes_inputs()
416 brw_nir_lower_fs_inputs(nir_shader *nir, in brw_nir_lower_fs_inputs()
470 brw_nir_lower_vue_outputs(nir_shader *nir) in brw_nir_lower_vue_outputs()
481 brw_nir_lower_tcs_outputs(nir_shader *nir, const struct brw_vue_map *vue_map, in brw_nir_lower_tcs_outputs()
508 brw_nir_lower_fs_outputs(nir_shader *nir) in brw_nir_lower_fs_outputs()
528 brw_nir_optimize(nir_shader *nir, const struct brw_compiler *compiler, in brw_nir_optimize()
812 brw_preprocess_nir(const struct brw_compiler *compiler, nir_shader *nir, in brw_preprocess_nir()
1083 brw_vectorize_lower_mem_access(nir_shader *nir, in brw_vectorize_lower_mem_access()
1123 nir_shader_has_local_variables(const nir_shader *nir) in nir_shader_has_local_variables()
1141 brw_postprocess_nir(nir_shader *nir, const struct brw_compiler *compiler, in brw_postprocess_nir()
1324 brw_nir_apply_sampler_key(nir_shader *nir, in brw_nir_apply_sampler_key()
1416 brw_nir_apply_key(nir_shader *nir, in brw_nir_apply_key()
1604 nir_shader *nir = b.shader; in brw_nir_create_passthrough_tcs() local