Lines Matching defs:bufmgr
53 struct crocus_bufmgr *bufmgr;
164 struct crocus_bo *crocus_bo_alloc(struct crocus_bufmgr *bufmgr,
178 struct crocus_bo *crocus_bo_alloc_tiled(struct crocus_bufmgr *bufmgr,
184 struct crocus_bo *crocus_bo_create_userptr(struct crocus_bufmgr *bufmgr,
262 void crocus_bufmgr_unref(struct crocus_bufmgr *bufmgr);
314 int crocus_bufmgr_get_fd(struct crocus_bufmgr *bufmgr);
316 struct crocus_bo *crocus_bo_gem_create_from_name(struct crocus_bufmgr *bufmgr,
322 uint32_t crocus_create_hw_context(struct crocus_bufmgr *bufmgr);
323 uint32_t crocus_clone_hw_context(struct crocus_bufmgr *bufmgr, uint32_t ctx_id);
329 int crocus_hw_context_set_priority(struct crocus_bufmgr *bufmgr,
332 void crocus_destroy_hw_context(struct crocus_bufmgr *bufmgr, uint32_t ctx_id);
335 struct crocus_bo *crocus_bo_import_dmabuf(struct crocus_bufmgr *bufmgr,
337 struct crocus_bo *crocus_bo_import_dmabuf_no_mods(struct crocus_bufmgr *bufmgr,
354 int crocus_reg_read(struct crocus_bufmgr *bufmgr, uint32_t offset,