Lines Matching refs:NIR_PASS
821 NIR_PASS(progress, nir, nir_copy_prop);
822 NIR_PASS(progress, nir, nir_opt_copy_prop_vars);
823 NIR_PASS(progress, nir, nir_opt_deref);
824 NIR_PASS(progress, nir, nir_opt_dce);
825 NIR_PASS(progress, nir, nir_opt_undef);
826 NIR_PASS(progress, nir, nir_opt_constant_folding);
827 NIR_PASS(progress, nir, nir_opt_cse);
828 NIR_PASS(progress, nir, nir_lower_vars_to_ssa);
829 NIR_PASS(progress, nir, nir_opt_algebraic);
848 NIR_PASS(progress, nir, nir_copy_prop);
849 NIR_PASS(progress, nir, nir_opt_copy_prop_vars);
850 NIR_PASS(progress, nir, nir_opt_deref);
851 NIR_PASS(progress, nir, nir_opt_dce);
852 NIR_PASS(progress, nir, nir_opt_undef);
853 NIR_PASS(progress, nir, nir_opt_constant_folding);
854 NIR_PASS(progress, nir, nir_opt_cse);
855 NIR_PASS(progress, nir, nir_split_var_copies);
856 NIR_PASS(progress, nir, nir_lower_var_copies);
857 NIR_PASS(progress, nir, nir_lower_vars_to_ssa);
858 NIR_PASS(progress, nir, nir_opt_algebraic);
859 NIR_PASS(progress, nir, nir_opt_if, nir_opt_if_aggressive_last_continue | nir_opt_if_optimize_phi_true_false);
860 NIR_PASS(progress, nir, nir_opt_dead_cf);
861 NIR_PASS(progress, nir, nir_opt_remove_phis);
862 NIR_PASS(progress, nir, nir_opt_peephole_select, 8, true, true);
863 NIR_PASS(progress, nir, nir_lower_vec3_to_vec4, nir_var_mem_generic | nir_var_uniform);
1027 NIR_PASS(has_printf, nir, clc_lower_printf_base, uav_id);