HomeSort by relevance Sort by last modified time
    Searched refs:sample_pool (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/drivers/freedreno/
freedreno_query_hw.c 301 struct fd_hw_sample *samp = slab_alloc_st(&batch->ctx->sample_pool);
338 slab_free_st(&ctx->sample_pool, samp);
436 slab_create(&ctx->sample_pool, sizeof(struct fd_hw_sample),
447 slab_destroy(&ctx->sample_pool);
freedreno_context.h 182 struct slab_mempool sample_pool; member in struct:fd_context

Completed in 65 milliseconds