Home
last modified time | relevance | path

Searched refs:slab_mempool (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/util/
Dslab.h82 struct slab_mempool { struct
87 void slab_create(struct slab_mempool *pool, argument
90 void slab_destroy(struct slab_mempool *pool);
91 void *slab_alloc_st(struct slab_mempool *pool);
92 void slab_free_st(struct slab_mempool *pool, void *ptr);
Dslab.c285 slab_alloc_st(struct slab_mempool *pool) in slab_alloc_st()
294 slab_free_st(struct slab_mempool *pool, void *ptr) in slab_free_st()
300 slab_destroy(struct slab_mempool *pool) in slab_destroy()
313 slab_create(struct slab_mempool *pool, in slab_create()
/external/mesa3d/src/gallium/drivers/i915/
Di915_context.h280 struct slab_mempool transfer_pool;
281 struct slab_mempool texture_transfer_pool;
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_context.h182 struct slab_mempool sample_pool;
183 struct slab_mempool sample_period_pool;
/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_buffer_upload.c65 struct slab_mempool buffer_pool;