Searched refs:is_tex_or_prefetch (Results 1 – 4 of 4) sorted by relevance
83 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()
960 is_tex_or_prefetch(struct ir3_instruction *instr) in is_tex_or_prefetch() function1776 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()
262 if (is_tex_or_prefetch(n)) { in legalize_block()
3634 - freedreno/ir3: add is_tex_or_prefetch()