Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/ir3/
Dir3_dce.c83 if (src && is_tex_or_prefetch(src) && (src->dsts[0]->wrmask > 1)) { in remove_unused_by_block()
163 if (!is_tex_or_prefetch(src)) in find_and_remove_unused()
Dir3.h960 is_tex_or_prefetch(struct ir3_instruction *instr) in is_tex_or_prefetch() function
1776 return is_tex_or_prefetch(instr) || in is_sy_producer()
1808 } else if (is_tex_or_prefetch(instr)) { in soft_sy_delay()
1884 if (is_tex_or_prefetch(instr)) in ir3_has_latency_to_hide()
Dir3_legalize.c262 if (is_tex_or_prefetch(n)) { in legalize_block()
/third_party/mesa3d/docs/relnotes/
D20.1.0.rst3634 - freedreno/ir3: add is_tex_or_prefetch()