Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_nir.c442 bool lower_phis_to_scalar = false; in si_nir_opts() local
457 NIR_PASS(lower_phis_to_scalar, nir, nir_opt_if, true); in si_nir_opts()
462 if (lower_phis_to_scalar) in si_nir_opts()
464 progress |= lower_alu_to_scalar | lower_phis_to_scalar; in si_nir_opts()
/external/mesa3d/docs/relnotes/
D20.1.0.rst2420 - nir: Handle vec8/16 in lower_phis_to_scalar