Searched refs:sample_period_pool (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_query_hw.c89 hq->period = slab_alloc_st(&batch->ctx->sample_period_pool);
118 slab_free_st(&ctx->sample_period_pool, period);
436 slab_create(&ctx->sample_period_pool, sizeof(struct fd_hw_sample_period),
446 slab_destroy(&ctx->sample_period_pool);
H A Dfreedreno_context.h178 struct slab_mempool sample_period_pool; member in struct:fd_context
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_query_hw.c90 hq->period = slab_alloc_st(&batch->ctx->sample_period_pool);
120 slab_free_st(&ctx->sample_period_pool, period);
432 slab_create(&ctx->sample_period_pool, sizeof(struct fd_hw_sample_period),
442 slab_destroy(&ctx->sample_period_pool);
H A Dfreedreno_context.h235 struct slab_mempool sample_period_pool dt;

Completed in 6 milliseconds