Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/zink/
Dzink_context.h89 unsigned curr_batch; member
153 assert(ctx->curr_batch < ARRAY_SIZE(ctx->batches)); in zink_curr_batch()
154 return ctx->batches + ctx->curr_batch; in zink_curr_batch()
Dzink_context.c693 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()