Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/tests/
Dserialize_tests.cpp200 ASSERT_TRUE(nir_convert_from_ssa(b->shader, false)); in TEST_P()
229 ASSERT_TRUE(nir_convert_from_ssa(b->shader, false)); in TEST_P()
257 ASSERT_TRUE(nir_convert_from_ssa(b->shader, false)); in TEST_P()
/external/mesa3d/src/gallium/drivers/lima/
Dlima_program.c145 NIR_PASS_V(s, nir_convert_from_ssa, true); in lima_program_optimize_vs_nir()
251 NIR_PASS_V(s, nir_convert_from_ssa, true); in lima_program_optimize_fs_nir()
/external/mesa3d/src/gallium/drivers/zink/
Dzink_compiler.c281 NIR_PASS_V(nir, nir_convert_from_ssa, true); in zink_shader_create()
/external/mesa3d/src/freedreno/ir3/
Dir3_context.c114 NIR_PASS_V(ctx->s, nir_convert_from_ssa, true); in ir3_context_init()
/external/mesa3d/src/compiler/nir/
Dnir_from_ssa.c834 nir_convert_from_ssa(nir_shader *shader, bool phi_webs_only) in nir_convert_from_ssa() function
Dnir.h5023 bool nir_convert_from_ssa(nir_shader *shader, bool phi_webs_only);
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_nir.cpp849 NIR_PASS_V(sh, nir_convert_from_ssa, true); in r600_shader_from_nir()
/external/mesa3d/src/intel/compiler/
Dbrw_nir.c1133 OPT(nir_convert_from_ssa, true); in brw_postprocess_nir()
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dir2_nir.c1111 OPT_V(ctx->nir, nir_convert_from_ssa, true); in ir2_nir_compile()
/external/mesa3d/src/broadcom/compiler/
Dvir.c1154 NIR_PASS_V(c->s, nir_convert_from_ssa, true); in v3d_attempt_compile()
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_compiler_nir.c962 nir_convert_from_ssa(shader, true); in emit_shader()
/external/mesa3d/src/panfrost/bifrost/
Dbifrost_compile.c2343 NIR_PASS(progress, nir, nir_convert_from_ssa, true); in bi_optimize_nir()
/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c2600 NIR_PASS_V(s, nir_convert_from_ssa, true); in nir_to_tgsi()
/external/mesa3d/src/panfrost/midgard/
Dmidgard_compile.c346 NIR_PASS(progress, nir, nir_convert_from_ssa, true); in optimise_nir()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_nir.c2196 nir_convert_from_ssa(nir, true); in lp_build_nir_llvm()
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_program.c2348 NIR_PASS_V(c->s, nir_convert_from_ssa, true); in vc4_shader_ntq()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_nir.cpp3155 NIR_PASS_V(nir, nir_convert_from_ssa, true); in run()