Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/ir3/
Dir3_postsched.c151 if (is_sy_producer(instr)) { in schedule()
264 if (!(is_ss_producer(n->instr) || is_sy_producer(n->instr))) in choose_instr()
406 if (is_sy_producer(dep->instr)) in add_single_reg_dep()
Dir3_sched.c214 if (!is_sy_producer(instr)) in is_outstanding_sy()
343 if (is_sy_producer(instr)) { in schedule()
638 if (ctx->sy_index - ctx->first_outstanding_sy_index >= 8 && is_sy_producer(instr)) in should_defer()
1205 if (is_sy_producer(instr)) in sched_block()
Dir3_delay.c70 if (is_ss_producer(assigner) || is_sy_producer(assigner)) in ir3_delayslots()
Dir3.c378 if (is_sy_producer(instr)) { in ir3_collect_info()
Dir3.h1774 is_sy_producer(struct ir3_instruction *instr) in is_sy_producer() function