Lines Matching defs:bufmgr
609 res->aux.bo = crocus_bo_alloc_tiled(screen->bufmgr, "aux buffer", size, 4096,
665 res->bo = crocus_bo_alloc(screen->bufmgr, name, templ->width0);
729 res->bo = crocus_bo_alloc_tiled(screen->bufmgr, name, bo_size, alignment,
801 struct crocus_bufmgr *bufmgr = screen->bufmgr;
809 res->bo = crocus_bo_create_userptr(bufmgr, "user",
830 struct crocus_bufmgr *bufmgr = screen->bufmgr;
838 res->bo = crocus_bo_import_dmabuf(bufmgr, whandle->handle,
842 res->bo = crocus_bo_gem_create_from_name(bufmgr, "winsys image",
1177 crocus_bo_alloc(screen->bufmgr, res->bo->name, resource->width0);
1947 bo = crocus_bo_gem_create_from_name(screen->bufmgr, "winsys image",
1953 bo = crocus_bo_import_dmabuf(screen->bufmgr, whandle->handle,
1960 bo = crocus_bo_import_dmabuf_no_mods(screen->bufmgr,