Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/nir/
Dnir_from_ssa.c42 bool phi_webs_only; member
569 if (state->phi_webs_only) in rewrite_ssa_def()
867 nir_convert_from_ssa_impl(nir_function_impl *impl, bool phi_webs_only) in nir_convert_from_ssa_impl() argument
875 state.phi_webs_only = phi_webs_only; in nir_convert_from_ssa_impl()
923 nir_convert_from_ssa(nir_shader *shader, bool phi_webs_only) in nir_convert_from_ssa() argument
929 progress |= nir_convert_from_ssa_impl(function->impl, phi_webs_only); in nir_convert_from_ssa()
Dnir.h5489 bool nir_convert_from_ssa(nir_shader *shader, bool phi_webs_only);