Searched refs:cmdstream_i (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/
H A Dpan_allocate.c69 struct panfrost_transient_pool *pool = &ctx->transient_pools[ctx->cmdstream_i];
H A Dpan_context.h129 int cmdstream_i; member in struct:panfrost_context
H A Dpan_context.c358 unsigned transient_count = ctx->transient_pools[ctx->cmdstream_i].entry_index*ctx->transient_pools[0].entry_size + ctx->transient_pools[ctx->cmdstream_i].entry_offset;
362 if ((++ctx->cmdstream_i) == (sizeof(ctx->transient_pools) / sizeof(ctx->transient_pools[0])))
363 ctx->cmdstream_i = 0;
376 ctx->transient_pools[ctx->cmdstream_i].entry_index = 0;
377 ctx->transient_pools[ctx->cmdstream_i].entry_offset = 0;

Completed in 6 milliseconds