Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_sched.c120 int ss_index, first_outstanding_ss_index; member
131 unsigned ss_index; member
240 return n->ss_index >= ctx->first_outstanding_ss_index; in is_outstanding_ss()
334 n->ss_index = ctx->ss_index++; in schedule()
338 ctx->first_outstanding_ss_index = ctx->ss_index; in schedule()
641 if (ctx->ss_index - ctx->first_outstanding_ss_index >= 8 && is_ss_producer(instr)) in should_defer()
1189 ctx->ss_index = ctx->first_outstanding_ss_index = 0; in sched_block()

Completed in 3 milliseconds