Lines Matching defs:bufmgr
354 bo = iris_bo_gem_create_from_name(screen->bufmgr, "winsys image",
358 bo = iris_bo_import_dmabuf(screen->bufmgr, whandle->handle);
593 void *aux_map_ctx = iris_bufmgr_get_aux_map_context(screen->bufmgr);
1023 iris_bo_alloc(screen->bufmgr, "clear color_buffer",
1032 iris_bo_alloc(screen->bufmgr, "clear color_buffer",
1129 res->bo = iris_bo_alloc(screen->bufmgr, name, templ->width0,
1217 iris_bo_alloc(screen->bufmgr, name, bo_size, alignment, memzone, flags);
1269 struct iris_bufmgr *bufmgr = screen->bufmgr;
1312 res->bo = iris_bo_create_userptr(bufmgr, "user", mem_start, mem_size,
1364 struct iris_bufmgr *bufmgr = screen->bufmgr;
1371 res->bo = iris_bo_import_dmabuf(bufmgr, whandle->handle);
1374 res->bo = iris_bo_gem_create_from_name(bufmgr, "winsys image",
1933 iris_bo_alloc(screen->bufmgr, res->bo->name, resource->width0,