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.c301 struct fd_hw_sample *samp = slab_alloc_st(&batch->ctx->sample_pool); in fd_hw_sample_init()
338 slab_free_st(&ctx->sample_pool, samp); in __fd_hw_sample_destroy()
436 slab_create(&ctx->sample_pool, sizeof(struct fd_hw_sample), in fd_hw_query_init()
447 slab_destroy(&ctx->sample_pool); in fd_hw_query_fini()
Dfreedreno_context.h182 struct slab_mempool sample_pool; member