Home
last modified time | relevance | path

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

/third_party/mesa3d/src/util/
Dslab.h86 struct slab_mempool { struct
91 void slab_create(struct slab_mempool *mempool, argument
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);
Dslab.c286 slab_alloc_st(struct slab_mempool *mempool) in slab_alloc_st()
295 slab_free_st(struct slab_mempool *mempool, void *ptr) in slab_free_st()
301 slab_destroy(struct slab_mempool *mempool) in slab_destroy()
314 slab_create(struct slab_mempool *mempool, in slab_create()
/third_party/mesa3d/src/gallium/drivers/i915/
Di915_context.h300 struct slab_mempool transfer_pool;
301 struct slab_mempool texture_transfer_pool;
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_context.h233 struct slab_mempool sample_pool dt;
234 struct slab_mempool sample_period_pool dt;
/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_buffer_upload.c65 struct slab_mempool buffer_pool;
Dnine_memory_helper.c213 struct slab_mempool allocation_pool;
214 struct slab_mempool region_pool;
1069 struct slab_mempool external_allocation_pool;
/third_party/mesa3d/src/freedreno/drm/
Dmsm_ringbuffer.c52 struct slab_mempool ring_pool;
/third_party/mesa3d/docs/relnotes/
D19.0.0.rst1140 - util/slab: Rename slab_mempool typed parameters to mempool