Home
last modified time | relevance | path

Searched refs:lower_all (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
Dnir_lower_phis_to_scalar.c40 bool lower_all; member
152 if (state->lower_all) in should_lower_phi()
282 lower_phis_to_scalar_impl(nir_function_impl *impl, bool lower_all) in lower_phis_to_scalar_impl() argument
291 state.lower_all = lower_all; in lower_phis_to_scalar_impl()
315 nir_lower_phis_to_scalar(nir_shader *shader, bool lower_all) in nir_lower_phis_to_scalar() argument
321 progress = lower_phis_to_scalar_impl(function->impl, lower_all) || progress; in nir_lower_phis_to_scalar()
Dnir.h5002 bool nir_lower_phis_to_scalar(nir_shader *shader, bool lower_all);
/third_party/mesa3d/docs/relnotes/
D21.2.0.rst1436 - nir/lower_phis_to_scalar: Add "lower_all" option