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

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_phis_to_scalar.c40 bool lower_all; member in struct:lower_phis_to_scalar_state
127 * scalarizable, unless lower_all is set.
152 if (state->lower_all)
282 lower_phis_to_scalar_impl(nir_function_impl *impl, bool lower_all) argument
291 state.lower_all = lower_all;
315 nir_lower_phis_to_scalar(nir_shader *shader, bool lower_all) argument
321 progress = lower_phis_to_scalar_impl(function->impl, lower_all) || progress;
H A Dnir.h5002 bool nir_lower_phis_to_scalar(nir_shader *shader, bool lower_all);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.2.0.rst1436 - nir/lower_phis_to_scalar: Add "lower_all" option

Completed in 16 milliseconds