HomeSort by: relevance | last modified time | path
    Searched defs:tex_delay (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
ir3_postsched.c 72 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;
ir3_sched.c 110 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 28 milliseconds