Home
last modified time | relevance | path

Searched refs:nir_opt_remove_phis (Results 1 – 25 of 35) sorted by relevance

12

/third_party/mesa3d/src/compiler/nir/
Dnir_opt_remove_phis.c176 nir_opt_remove_phis(nir_shader *shader) in nir_opt_remove_phis() function
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()
Dmeson.build255 'nir_opt_remove_phis.c',
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_nir_optim.c196 NIR_PASS(progress, shader, nir_opt_remove_phis); in si_nir_is_output_const_if_tex_is_const()
Dsi_shader_nir.c81 NIR_PASS(progress, nir, nir_opt_remove_phis); in si_nir_opts()
/third_party/mesa3d/src/compiler/clc/
Dclc.c101 NIR_PASS(progress, s, nir_opt_remove_phis); in clc_libclc_optimize()
/third_party/mesa3d/src/gallium/drivers/lima/
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/docs/relnotes/
D11.0.5.rst113 - nir: Properly invalidate metadata in nir_opt_remove_phis().
D19.1.7.rst37 - Assertion fails in nir_opt_remove_phis.c during compilation of
D19.2.0.rst63 - Assertion fails in nir_opt_remove_phis.c during compilation of
/third_party/mesa3d/src/gallium/frontends/lavapipe/
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/
Di915_screen.c199 NIR_PASS(progress, s, nir_opt_remove_phis); in i915_optimize_nir()
/third_party/mesa3d/src/intel/compiler/
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/compiler/glsl/
Dgl_nir_linker.c71 NIR_PASS(progress, nir, nir_opt_remove_phis); in gl_nir_opts()
/third_party/mesa3d/src/freedreno/ir3/
Dir3_nir.c175 progress |= OPT(s, nir_opt_remove_phis); in ir3_optimize_loop()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_nir.cpp555 NIR_PASS(progress, shader, nir_opt_remove_phis); in optimize_once()
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dir2_nir.c100 progress |= OPT(s, nir_opt_remove_phis); in ir2_optimize_loop()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_compiler_nir.c171 progress |= OPT(s, nir_opt_remove_phis); in etna_optimize_loop()
/third_party/mesa3d/src/microsoft/clc/
Dclc_compiler.c861 NIR_PASS(progress, nir, nir_opt_remove_phis); in clc_spirv_to_dxil()
/third_party/mesa3d/src/amd/vulkan/
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()
Dradv_pipeline_rt.c742 NIR_PASS(_, shader, nir_opt_remove_phis); in insert_rt_case()
/third_party/mesa3d/src/asahi/compiler/
Dagx_compile.c1468 NIR_PASS(progress, nir, nir_opt_remove_phis); in agx_optimize_nir()
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_program.c1509 NIR_PASS(progress, s, nir_opt_remove_phis); in vc4_optimize_nir()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c2470 NIR_PASS(progress, nir, nir_opt_remove_phis); in ttn_optimize_nir()
/third_party/mesa3d/src/panfrost/midgard/
Dmidgard_compile.c383 NIR_PASS(progress, nir, nir_opt_remove_phis); in optimise_nir()

12