HomeSort by: relevance | last modified time | path
    Searched refs:cmdstream_i (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/
pan_allocate.c 69 struct panfrost_transient_pool *pool = &ctx->transient_pools[ctx->cmdstream_i];
pan_context.h 129 int cmdstream_i; member in struct:panfrost_context
pan_context.c 358 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