Searched refs:crocus_bo_alloc (Results 1 – 8 of 8) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_program_cache.c | 144 new_bo = crocus_bo_alloc(screen->bufmgr, "program cache", new_size); in crocus_cache_new_bo() 294 crocus_bo_alloc(screen->bufmgr, "program_cache", 16384); in crocus_init_program_cache()
|
D | crocus_bufmgr.h | 158 struct crocus_bo *crocus_bo_alloc(struct crocus_bufmgr *bufmgr,
|
D | crocus_context.c | 291 crocus_bo_alloc(screen->bufmgr, "workaround", 4096); in crocus_create_context()
|
D | crocus_batch.c | 453 grow->bo = crocus_bo_alloc(bufmgr, name, size); in recreate_growing_buffer() 632 struct crocus_bo *new_bo = crocus_bo_alloc(bufmgr, bo->name, new_size); in crocus_grow_buffer()
|
D | crocus_monitor.c | 115 return crocus_bo_alloc(bufmgr, name, size); in crocus_oa_bo_alloc()
|
D | crocus_resource.c | 656 res->bo = crocus_bo_alloc(screen->bufmgr, name, templ->width0); in crocus_resource_create_for_buffer() 1163 crocus_bo_alloc(screen->bufmgr, res->bo->name, resource->width0); in crocus_invalidate_resource()
|
D | crocus_bufmgr.c | 455 crocus_bo_alloc(struct crocus_bufmgr *bufmgr, in crocus_bo_alloc() function
|
D | crocus_program.c | 2651 *bop = crocus_bo_alloc(bufmgr, "scratch", size); in crocus_get_scratch_space()
|