HomeSort by relevance Sort by last modified time
    Searched refs:phi_webs_only (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/compiler/nir/
nir_from_ssa.c 41 bool phi_webs_only; member in struct:from_ssa_state
484 if (state->phi_webs_only)
760 nir_convert_from_ssa_impl(nir_function_impl *impl, bool phi_webs_only)
766 state.phi_webs_only = phi_webs_only;
810 nir_convert_from_ssa(nir_shader *shader, bool phi_webs_only)
814 nir_convert_from_ssa_impl(function->impl, phi_webs_only);
nir.h     [all...]

Completed in 205 milliseconds