Home
last modified time | relevance | path

Searched refs:is_tex_or_prefetch (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/freedreno/ir3/
Dir3_dce.c80 if (src && is_tex_or_prefetch(src) && (src->regs[0]->wrmask > 1)) { in remove_unused_by_block()
172 if (!is_tex_or_prefetch(src)) in find_and_remove_unused()
Dir3_postsched.c110 if (is_tex_or_prefetch(instr)) { in schedule()
112 } else if (check_src_cond(instr, is_tex_or_prefetch)) { in schedule()
151 if (check_src_cond(instr, is_tex_or_prefetch)) in would_sync()
Dir3_sched.c219 if (is_tex_or_prefetch(instr)) { in schedule()
228 } else if (check_src_cond(instr, is_tex_or_prefetch)) { in schedule()
456 if (check_src_cond(instr, is_tex_or_prefetch)) in would_sync()
999 if (is_tex_or_prefetch(instr)) in sched_block()
Dir3_ra.h315 if (ctx->scalar_pass && is_tex_or_prefetch(instr) && in __ra_init_def_itr()
Dir3_ra.c726 if (is_tex_or_prefetch(instr)) { in ra_block_compute_live_ranges()
1157 if (ctx->scalar_pass && is_tex_or_prefetch(id->defn)) { in reg_assign()
1430 if (is_tex_or_prefetch(instr) && in precolor()
Dir3_legalize.c239 if (is_tex_or_prefetch(n)) { in legalize_block()
Dir3.h754 static inline bool is_tex_or_prefetch(struct ir3_instruction *instr) in is_tex_or_prefetch() function
1330 if (is_tex_or_prefetch(instr)) in ir3_has_latency_to_hide()
/external/mesa3d/docs/relnotes/
D20.1.0.rst3634 - freedreno/ir3: add is_tex_or_prefetch()