Home
last modified time | relevance | path

Searched refs:iris_bo_alloc (Results 1 - 10 of 10) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_border_color.c77 pool->bo = iris_bo_alloc(bufmgr, "border colors", in iris_init_border_color_pool()
H A Diris_perf.c29 return iris_bo_alloc(bufmgr, name, size, 64, IRIS_MEMZONE_OTHER, BO_ALLOC_SMEM); in iris_oa_bo_alloc()
H A Diris_binder.c72 binder->bo = iris_bo_alloc(bufmgr, "binder", binder->size, binder->alignment, in binder_realloc()
H A Diris_bufmgr.h310 struct iris_bo *iris_bo_alloc(struct iris_bufmgr *bufmgr,
H A Diris_resource.c1023 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 Diris_measure.c120 measure->bo = iris_bo_alloc(bufmgr, "measure", in iris_init_batch_measure()
H A Diris_screen.c828 iris_bo_alloc(screen->bufmgr, "workaround", 4096, 4096, in iris_screen_create()
H A Diris_batch.c489 batch->bo = iris_bo_alloc(bufmgr, "command buffer", in create_batch()
H A Diris_bufmgr.c716 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 Diris_program.c2392 *bop = iris_bo_alloc(bufmgr, "scratch", size, 1024, in iris_get_scratch_space()

Completed in 16 milliseconds