Home
last modified time | relevance | path

Searched refs:compute_memory_pool (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/
Dcompute_memory_pool.h37 struct compute_memory_pool;
54 struct compute_memory_pool* pool;
59 struct compute_memory_pool struct
85 struct compute_memory_pool* compute_memory_pool_new(struct r600_screen *rscreen); argument
87 void compute_memory_pool_delete(struct compute_memory_pool* pool);
89 int64_t compute_memory_prealloc_chunk(struct compute_memory_pool* pool,
92 struct list_head *compute_memory_postalloc_chunk(struct compute_memory_pool* pool,
95 int compute_memory_grow_defrag_pool(struct compute_memory_pool* pool,
98 void compute_memory_shadow(struct compute_memory_pool* pool,
101 int compute_memory_finalize_pending(struct compute_memory_pool* pool,
[all …]
Dcompute_memory_pool.c49 struct compute_memory_pool* compute_memory_pool_new( in compute_memory_pool_new()
52 struct compute_memory_pool* pool = (struct compute_memory_pool*) in compute_memory_pool_new()
53 CALLOC(sizeof(struct compute_memory_pool), 1); in compute_memory_pool_new()
75 static void compute_memory_pool_init(struct compute_memory_pool * pool, in compute_memory_pool_init()
90 void compute_memory_pool_delete(struct compute_memory_pool* pool) in compute_memory_pool_delete()
114 struct compute_memory_pool* pool, in compute_memory_prealloc_chunk()
147 struct compute_memory_pool* pool, in compute_memory_postalloc_chunk()
189 int compute_memory_grow_defrag_pool(struct compute_memory_pool *pool, in compute_memory_grow_defrag_pool()
254 void compute_memory_shadow(struct compute_memory_pool* pool, in compute_memory_shadow()
275 int compute_memory_finalize_pending(struct compute_memory_pool* pool, in compute_memory_finalize_pending()
[all …]
DMakefile.sources4 compute_memory_pool.c \
5 compute_memory_pool.h \
Dmeson.build23 'compute_memory_pool.c',
24 'compute_memory_pool.h',
Dr600_pipe.h279 struct compute_memory_pool *global_pool;
658 struct compute_memory_pool;
659 void compute_memory_pool_delete(struct compute_memory_pool* pool);
660 struct compute_memory_pool* compute_memory_pool_new(
Devergreen_compute.c932 struct compute_memory_pool *pool = rctx->screen->global_pool; in evergreen_set_global_binding()
1181 struct compute_memory_pool *pool = rctx->screen->global_pool; in r600_compute_global_transfer_map()
Dr600_blit.c601 struct compute_memory_pool *pool = rctx->screen->global_pool; in r600_copy_global_buffer()