Home
last modified time | relevance | path

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

/external/mesa3d/src/broadcom/compiler/
Dvir.c695 NIR_PASS_V(c->s, nir_convert_from_ssa, true); in v3d_compile_vs()
775 NIR_PASS_V(c->s, nir_convert_from_ssa, true); in v3d_compile_fs()
/external/mesa3d/src/intel/compiler/
Dbrw_nir.c757 OPT(nir_convert_from_ssa, true); in brw_postprocess_nir()
/external/mesa3d/src/compiler/nir/
Dnir_from_ssa.c813 nir_convert_from_ssa(nir_shader *shader, bool phi_webs_only) in nir_convert_from_ssa() function
Dnir.h2728 bool nir_convert_from_ssa(nir_shader *shader, bool phi_webs_only);
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_program.c2335 NIR_PASS_V(c->s, nir_convert_from_ssa, true); in vc4_shader_ntq()