Home
last modified time | relevance | path

Searched refs:sample_period_pool (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_query_hw.c111 hq->period = slab_alloc_st(&batch->ctx->sample_period_pool); in resume_query()
140 slab_free_st(&ctx->sample_period_pool, period); in destroy_periods()
491 slab_create(&ctx->sample_period_pool, sizeof(struct fd_hw_sample_period), in fd_hw_query_init()
502 slab_destroy(&ctx->sample_period_pool); in fd_hw_query_fini()
Dfreedreno_context.h128 struct slab_mempool sample_period_pool; member