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.c1111 nir_opt_remove_phis(shader); in nir_lower_shader_calls()
1122 nir_opt_remove_phis(resume_shaders[i]); in nir_lower_shader_calls()
Dmeson.build242 'nir_opt_remove_phis.c',
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_nir_optim.c199 NIR_PASS(progress, sh, nir_opt_remove_phis); in si_nir_is_output_const_if_tex_is_const()
Dsi_shader_nir.c581 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.c127 NIR_PASS(progress, s, nir_opt_remove_phis); in lima_program_optimize_vs_nir()
231 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.c612 NIR_PASS(progress, nir, nir_opt_remove_phis); in lvp_shader_compile_to_ir()
623 NIR_PASS(progress, nir, nir_opt_remove_phis); in lvp_shader_compile_to_ir()
628 NIR_PASS(progress, nir, nir_opt_remove_phis); in lvp_shader_compile_to_ir()
/third_party/mesa3d/src/gallium/drivers/i915/
Di915_screen.c192 NIR_PASS(progress, s, nir_opt_remove_phis); in i915_optimize_nir()
/third_party/mesa3d/src/freedreno/ir3/
Dir3_nir.c274 progress |= OPT(s, nir_opt_remove_phis); in ir3_optimize_loop()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_nir.cpp287 NIR_PASS(progress, nir, nir_opt_remove_phis); in st_nir_opts()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_nir.cpp726 NIR_PASS(progress, shader, nir_opt_remove_phis); in optimize_once()
/third_party/mesa3d/src/amd/vulkan/
Dradv_shader.c156 NIR_PASS(progress, shader, nir_opt_remove_phis); in radv_optimize_nir()
161 NIR_PASS(progress, shader, nir_opt_remove_phis); in radv_optimize_nir()
/third_party/mesa3d/src/intel/compiler/
Dbrw_nir.c623 OPT(nir_opt_remove_phis); in brw_nir_optimize()
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dir2_nir.c98 progress |= OPT(s, nir_opt_remove_phis); in ir2_optimize_loop()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_compiler_nir.c169 progress |= OPT(s, nir_opt_remove_phis); in etna_optimize_loop()
/third_party/mesa3d/src/microsoft/clc/
Dclc_compiler.c914 NIR_PASS(progress, nir, nir_opt_remove_phis); in clc_spirv_to_dxil()
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_pipeline.c324 OPT(nir_opt_remove_phis); in nir_optimize()
1712 NIR_PASS(progress, nir, nir_opt_remove_phis); in st_nir_opts()
/third_party/mesa3d/src/asahi/compiler/
Dagx_compile.c1227 NIR_PASS(progress, nir, nir_opt_remove_phis); in agx_optimize_nir()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_compiler.c431 NIR_PASS(progress, s, nir_opt_remove_phis); in optimize_nir()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c2429 NIR_PASS(progress, nir, nir_opt_remove_phis); in ttn_optimize_nir()
Dnir_to_tgsi.c2564 NIR_PASS(progress, s, nir_opt_remove_phis); in ntt_optimize_nir()

12