Searched refs:curr_batch (Results 1 – 2 of 2) sorted by relevance
89 unsigned curr_batch; member153 assert(ctx->curr_batch < ARRAY_SIZE(ctx->batches)); in zink_curr_batch()154 return ctx->batches + ctx->curr_batch; in zink_curr_batch()
693 ctx->curr_batch++; in flush_batch()694 if (ctx->curr_batch == ARRAY_SIZE(ctx->batches)) in flush_batch()695 ctx->curr_batch = 0; in flush_batch()