Home
last modified time | relevance | path

Searched refs:crocus_bo_alloc (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_program_cache.c144 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()
Dcrocus_bufmgr.h158 struct crocus_bo *crocus_bo_alloc(struct crocus_bufmgr *bufmgr,
Dcrocus_context.c291 crocus_bo_alloc(screen->bufmgr, "workaround", 4096); in crocus_create_context()
Dcrocus_batch.c453 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()
Dcrocus_monitor.c115 return crocus_bo_alloc(bufmgr, name, size); in crocus_oa_bo_alloc()
Dcrocus_resource.c656 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()
Dcrocus_bufmgr.c455 crocus_bo_alloc(struct crocus_bufmgr *bufmgr, in crocus_bo_alloc() function
Dcrocus_program.c2651 *bop = crocus_bo_alloc(bufmgr, "scratch", size); in crocus_get_scratch_space()