Searched refs:slab_mempool (Results 1 - 15 of 15) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Dslab.h82 struct slab_mempool { struct
87 void slab_create(struct slab_mempool *mempool,
90 void slab_destroy(struct slab_mempool *mempool);
91 void *slab_alloc_st(struct slab_mempool *mempool);
92 void slab_free_st(struct slab_mempool *mempool, void *ptr);
H A Dslab.c283 slab_alloc_st(struct slab_mempool *mempool)
292 slab_free_st(struct slab_mempool *mempool, void *ptr)
298 slab_destroy(struct slab_mempool *mempool)
311 slab_create(struct slab_mempool *mempool,
/xsrc/external/mit/MesaLib/dist/src/util/
H A Dslab.h86 struct slab_mempool { struct
91 void slab_create(struct slab_mempool *mempool,
94 void slab_destroy(struct slab_mempool *mempool);
95 void *slab_alloc_st(struct slab_mempool *mempool);
96 void slab_free_st(struct slab_mempool *mempool, void *ptr);
H A Dslab.c286 slab_alloc_st(struct slab_mempool *mempool)
295 slab_free_st(struct slab_mempool *mempool, void *ptr)
301 slab_destroy(struct slab_mempool *mempool)
314 slab_create(struct slab_mempool *mempool,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/
H A Di915_context.h280 struct slab_mempool transfer_pool;
281 struct slab_mempool texture_transfer_pool;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/
H A Di915_context.h300 struct slab_mempool transfer_pool;
301 struct slab_mempool texture_transfer_pool;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_context.h177 struct slab_mempool sample_pool;
178 struct slab_mempool sample_period_pool;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_context.h234 struct slab_mempool sample_pool dt;
235 struct slab_mempool sample_period_pool dt;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
H A Dnine_buffer_upload.c65 struct slab_mempool buffer_pool;
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dnine_buffer_upload.c65 struct slab_mempool buffer_pool;
H A Dnine_memory_helper.c213 struct slab_mempool allocation_pool;
214 struct slab_mempool region_pool;
1069 struct slab_mempool external_allocation_pool;
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/drm/
H A Dmsm_ringbuffer_sp.c58 struct slab_mempool ring_pool;
H A Dmsm_ringbuffer.c58 struct slab_mempool ring_pool;
/xsrc/external/mit/MesaLib/dist/src/freedreno/drm/
H A Dmsm_ringbuffer.c52 struct slab_mempool ring_pool;
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D19.0.0.rst1140 - util/slab: Rename slab_mempool typed parameters to mempool

Completed in 18 milliseconds