Home
last modified time | relevance | path

Searched refs:iris_bo_alloc (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/gallium/drivers/iris/
Diris_border_color.c73 pool->bo = iris_bo_alloc(bufmgr, "border colors", in iris_reset_border_color_pool()
Diris_perf.c29 return iris_bo_alloc(bufmgr, name, size, IRIS_MEMZONE_OTHER); in iris_oa_bo_alloc()
Diris_binder.c89 iris_bo_alloc(bufmgr, "binder", IRIS_BINDER_SIZE, IRIS_MEMZONE_BINDER); in binder_realloc()
Diris_bufmgr.h252 struct iris_bo *iris_bo_alloc(struct iris_bufmgr *bufmgr,
Diris_screen.c801 iris_bo_alloc(screen->bufmgr, "workaround", 4096, IRIS_MEMZONE_OTHER); in iris_screen_create()
Diris_batch.c357 batch->bo = iris_bo_alloc(bufmgr, "command buffer", in create_batch()
Diris_resource.c882 res->bo = iris_bo_alloc(screen->bufmgr, name, templ->width0, memzone); in iris_resource_create_for_buffer()
1336 iris_bo_alloc(screen->bufmgr, res->bo->name, resource->width0, in iris_invalidate_resource()
Diris_bufmgr.c592 iris_bo_alloc(struct iris_bufmgr *bufmgr, in iris_bo_alloc() function
Diris_program.c2151 *bop = iris_bo_alloc(bufmgr, "scratch", size, IRIS_MEMZONE_SHADER); in iris_get_scratch_space()