Searched refs:lower_alu_to_scalar (Results 1 – 7 of 7) sorted by relevance
567 bool lower_alu_to_scalar = false; in si_nir_opts() local572 NIR_PASS(lower_alu_to_scalar, nir, nir_shrink_vec_array_vars, nir_var_function_temp); in si_nir_opts()578 NIR_PASS(lower_alu_to_scalar, nir, nir_opt_trivial_continues); in si_nir_opts()586 if (lower_alu_to_scalar) in si_nir_opts()590 progress |= lower_alu_to_scalar | lower_phis_to_scalar; in si_nir_opts()
111 - nir/lower_alu_to_scalar: Don't try to lower unpack_32_2x16
1231 - nir/lower_alu_to_scalar: Don't try to lower unpack_32_2x16
2620 - nir/lower_alu_to_scalar: Support lowering 8- and 16-bit reduce ops
3365 - nir: allow specifying filter callback in lower_alu_to_scalar
1194 - nir: fix unpack_64_4x16 in lower_alu_to_scalar()
976 - nir/lower_alu_to_scalar: don't skip gaps in write_mask