Home
last modified time | relevance | path

Searched defs:msm_bo (Results 1 – 8 of 8) sorted by relevance

/third_party/libdrm/freedreno/msm/
Dmsm_priv.h84 struct msm_bo { struct
96 static inline struct msm_bo * to_msm_bo(struct fd_bo *x) in to_msm_bo() argument
Dmsm_bo.c31 static int bo_allocate(struct msm_bo *msm_bo) in bo_allocate()
59 struct msm_bo *msm_bo = to_msm_bo(bo); in msm_bo_offset() local
121 struct msm_bo *msm_bo = to_msm_bo(bo); in msm_bo_destroy() local
159 struct msm_bo *msm_bo; in msm_bo_from_handle() local
Dmsm_ringbuffer.c222 struct msm_bo *msm_bo = to_msm_bo(bo); in bo2idx() local
336 struct msm_bo *msm_bo = to_msm_bo(msm_ring->bos[i]); in flush_reset() local
563 struct msm_bo *msm_bo = to_msm_bo(r->bo); in msm_ringbuffer_emit_reloc() local
/third_party/mesa3d/src/freedreno/drm/
Dmsm_bo.c30 bo_allocate(struct msm_bo *msm_bo) in bo_allocate()
60 struct msm_bo *msm_bo = to_msm_bo(bo); in msm_bo_offset() local
152 struct msm_bo *msm_bo = to_msm_bo(bo); in msm_bo_destroy() local
200 struct msm_bo *msm_bo; in msm_bo_from_handle() local
Dmsm_priv.h96 struct msm_bo { struct
101 FD_DEFINE_CAST(fd_bo, msm_bo); argument
Dmsm_ringbuffer.c130 struct msm_bo *msm_bo = to_msm_bo(bo); in append_bo() local
Dmsm_ringbuffer_sp.c131 struct msm_bo *msm_bo = to_msm_bo(bo); in msm_submit_append_bo() local
/third_party/mesa3d/src/freedreno/drm-shim/
Dfreedreno_noop.c35 struct msm_bo { struct
40 static struct msm_bo * argument
41 msm_bo(struct shim_bo *bo) in msm_bo() function