Home
last modified time | relevance | path

Searched refs:nir_convert_from_ssa (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_nir.c635 OPT_V(nir_convert_from_ssa, true); in brw_postprocess_nir()
/external/mesa3d/src/compiler/nir/
Dnir_from_ssa.c810 nir_convert_from_ssa(nir_shader *shader, bool phi_webs_only) in nir_convert_from_ssa() function
Dnir.h2566 void nir_convert_from_ssa(nir_shader *shader, bool phi_webs_only);
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_program.c2297 NIR_PASS_V(c->s, nir_convert_from_ssa, true); in vc4_shader_ntq()