Lines Matching defs:nir
162 brw_nir_lower_vs_inputs(nir_shader *nir, in brw_nir_lower_vs_inputs()
288 brw_nir_lower_vue_inputs(nir_shader *nir, in brw_nir_lower_vue_inputs()
341 brw_nir_lower_tes_inputs(nir_shader *nir, const struct brw_vue_map *vue_map) in brw_nir_lower_tes_inputs()
367 brw_nir_lower_fs_inputs(nir_shader *nir, in brw_nir_lower_fs_inputs()
413 brw_nir_lower_vue_outputs(nir_shader *nir) in brw_nir_lower_vue_outputs()
424 brw_nir_lower_tcs_outputs(nir_shader *nir, const struct brw_vue_map *vue_map, in brw_nir_lower_tcs_outputs()
451 brw_nir_lower_fs_outputs(nir_shader *nir) in brw_nir_lower_fs_outputs()
514 brw_nir_optimize(nir_shader *nir, const struct brw_compiler *compiler, in brw_nir_optimize()
744 brw_preprocess_nir(const struct brw_compiler *compiler, nir_shader *nir, in brw_preprocess_nir()
976 brw_vectorize_lower_mem_access(nir_shader *nir, in brw_vectorize_lower_mem_access()
1006 nir_shader_has_local_variables(const nir_shader *nir) in nir_shader_has_local_variables()
1024 brw_postprocess_nir(nir_shader *nir, const struct brw_compiler *compiler, in brw_postprocess_nir()
1163 brw_nir_apply_sampler_key(nir_shader *nir, in brw_nir_apply_sampler_key()
1261 brw_nir_apply_key(nir_shader *nir, in brw_nir_apply_key()
1480 nir_shader *nir = b.shader; in brw_nir_create_passthrough_tcs() local