Searched refs:transient_pools (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.h128 struct panfrost_transient_pool transient_pools[2]; 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])))
376 ctx->transient_pools[ctx->cmdstream_i].entry_index = 0;
377 ctx->transient_pools[ctx->cmdstream_i].entry_offset = 0;
2497 for (int i = 0; i < ARRAY_SIZE(ctx->transient_pools); ++i) {
2501 ctx->transient_pools[i].entry_size = entry_size;
2502 ctx->transient_pools[
[all...]

Completed in 10 milliseconds