Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_sched.c231 struct ir3_instruction *other_src; in could_sched() local
232 foreach_ssa_src(other_src, instr) { in could_sched()
234 if ((src != other_src) && !is_scheduled(other_src)) { in could_sched()