Home
last modified time | relevance | path

Searched refs:IR3_PASS (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/freedreno/ir3/
Dir3_compiler_nir.c4805 IR3_PASS(ir, ir3_remove_unreachable); in ir3_compile_shader_nir()
4807 IR3_PASS(ir, ir3_array_to_ssa); in ir3_compile_shader_nir()
4814 progress |= IR3_PASS(ir, ir3_cf); in ir3_compile_shader_nir()
4815 progress |= IR3_PASS(ir, ir3_cp, so); in ir3_compile_shader_nir()
4816 progress |= IR3_PASS(ir, ir3_cse); in ir3_compile_shader_nir()
4817 progress |= IR3_PASS(ir, ir3_dce, so); in ir3_compile_shader_nir()
4828 while (IR3_PASS(ir, ir3_dce, so)) { in ir3_compile_shader_nir()
4832 IR3_PASS(ir, ir3_sched_add_deps); in ir3_compile_shader_nir()
4835 assert(!IR3_PASS(ir, ir3_dce, so)); in ir3_compile_shader_nir()
4901 IR3_PASS(ir, ir3_postsched, so); in ir3_compile_shader_nir()
[all …]
Dir3_ra.c2603 IR3_PASS(v->ir, ir3_spill, v, &live, &limit_pressure); in ir3_ra()
2662 IR3_PASS(v->ir, ir3_lower_spill); in ir3_ra()
Dir3.h1701 #define IR3_PASS(ir, pass, ...) \ macro
/third_party/mesa3d/docs/relnotes/
D20.2.0.rst4030 - freedreno/ir3: add IR3_PASS() macro