Home
last modified time | relevance | path

Searched refs:lower_alu_to_scalar (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_nir.c567 bool lower_alu_to_scalar = false; in si_nir_opts() local
572 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()
/third_party/mesa3d/docs/relnotes/
D18.2.6.rst111 - nir/lower_alu_to_scalar: Don't try to lower unpack_32_2x16
D19.0.0.rst1231 - nir/lower_alu_to_scalar: Don't try to lower unpack_32_2x16
D20.0.0.rst2620 - nir/lower_alu_to_scalar: Support lowering 8- and 16-bit reduce ops
D19.3.0.rst3365 - nir: allow specifying filter callback in lower_alu_to_scalar
D20.1.0.rst1194 - nir: fix unpack_64_4x16 in lower_alu_to_scalar()
D21.3.0.rst976 - nir/lower_alu_to_scalar: don't skip gaps in write_mask