Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/ir3/
Dir3_sched.c117 int tex_index, first_outstanding_tex_index; member
218 return n->tex_index >= ctx->first_outstanding_tex_index; in is_outstanding_tex_or_prefetch()
334 ctx->first_outstanding_tex_index = ctx->tex_index; in schedule()
585 if (ctx->tex_index - ctx->first_outstanding_tex_index >= 8 && is_tex(instr)) in should_defer()
1129 ctx->tex_index = ctx->first_outstanding_tex_index = 0; in sched_block()