Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/freedreno/drm/
H A Dfreedreno_priv.h413 struct fd_bo_funcs { struct
414 int (*offset)(struct fd_bo *bo, uint64_t *offset);
415 void *(*map)(struct fd_bo *bo);
416 int (*cpu_prep)(struct fd_bo *bo, struct fd_pipe *pipe, uint32_t op);
417 int (*madvise)(struct fd_bo *bo, int willneed);
418 uint64_t (*iova)(struct fd_bo *bo);
419 void (*set_name)(struct fd_bo *bo, const char *fmt, va_list ap);
420 int (*dmabuf)(struct fd_bo *bo);
433 void (*finalize)(struct fd_bo *bo);
434 void (*destroy)(struct fd_bo *bo);
[all …]
/aosp_15_r20/external/libdrm/freedreno/
H A Dfreedreno_priv.h148 struct fd_bo_funcs { struct
164 const struct fd_bo_funcs *funcs; argument