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

/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_postsched.c72 int tex_delay; member in struct:ir3_postsched_ctx
131 ctx->tex_delay = 10;
133 ctx->tex_delay = 0;
134 } else if (ctx->tex_delay > 0) {
135 ctx->tex_delay--;
170 if (ctx->tex_delay) {
633 ctx->tex_delay = 0;
H A Dir3_sched.c110 int tex_delay; member in struct:ir3_sched_ctx
326 ctx->tex_delay = 10;
333 ctx->tex_delay = 0;
335 } else if (ctx->tex_delay > 0) {
336 ctx->tex_delay -= MIN2(cycles, ctx->tex_delay);
557 * sfu_delay/tex_delay counters, ie. the more cycles it has been since
574 if (ctx->tex_delay && ctx->remaining_tex) {
1127 ctx->tex_delay = 0;

Completed in 4 milliseconds