Searched refs:global_pool (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Devergreen_compute.c960 struct compute_memory_pool *pool = rctx->screen->global_pool;
1209 struct compute_memory_pool *pool = rctx->screen->global_pool;
1287 compute_memory_free(rscreen->global_pool, buffer->chunk->id);
1330 result->chunk = compute_memory_alloc(rscreen->global_pool, size_in_dw);
H A Dr600_pipe.c717 if (rscreen->global_pool) {
718 compute_memory_pool_delete(rscreen->global_pool);
825 rscreen->global_pool = compute_memory_pool_new(rscreen);
H A Dr600_pipe.h280 * XXX: Not sure if this is the best place for global_pool. Also,
282 struct compute_memory_pool *global_pool; member in struct:r600_screen
H A Dr600_blit.c591 * into a single global resource (r600_screen::global_pool). The means
601 struct compute_memory_pool *pool = rctx->screen->global_pool;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Devergreen_compute.c992 struct compute_memory_pool *pool = rctx->screen->global_pool;
1241 struct compute_memory_pool *pool = rctx->screen->global_pool;
1312 compute_memory_free(rscreen->global_pool, buffer->chunk->id);
1346 result->chunk = compute_memory_alloc(rscreen->global_pool, size_in_dw);
H A Dr600_pipe.c695 if (rscreen->global_pool) {
696 compute_memory_pool_delete(rscreen->global_pool);
803 rscreen->global_pool = compute_memory_pool_new(rscreen);
H A Dr600_pipe.h283 * XXX: Not sure if this is the best place for global_pool. Also,
285 struct compute_memory_pool *global_pool; member in struct:r600_screen
H A Dr600_blit.c593 * into a single global resource (r600_screen::global_pool). The means
603 struct compute_memory_pool *pool = rctx->screen->global_pool;

Completed in 16 milliseconds