Home
last modified time | relevance | path

Searched refs:slab_mempool (Results 1 – 7 of 7) 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.c282 slab_alloc_st(struct slab_mempool *pool) in slab_alloc_st()
291 slab_free_st(struct slab_mempool *pool, void *ptr) in slab_free_st()
297 slab_destroy(struct slab_mempool *pool) in slab_destroy()
310 slab_create(struct slab_mempool *pool, in slab_create()
/external/mesa3d/src/gallium/drivers/i915/
Di915_context.h281 struct slab_mempool transfer_pool;
282 struct slab_mempool texture_transfer_pool;
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_context.h127 struct slab_mempool sample_pool;
128 struct slab_mempool sample_period_pool;
/external/mesa3d/src/gallium/drivers/ilo/
Dilo_context.h53 struct slab_mempool transfer_mempool;
/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_buffer_upload.c65 struct slab_mempool buffer_pool;
/external/mesa3d/src/gallium/drivers/ilo/shader/
Dtoy_compiler.h156 struct slab_mempool mempool;