Searched refs:nir_convert_from_ssa (Results 1 – 5 of 5) sorted by relevance
695 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()
757 OPT(nir_convert_from_ssa, true); in brw_postprocess_nir()
813 nir_convert_from_ssa(nir_shader *shader, bool phi_webs_only) in nir_convert_from_ssa() function
2728 bool nir_convert_from_ssa(nir_shader *shader, bool phi_webs_only);
2335 NIR_PASS_V(c->s, nir_convert_from_ssa, true); in vc4_shader_ntq()