Home
last modified time | relevance | path

Searched defs:mos_bufmgr (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/intel-media-driver/media_softlet/linux/common/os/i915_production/
H A Dmos_bufmgr_priv.h42 struct mos_bufmgr { struct
50 struct mos_linux_bo *(*bo_alloc) (struct mos_bufmgr *bufmgr, argument
59 struct mos_linux_bo *(*bo_alloc_userptr)(struct mos_bufmgr *bufmgr, argument
77 struct mos_linux_bo *(*bo_alloc_tiled) (struct mos_bufmgr *bufmgr, argument
81 void (*bo_reference) (struct mos_linux_bo *bo) = nullptr;
87 void (*bo_unreference) (struct mos_linux_bo *bo) = nullptr;
116 void (*destroy) (struct mos_bufmgr *bufmgr) = nullptr; argument
130 void (*bo_use_48b_address_range) (struct mos_linux_bo *bo, uint32_t enable) = nullptr;
147 int (*bo_pad_to_size) (struct mos_linux_bo *bo, uint64_t pad_to_size) = nullptr;
169 int (*bo_emit_reloc) (struct mos_linux_bo *bo, uint32_t offset,
[all …]
/aosp_15_r20/external/intel-media-driver/media_softlet/linux/common/os/i915/include/
H A Dmos_bufmgr_priv.h42 struct mos_bufmgr { struct
50 struct mos_linux_bo *(*bo_alloc) (struct mos_bufmgr *bufmgr, argument
59 struct mos_linux_bo *(*bo_alloc_userptr)(struct mos_bufmgr *bufmgr, argument
77 struct mos_linux_bo *(*bo_alloc_tiled) (struct mos_bufmgr *bufmgr, argument
81 void (*bo_reference) (struct mos_linux_bo *bo) = nullptr;
87 void (*bo_unreference) (struct mos_linux_bo *bo) = nullptr;
116 void (*destroy) (struct mos_bufmgr *bufmgr) = nullptr; argument
130 void (*bo_use_48b_address_range) (struct mos_linux_bo *bo, uint32_t enable) = nullptr;
147 int (*bo_pad_to_size) (struct mos_linux_bo *bo, uint64_t pad_to_size) = nullptr;
169 int (*bo_emit_reloc) (struct mos_linux_bo *bo, uint32_t offset,
[all …]