Searched refs:nir_convert_from_ssa (Results 1 – 17 of 17) sorted by relevance
/external/mesa3d/src/compiler/nir/tests/ |
D | serialize_tests.cpp | 200 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/ |
D | lima_program.c | 145 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/ |
D | zink_compiler.c | 281 NIR_PASS_V(nir, nir_convert_from_ssa, true); in zink_shader_create()
|
/external/mesa3d/src/freedreno/ir3/ |
D | ir3_context.c | 114 NIR_PASS_V(ctx->s, nir_convert_from_ssa, true); in ir3_context_init()
|
/external/mesa3d/src/compiler/nir/ |
D | nir_from_ssa.c | 834 nir_convert_from_ssa(nir_shader *shader, bool phi_webs_only) in nir_convert_from_ssa() function
|
D | nir.h | 5023 bool nir_convert_from_ssa(nir_shader *shader, bool phi_webs_only);
|
/external/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_nir.cpp | 849 NIR_PASS_V(sh, nir_convert_from_ssa, true); in r600_shader_from_nir()
|
/external/mesa3d/src/intel/compiler/ |
D | brw_nir.c | 1133 OPT(nir_convert_from_ssa, true); in brw_postprocess_nir()
|
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
D | ir2_nir.c | 1111 OPT_V(ctx->nir, nir_convert_from_ssa, true); in ir2_nir_compile()
|
/external/mesa3d/src/broadcom/compiler/ |
D | vir.c | 1154 NIR_PASS_V(c->s, nir_convert_from_ssa, true); in v3d_attempt_compile()
|
/external/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_compiler_nir.c | 962 nir_convert_from_ssa(shader, true); in emit_shader()
|
/external/mesa3d/src/panfrost/bifrost/ |
D | bifrost_compile.c | 2343 NIR_PASS(progress, nir, nir_convert_from_ssa, true); in bi_optimize_nir()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | nir_to_tgsi.c | 2600 NIR_PASS_V(s, nir_convert_from_ssa, true); in nir_to_tgsi()
|
/external/mesa3d/src/panfrost/midgard/ |
D | midgard_compile.c | 346 NIR_PASS(progress, nir, nir_convert_from_ssa, true); in optimise_nir()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_nir.c | 2196 nir_convert_from_ssa(nir, true); in lp_build_nir_llvm()
|
/external/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_program.c | 2348 NIR_PASS_V(c->s, nir_convert_from_ssa, true); in vc4_shader_ntq()
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_nir.cpp | 3155 NIR_PASS_V(nir, nir_convert_from_ssa, true); in run()
|