Searched refs:compute_memory_pool (Results 1 – 10 of 10) sorted by relevance
/external/mesa3d/src/gallium/drivers/r600/ |
D | compute_memory_pool.h | 30 struct compute_memory_pool; 41 struct compute_memory_pool* pool; 47 struct compute_memory_pool struct 60 struct compute_memory_pool* compute_memory_pool_new(struct r600_screen *rscreen); ///Creates a new … argument 61 void compute_memory_pool_delete(struct compute_memory_pool* pool); ///Frees all stuff in the pool a… 63 int64_t compute_memory_prealloc_chunk(struct compute_memory_pool* pool, int64_t size_in_dw); ///sea… 65 struct compute_memory_item* compute_memory_postalloc_chunk(struct compute_memory_pool* pool, int64_… 70 void compute_memory_grow_pool(struct compute_memory_pool* pool, struct pipe_context * pipe, 76 void compute_memory_shadow(struct compute_memory_pool* pool, 82 void compute_memory_finalize_pending(struct compute_memory_pool* pool, [all …]
|
D | compute_memory_pool.c | 76 struct compute_memory_pool* compute_memory_pool_new( in compute_memory_pool_new() 79 struct compute_memory_pool* pool = (struct compute_memory_pool*) in compute_memory_pool_new() 80 CALLOC(sizeof(struct compute_memory_pool), 1); in compute_memory_pool_new() 88 static void compute_memory_pool_init(struct compute_memory_pool * pool, in compute_memory_pool_init() 108 void compute_memory_pool_delete(struct compute_memory_pool* pool) in compute_memory_pool_delete() 124 struct compute_memory_pool* pool, in compute_memory_prealloc_chunk() 158 struct compute_memory_pool* pool, in compute_memory_postalloc_chunk() 187 void compute_memory_grow_pool(struct compute_memory_pool* pool, in compute_memory_grow_pool() 228 void compute_memory_shadow(struct compute_memory_pool* pool, in compute_memory_shadow() 247 void compute_memory_finalize_pending(struct compute_memory_pool* pool, in compute_memory_finalize_pending() [all …]
|
D | Makefile.sources | 20 compute_memory_pool.c
|
D | r600_pipe.h | 141 struct compute_memory_pool; 142 void compute_memory_pool_delete(struct compute_memory_pool* pool); 143 struct compute_memory_pool* compute_memory_pool_new( 171 struct compute_memory_pool *global_pool;
|
D | evergreen_compute.c | 539 struct compute_memory_pool *pool = ctx->screen->global_pool; in evergreen_set_global_binding() 850 struct compute_memory_pool *pool = ctx->screen->global_pool; in r600_compute_global_get_transfer()
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/ |
D | compute_memory_pool.h | 30 struct compute_memory_pool; 41 struct compute_memory_pool* pool; 47 struct compute_memory_pool struct 60 struct compute_memory_pool* compute_memory_pool_new(struct r600_screen *rscreen); ///Creates a new … argument 61 void compute_memory_pool_delete(struct compute_memory_pool* pool); ///Frees all stuff in the pool a… 63 int64_t compute_memory_prealloc_chunk(struct compute_memory_pool* pool, int64_t size_in_dw); ///sea… 65 struct compute_memory_item* compute_memory_postalloc_chunk(struct compute_memory_pool* pool, int64_… 70 void compute_memory_grow_pool(struct compute_memory_pool* pool, struct pipe_context * pipe, 76 void compute_memory_shadow(struct compute_memory_pool* pool, 82 void compute_memory_finalize_pending(struct compute_memory_pool* pool, [all …]
|
D | compute_memory_pool.c | 76 struct compute_memory_pool* compute_memory_pool_new( in compute_memory_pool_new() 79 struct compute_memory_pool* pool = (struct compute_memory_pool*) in compute_memory_pool_new() 80 CALLOC(sizeof(struct compute_memory_pool), 1); in compute_memory_pool_new() 88 static void compute_memory_pool_init(struct compute_memory_pool * pool, in compute_memory_pool_init() 108 void compute_memory_pool_delete(struct compute_memory_pool* pool) in compute_memory_pool_delete() 124 struct compute_memory_pool* pool, in compute_memory_prealloc_chunk() 158 struct compute_memory_pool* pool, in compute_memory_postalloc_chunk() 187 void compute_memory_grow_pool(struct compute_memory_pool* pool, in compute_memory_grow_pool() 228 void compute_memory_shadow(struct compute_memory_pool* pool, in compute_memory_shadow() 247 void compute_memory_finalize_pending(struct compute_memory_pool* pool, in compute_memory_finalize_pending() [all …]
|
D | Makefile.sources | 20 compute_memory_pool.c
|
D | r600_pipe.h | 141 struct compute_memory_pool; 142 void compute_memory_pool_delete(struct compute_memory_pool* pool); 143 struct compute_memory_pool* compute_memory_pool_new( 171 struct compute_memory_pool *global_pool;
|
D | evergreen_compute.c | 539 struct compute_memory_pool *pool = ctx->screen->global_pool; in evergreen_set_global_binding() 850 struct compute_memory_pool *pool = ctx->screen->global_pool; in r600_compute_global_get_transfer()
|