Home
last modified time | relevance | path

Searched refs:lower_phis_to_scalar (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_nir.c568 bool lower_phis_to_scalar = false; in si_nir_opts() local
583 NIR_PASS(lower_phis_to_scalar, nir, nir_opt_if, true); in si_nir_opts()
588 if (lower_phis_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/
D20.1.0.rst2420 - nir: Handle vec8/16 in lower_phis_to_scalar
D21.3.0.rst1391 - nir/lower_phis_to_scalar: Use nir_instr_free() to free instrs.
D21.2.0.rst1436 - nir/lower_phis_to_scalar: Add "lower_all" option