• Home
  • Raw
  • Download

Lines Matching defs:bufmgr

222 bucket_for_size(struct crocus_bufmgr *bufmgr, uint64_t size)  in bucket_for_size()
260 struct crocus_bufmgr *bufmgr = bo->bufmgr; in crocus_bo_busy() local
298 alloc_bo_from_cache(struct crocus_bufmgr *bufmgr, in alloc_bo_from_cache()
348 alloc_fresh_bo(struct crocus_bufmgr *bufmgr, uint64_t bo_size) in alloc_fresh_bo()
391 bo_alloc_internal(struct crocus_bufmgr *bufmgr, in bo_alloc_internal()
459 crocus_bo_alloc(struct crocus_bufmgr *bufmgr, in crocus_bo_alloc()
468 crocus_bo_alloc_tiled(struct crocus_bufmgr *bufmgr, const char *name, in crocus_bo_alloc_tiled()
477 crocus_bo_create_userptr(struct crocus_bufmgr *bufmgr, const char *name, in crocus_bo_create_userptr()
531 crocus_bo_gem_create_from_name(struct crocus_bufmgr *bufmgr, in crocus_bo_gem_create_from_name()
605 struct crocus_bufmgr *bufmgr = bo->bufmgr; in bo_close() local
643 struct crocus_bufmgr *bufmgr = bo->bufmgr; in bo_free() local
670 cleanup_bo_cache(struct crocus_bufmgr *bufmgr, time_t time) in cleanup_bo_cache()
707 struct crocus_bufmgr *bufmgr = bo->bufmgr; in bo_unreference_final() local
729 struct crocus_bufmgr *bufmgr = bo->bufmgr; in __crocus_bo_unreference() local
785 struct crocus_bufmgr *bufmgr = bo->bufmgr; in crocus_bo_gem_mmap_legacy() local
808 struct crocus_bufmgr *bufmgr = bo->bufmgr; in crocus_bo_gem_mmap_offset() local
838 struct crocus_bufmgr *bufmgr = bo->bufmgr; in crocus_bo_gem_mmap() local
963 struct crocus_bufmgr *bufmgr = bo->bufmgr; in crocus_bo_map_gtt() local
1128 struct crocus_bufmgr *bufmgr = bo->bufmgr; in crocus_bo_wait() local
1148 crocus_bufmgr_destroy(struct crocus_bufmgr *bufmgr) in crocus_bufmgr_destroy()
1181 struct crocus_bufmgr *bufmgr = bo->bufmgr; in bo_set_tiling_internal() local
1220 crocus_bo_import_dmabuf(struct crocus_bufmgr *bufmgr, int prime_fd, in crocus_bo_import_dmabuf()
1292 crocus_bo_import_dmabuf_no_mods(struct crocus_bufmgr *bufmgr, in crocus_bo_import_dmabuf_no_mods()
1357 struct crocus_bufmgr *bufmgr = bo->bufmgr; in crocus_bo_make_external() local
1372 struct crocus_bufmgr *bufmgr = bo->bufmgr; in crocus_bo_export_dmabuf() local
1394 struct crocus_bufmgr *bufmgr = bo->bufmgr; in crocus_bo_flink() local
1423 struct crocus_bufmgr *bufmgr = bo->bufmgr; in crocus_bo_export_gem_handle_for_device() local
1479 add_bucket(struct crocus_bufmgr *bufmgr, int size) in add_bucket()
1495 init_cache_buckets(struct crocus_bufmgr *bufmgr) in init_cache_buckets()
1522 crocus_create_hw_context(struct crocus_bufmgr *bufmgr) in crocus_create_hw_context()
1552 crocus_hw_context_get_priority(struct crocus_bufmgr *bufmgr, uint32_t ctx_id) in crocus_hw_context_get_priority()
1561 crocus_hw_context_set_priority(struct crocus_bufmgr *bufmgr, in crocus_hw_context_set_priority()
1574 crocus_clone_hw_context(struct crocus_bufmgr *bufmgr, uint32_t ctx_id) in crocus_clone_hw_context()
1587 crocus_destroy_hw_context(struct crocus_bufmgr *bufmgr, uint32_t ctx_id) in crocus_destroy_hw_context()
1605 struct crocus_bufmgr *bufmgr = calloc(1, sizeof(*bufmgr)); in crocus_bufmgr_create() local
1642 crocus_bufmgr_ref(struct crocus_bufmgr *bufmgr) in crocus_bufmgr_ref()
1649 crocus_bufmgr_unref(struct crocus_bufmgr *bufmgr) in crocus_bufmgr_unref()
1672 struct crocus_bufmgr *bufmgr = NULL; in crocus_bufmgr_get_for_fd() local
1698 crocus_bufmgr_get_fd(struct crocus_bufmgr *bufmgr) in crocus_bufmgr_get_fd()