Home
last modified time | relevance | path

Searched refs:slab_child_pool (Results 1 – 11 of 11) 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.c126 void slab_create_child(struct slab_child_pool *pool, in slab_create_child()
141 void slab_destroy_child(struct slab_child_pool *pool) in slab_destroy_child()
178 slab_add_new_page(struct slab_child_pool *pool) in slab_add_new_page()
208 slab_alloc(struct slab_child_pool *pool) in slab_alloc()
244 void slab_free(struct slab_child_pool *pool, void *ptr) in slab_free()
270 struct slab_child_pool *owner = (struct slab_child_pool *)owner_int; in slab_free()
/external/mesa3d/src/gallium/drivers/virgl/
Dvirgl_context.h59 struct slab_child_pool texture_transfer_pool;
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_context.h142 struct slab_child_pool transfer_pool;
/external/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context.h352 struct slab_child_pool pool_transfers;
/external/mesa3d/src/gallium/drivers/radeon/
Dr600_pipe_common.h408 struct slab_child_pool pool_transfers;
409 struct slab_child_pool pool_transfers_unsync; /* for threaded_context */
/external/mesa3d/src/gallium/drivers/r600/
Dr600_pipe_common.h527 struct slab_child_pool pool_transfers;
528 struct slab_child_pool pool_transfers_unsync; /* for threaded_context */
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_context.h175 struct slab_child_pool transfer_pool;
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_context.h336 struct slab_child_pool transfer_pool;
/external/mesa3d/src/gallium/drivers/vc5/
Dvc5_context.h318 struct slab_child_pool transfer_pool;
/external/mesa3d/src/gallium/drivers/r300/
Dr300_context.h598 struct slab_child_pool pool_transfers;