Home
last modified time | relevance | path

Searched refs:slab_alloc_st (Results 1 – 9 of 9) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_memory_helper.c407 struct nine_memfd_file_region *region = slab_alloc_st(&allocator->allocation_pool); in allocate_region()
761 struct nine_allocation *new_allocation = slab_alloc_st(&allocator->allocation_pool); in nine_allocate()
960 struct nine_allocation *new_allocation = slab_alloc_st(&allocator->allocation_pool); in nine_suballocate()
991 struct nine_allocation *new_allocation = slab_alloc_st(&allocator->allocation_pool); in nine_wrap_external_pointer()
1134 new_allocation = slab_alloc_st(&allocator->external_allocation_pool); in nine_suballocate()
1146 new_allocation = slab_alloc_st(&allocator->external_allocation_pool); in nine_wrap_external_pointer()
Dnine_buffer_upload.c188 struct nine_subbuffer *buf = slab_alloc_st(&upload->buffer_pool); in nine_upload_create_buffer()
/third_party/mesa3d/src/util/
Dslab.h97 void *slab_alloc_st(struct slab_mempool *mempool);
Dslab.c299 slab_alloc_st(struct slab_mempool *mempool) in slab_alloc_st() function
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_query_hw.c90 hq->period = slab_alloc_st(&batch->ctx->sample_period_pool); in resume_query()
294 struct fd_hw_sample *samp = slab_alloc_st(&batch->ctx->sample_pool); in fd_hw_sample_init()
/third_party/mesa3d/src/gallium/drivers/i915/
Di915_resource_buffer.c75 struct pipe_transfer *transfer = slab_alloc_st(&i915->transfer_pool); in i915_buffer_transfer_map()
Di915_resource_texture.c792 struct i915_transfer *transfer = slab_alloc_st(&i915->texture_transfer_pool); in i915_texture_transfer_map()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_scene.c67 struct lp_scene *scene = slab_alloc_st(&setup->scene_slab); in lp_scene_create()
/third_party/mesa3d/src/freedreno/drm/msm/
Dmsm_ringbuffer.c224 msm_ring = slab_alloc_st(&msm_submit->ring_pool); in msm_submit_new_ringbuffer()