Home
last modified time | relevance | path

Searched refs:nir_opt_remove_phis (Results 1 - 25 of 30) sorted by relevance

12

/third_party/mesa3d/src/compiler/nir/
H A Dnir_opt_remove_phis.c176 nir_opt_remove_phis(nir_shader *shader) in nir_opt_remove_phis() function
H A Dnir_lower_shader_calls.c1196 nir_opt_remove_phis(shader); in nir_lower_shader_calls()
1215 nir_opt_remove_phis(resume_shaders[i]); in nir_lower_shader_calls()
H A Dnir.h5558 bool nir_opt_remove_phis(nir_shader *shader);
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_nir_optim.c196 NIR_PASS(progress, shader, nir_opt_remove_phis); in si_nir_is_output_const_if_tex_is_const()
H A Dsi_shader_nir.c81 NIR_PASS(progress, nir, nir_opt_remove_phis); in si_nir_opts()
/third_party/mesa3d/src/compiler/clc/
H A Dclc.c101 NIR_PASS(progress, s, nir_opt_remove_phis); in clc_libclc_optimize()
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_program.c133 NIR_PASS(progress, s, nir_opt_remove_phis); in lima_program_optimize_vs_nir()
245 NIR_PASS(progress, s, nir_opt_remove_phis); in lima_program_optimize_fs_nir()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_pipeline.c345 NIR_PASS(progress, nir, nir_opt_remove_phis); in optimize()
356 NIR_PASS(progress, nir, nir_opt_remove_phis); in optimize()
361 NIR_PASS(progress, nir, nir_opt_remove_phis); in optimize()
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_screen.c199 NIR_PASS(progress, s, nir_opt_remove_phis); in i915_optimize_nir()
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_nir.c633 OPT(nir_opt_remove_phis); in brw_nir_optimize()
1272 OPT(nir_opt_remove_phis); in brw_postprocess_nir()
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_nir.c175 progress |= OPT(s, nir_opt_remove_phis); in ir3_optimize_loop()
/third_party/mesa3d/src/compiler/glsl/
H A Dgl_nir_linker.c71 NIR_PASS(progress, nir, nir_opt_remove_phis); in gl_nir_opts()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_nir.cpp555 NIR_PASS(progress, shader, nir_opt_remove_phis); in optimize_once()
/third_party/mesa3d/src/microsoft/clc/
H A Dclc_compiler.c861 NIR_PASS(progress, nir, nir_opt_remove_phis); in clc_spirv_to_dxil()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler_nir.c171 progress |= OPT(s, nir_opt_remove_phis); in etna_optimize_loop()
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
H A Dir2_nir.c100 progress |= OPT(s, nir_opt_remove_phis); in ir2_optimize_loop()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_shader.c194 NIR_PASS(progress, shader, nir_opt_remove_phis); in radv_optimize_nir()
199 NIR_PASS(progress, shader, nir_opt_remove_phis); in radv_optimize_nir()
H A Dradv_pipeline_rt.c742 NIR_PASS(_, shader, nir_opt_remove_phis); in insert_rt_case()
/third_party/mesa3d/src/asahi/compiler/
H A Dagx_compile.c1468 NIR_PASS(progress, nir, nir_opt_remove_phis); in agx_optimize_nir()
/third_party/mesa3d/src/gallium/auxiliary/nir/
H A Dtgsi_to_nir.c2470 NIR_PASS(progress, nir, nir_opt_remove_phis); in ttn_optimize_nir()
H A Dnir_to_tgsi.c3176 NIR_PASS(progress, s, nir_opt_remove_phis); in ntt_optimize_nir()
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_pipeline.c326 OPT(nir_opt_remove_phis); in nir_optimize()
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_program.c1509 NIR_PASS(progress, s, nir_opt_remove_phis); in vc4_optimize_nir()
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_from_nir.cpp3232 NIR_PASS(progress, nir, nir_opt_remove_phis);
/third_party/mesa3d/src/panfrost/midgard/
H A Dmidgard_compile.c383 NIR_PASS(progress, nir, nir_opt_remove_phis); in optimise_nir()

Completed in 56 milliseconds

12