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

/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_sched.c118 int sfu_index, first_outstanding_sfu_index; member in struct:ir3_sched_ctx
129 unsigned sfu_index; member in struct:ir3_sched_node
234 return n->sfu_index >= ctx->first_outstanding_sfu_index;
311 n->sfu_index = ctx->sfu_index++;
315 ctx->first_outstanding_sfu_index = ctx->sfu_index;
588 if (ctx->sfu_index - ctx->first_outstanding_sfu_index >= 8 && is_sfu(instr))
1130 ctx->sfu_index = ctx->first_outstanding_sfu_index = 0;

Completed in 4 milliseconds