Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_query_hw.c298 struct fd_hw_sample *samp = slab_alloc_st(&batch->ctx->sample_pool); in fd_hw_sample_init()
335 slab_free_st(&ctx->sample_pool, samp); in __fd_hw_sample_destroy()
442 slab_create(&ctx->sample_pool, sizeof(struct fd_hw_sample), in fd_hw_query_init()
453 slab_destroy(&ctx->sample_pool); in fd_hw_query_fini()
Dfreedreno_context.h198 struct slab_mempool sample_pool; member