Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/ir3/
Dir3_sched.c118 int sfu_index, first_outstanding_sfu_index; member
129 unsigned sfu_index; member
234 return n->sfu_index >= ctx->first_outstanding_sfu_index; in is_outstanding_sfu()
311 n->sfu_index = ctx->sfu_index++; in schedule()
315 ctx->first_outstanding_sfu_index = ctx->sfu_index; in schedule()
588 if (ctx->sfu_index - ctx->first_outstanding_sfu_index >= 8 && is_sfu(instr)) in should_defer()
1130 ctx->sfu_index = ctx->first_outstanding_sfu_index = 0; in sched_block()