Home
last modified time | relevance | path

Searched refs:slab_child_pool (Results 1 – 15 of 15) sorted by relevance

/external/mesa3d/src/util/
Dslab.h56 struct slab_child_pool { struct
76 void slab_create_child(struct slab_child_pool *pool, argument
78 void slab_destroy_child(struct slab_child_pool *pool);
79 void *slab_alloc(struct slab_child_pool *pool);
80 void slab_free(struct slab_child_pool *pool, void *ptr);
84 struct slab_child_pool child;
Dslab.c124 void slab_create_child(struct slab_child_pool *pool, in slab_create_child()
139 void slab_destroy_child(struct slab_child_pool *pool) in slab_destroy_child()
176 slab_add_new_page(struct slab_child_pool *pool) in slab_add_new_page()
206 slab_alloc(struct slab_child_pool *pool) in slab_alloc()
242 void slab_free(struct slab_child_pool *pool, void *ptr) in slab_free()
268 struct slab_child_pool *owner = (struct slab_child_pool *)owner_int; in slab_free()
/external/mesa3d/src/gallium/drivers/virgl/
Dvirgl_context.h82 struct slab_child_pool transfer_pool;
/external/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context.h355 struct slab_child_pool pool_transfers;
/external/mesa3d/src/gallium/drivers/zink/
Dzink_context.h81 struct slab_child_pool transfer_pool;
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_context.h149 struct slab_child_pool transfer_pool;
/external/mesa3d/src/gallium/drivers/lima/
Dlima_context.h185 struct slab_child_pool transfer_pool;
/external/mesa3d/src/gallium/drivers/r600/
Dr600_pipe_common.h512 struct slab_child_pool pool_transfers;
513 struct slab_child_pool pool_transfers_unsync; /* for threaded_context */
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_context.h325 struct slab_child_pool transfer_pool;
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_context.h191 struct slab_child_pool transfer_pool;
/external/mesa3d/src/gallium/drivers/r300/
Dr300_context.h598 struct slab_child_pool pool_transfers;
/external/mesa3d/src/gallium/drivers/v3d/
Dv3d_context.h455 struct slab_child_pool transfer_pool;
/external/mesa3d/src/gallium/drivers/iris/
Diris_context.h553 struct slab_child_pool transfer_pool;
/external/mesa3d/src/freedreno/drm/
Dmsm_ringbuffer_sp.c54 struct slab_child_pool ring_pool;
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_pipe.h914 struct slab_child_pool pool_transfers;
915 struct slab_child_pool pool_transfers_unsync; /* for threaded_context */