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.c89 hq->period = slab_alloc_st(&batch->ctx->sample_period_pool); in resume_query()
118 slab_free_st(&ctx->sample_period_pool, period); in destroy_periods()
444 slab_create(&ctx->sample_period_pool, sizeof(struct fd_hw_sample_period), in fd_hw_query_init()
454 slab_destroy(&ctx->sample_period_pool); in fd_hw_query_fini()
Dfreedreno_context.h199 struct slab_mempool sample_period_pool; member