Home
last modified time | relevance | path

Searched refs:sy_index (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_sched.c119 int sy_index, first_outstanding_sy_index; member
130 unsigned sy_index; member
224 return n->sy_index >= ctx->first_outstanding_sy_index; in is_outstanding_sy()
352 n->sy_index = ctx->sy_index++; in schedule()
356 ctx->first_outstanding_sy_index = ctx->sy_index; in schedule()
638 if (ctx->sy_index - ctx->first_outstanding_sy_index >= 8 && is_sy_producer(instr)) in should_defer()
1188 ctx->sy_index = ctx->first_outstanding_sy_index = 0; in sched_block()

Completed in 2 milliseconds