Lines Matching defs:bufmgr
221 bucket_for_size(struct crocus_bufmgr *bufmgr, uint64_t size) in bucket_for_size()
259 struct crocus_bufmgr *bufmgr = bo->bufmgr; in crocus_bo_busy() local
297 alloc_bo_from_cache(struct crocus_bufmgr *bufmgr, in alloc_bo_from_cache()
347 alloc_fresh_bo(struct crocus_bufmgr *bufmgr, uint64_t bo_size) in alloc_fresh_bo()
390 bo_alloc_internal(struct crocus_bufmgr *bufmgr, in bo_alloc_internal()
455 crocus_bo_alloc(struct crocus_bufmgr *bufmgr, in crocus_bo_alloc()
464 crocus_bo_alloc_tiled(struct crocus_bufmgr *bufmgr, const char *name, in crocus_bo_alloc_tiled()
473 crocus_bo_create_userptr(struct crocus_bufmgr *bufmgr, const char *name, in crocus_bo_create_userptr()
527 crocus_bo_gem_create_from_name(struct crocus_bufmgr *bufmgr, in crocus_bo_gem_create_from_name()
601 struct crocus_bufmgr *bufmgr = bo->bufmgr; in bo_close() local
639 struct crocus_bufmgr *bufmgr = bo->bufmgr; in bo_free() local
666 cleanup_bo_cache(struct crocus_bufmgr *bufmgr, time_t time) in cleanup_bo_cache()
703 struct crocus_bufmgr *bufmgr = bo->bufmgr; in bo_unreference_final() local
725 struct crocus_bufmgr *bufmgr = bo->bufmgr; in __crocus_bo_unreference() local
781 struct crocus_bufmgr *bufmgr = bo->bufmgr; in crocus_bo_gem_mmap_legacy() local
804 struct crocus_bufmgr *bufmgr = bo->bufmgr; in crocus_bo_gem_mmap_offset() local
834 struct crocus_bufmgr *bufmgr = bo->bufmgr; in crocus_bo_gem_mmap() local
957 struct crocus_bufmgr *bufmgr = bo->bufmgr; in crocus_bo_map_gtt() local
1119 struct crocus_bufmgr *bufmgr = bo->bufmgr; in crocus_bo_wait() local
1139 crocus_bufmgr_destroy(struct crocus_bufmgr *bufmgr) in crocus_bufmgr_destroy()
1172 struct crocus_bufmgr *bufmgr = bo->bufmgr; in bo_set_tiling_internal() local
1211 crocus_bo_import_dmabuf(struct crocus_bufmgr *bufmgr, int prime_fd, in crocus_bo_import_dmabuf()
1283 crocus_bo_import_dmabuf_no_mods(struct crocus_bufmgr *bufmgr, in crocus_bo_import_dmabuf_no_mods()
1348 struct crocus_bufmgr *bufmgr = bo->bufmgr; in crocus_bo_make_external() local
1363 struct crocus_bufmgr *bufmgr = bo->bufmgr; in crocus_bo_export_dmabuf() local
1385 struct crocus_bufmgr *bufmgr = bo->bufmgr; in crocus_bo_flink() local
1414 struct crocus_bufmgr *bufmgr = bo->bufmgr; in crocus_bo_export_gem_handle_for_device() local
1470 add_bucket(struct crocus_bufmgr *bufmgr, int size) in add_bucket()
1486 init_cache_buckets(struct crocus_bufmgr *bufmgr) in init_cache_buckets()
1513 crocus_create_hw_context(struct crocus_bufmgr *bufmgr) in crocus_create_hw_context()
1548 crocus_hw_context_get_priority(struct crocus_bufmgr *bufmgr, uint32_t ctx_id) in crocus_hw_context_get_priority()
1559 crocus_hw_context_set_priority(struct crocus_bufmgr *bufmgr, in crocus_hw_context_set_priority()
1578 crocus_clone_hw_context(struct crocus_bufmgr *bufmgr, uint32_t ctx_id) in crocus_clone_hw_context()
1591 crocus_destroy_hw_context(struct crocus_bufmgr *bufmgr, uint32_t ctx_id) in crocus_destroy_hw_context()
1603 crocus_reg_read(struct crocus_bufmgr *bufmgr, uint32_t offset, uint64_t *result) in crocus_reg_read()
1633 struct crocus_bufmgr *bufmgr = calloc(1, sizeof(*bufmgr)); in crocus_bufmgr_create() local
1670 crocus_bufmgr_ref(struct crocus_bufmgr *bufmgr) in crocus_bufmgr_ref()
1677 crocus_bufmgr_unref(struct crocus_bufmgr *bufmgr) in crocus_bufmgr_unref()
1700 struct crocus_bufmgr *bufmgr = NULL; in crocus_bufmgr_get_for_fd() local
1726 crocus_bufmgr_get_fd(struct crocus_bufmgr *bufmgr) in crocus_bufmgr_get_fd()