Home
last modified time | relevance | path

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

/third_party/libdrm/freedreno/
Dfreedreno_priv.h148 struct fd_bo_funcs { struct
164 const struct fd_bo_funcs *funcs; argument
/third_party/mesa3d/src/freedreno/drm/
Dfreedreno_priv.h264 struct fd_bo_funcs { struct
265 int (*offset)(struct fd_bo *bo, uint64_t *offset);
266 int (*cpu_prep)(struct fd_bo *bo, struct fd_pipe *pipe, uint32_t op);
267 void (*cpu_fini)(struct fd_bo *bo);
268 int (*madvise)(struct fd_bo *bo, int willneed);
269 uint64_t (*iova)(struct fd_bo *bo);
293 const struct fd_bo_funcs *funcs; argument