Searched refs:nir_remove_sysval_output (Results 1 – 5 of 5) sorted by relevance
45 nir_remove_sysval_output(intr, MESA_SHADER_FRAGMENT); in opt_clip_cull()
3563 nir_remove_sysval_output(nir_intrinsic_instr *intr, gl_shader_stage next_shader) in nir_remove_sysval_output() function
5703 bool nir_remove_sysval_output(nir_intrinsic_instr *intr, gl_shader_stage next_shader);
1684 progress |= nir_remove_sysval_output(intr, MESA_SHADER_FRAGMENT); in si_nir_kill_outputs()1693 progress |= nir_remove_sysval_output(intr, MESA_SHADER_FRAGMENT); in si_nir_kill_outputs()1704 progress |= nir_remove_sysval_output(intr, MESA_SHADER_FRAGMENT); in si_nir_kill_outputs()1713 progress |= nir_remove_sysval_output(intr, MESA_SHADER_FRAGMENT); in si_nir_kill_outputs()
3015 - nir: return progress from nir_remove_sysval_output