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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/
H A Dpan_allocate.c76 pool->entry_index++;
77 assert(pool->entry_index < PANFROST_MAX_TRANSIENT_ENTRIES);
81 if (pool->entry_index >= pool->entry_count) {
88 pool->entries[pool->entry_index] = (struct panfrost_memory_entry *) entry;
96 struct panfrost_memory_entry *p_entry = pool->entries[pool->entry_index];
H A Dpan_context.h100 unsigned entry_index; member in struct:panfrost_transient_pool
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;
376 ctx->transient_pools[ctx->cmdstream_i].entry_index = 0;

Completed in 8 milliseconds