Searched refs:iris_bo_alloc (Results 1 - 10 of 10) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_border_color.c | 77 pool->bo = iris_bo_alloc(bufmgr, "border colors", in iris_init_border_color_pool()
|
H A D | iris_perf.c | 29 return iris_bo_alloc(bufmgr, name, size, 64, IRIS_MEMZONE_OTHER, BO_ALLOC_SMEM); in iris_oa_bo_alloc()
|
H A D | iris_binder.c | 72 binder->bo = iris_bo_alloc(bufmgr, "binder", binder->size, binder->alignment, in binder_realloc()
|
H A D | iris_bufmgr.h | 310 struct iris_bo *iris_bo_alloc(struct iris_bufmgr *bufmgr,
|
H A D | iris_resource.c | 1023 iris_bo_alloc(screen->bufmgr, "clear color_buffer", in iris_resource_finish_aux_import() 1032 iris_bo_alloc(screen->bufmgr, "clear color_buffer", in iris_resource_finish_aux_import() 1129 res->bo = iris_bo_alloc(screen->bufmgr, name, templ->width0, in iris_resource_create_for_buffer() 1217 iris_bo_alloc(screen->bufmgr, name, bo_size, alignment, memzone, flags); in iris_resource_create_with_modifiers() 1933 iris_bo_alloc(screen->bufmgr, res->bo->name, resource->width0, in iris_invalidate_resource()
|
H A D | iris_measure.c | 120 measure->bo = iris_bo_alloc(bufmgr, "measure", in iris_init_batch_measure()
|
H A D | iris_screen.c | 828 iris_bo_alloc(screen->bufmgr, "workaround", 4096, 4096, in iris_screen_create()
|
H A D | iris_batch.c | 489 batch->bo = iris_bo_alloc(bufmgr, "command buffer", in create_batch()
|
H A D | iris_bufmgr.c | 716 iris_bo_alloc(bufmgr, "slab", slab_size, slab_size, memzone, flags); in iris_slab_alloc() 1056 iris_bo_alloc(struct iris_bufmgr *bufmgr, in iris_bo_alloc() function
|
H A D | iris_program.c | 2392 *bop = iris_bo_alloc(bufmgr, "scratch", size, 1024, in iris_get_scratch_space()
|
Completed in 16 milliseconds