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

  /external/mesa3d/src/gallium/drivers/freedreno/
freedreno_query_hw.c 91 hq->period = slab_alloc_st(&batch->ctx->sample_period_pool);
120 slab_free_st(&ctx->sample_period_pool, period);
438 slab_create(&ctx->sample_period_pool, sizeof(struct fd_hw_sample_period),
448 slab_destroy(&ctx->sample_period_pool);
freedreno_context.h 183 struct slab_mempool sample_period_pool; member in struct:fd_context

Completed in 89 milliseconds