Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/drm/
Dfreedreno_priv.h327 struct fd_bo { struct
337 const struct fd_bo_funcs *funcs; argument
339 enum {
365 DECLARE_ARRAY(struct fd_bo_fence, fences); argument
371 struct fd_bo_fence _inline_fence; argument
374 void fd_bo_add_fence(struct fd_bo *bo, struct fd_pipe *pipe, uint32_t fence); argument
/third_party/libdrm/freedreno/
Dfreedreno_priv.h157 struct fd_bo { struct
164 const struct fd_bo_funcs *funcs; argument
176 drm_private struct fd_bo *fd_bo_new_ring(struct fd_device *dev, argument