Home
last modified time | relevance | path

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

/external/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
/external/mesa3d/src/freedreno/drm/
Dmsm_bo.c29 static int bo_allocate(struct msm_bo *msm_bo) in bo_allocate()
58 struct msm_bo *msm_bo = to_msm_bo(bo); in msm_bo_offset() local
143 struct msm_bo *msm_bo = to_msm_bo(bo); in msm_bo_destroy() local
187 struct msm_bo *msm_bo; in msm_bo_from_handle() local
Dmsm_priv.h73 struct msm_bo { struct
78 FD_DEFINE_CAST(fd_bo, msm_bo); argument
Dmsm_ringbuffer_sp.c111 struct msm_bo *msm_bo = to_msm_bo(bo); in msm_submit_append_bo() local
Dmsm_ringbuffer.c134 struct msm_bo *msm_bo = to_msm_bo(bo); in append_bo() local
/external/mesa3d/src/freedreno/drm-shim/
Dfreedreno_noop.c33 struct msm_bo { struct
38 static struct msm_bo * argument
39 msm_bo(struct shim_bo *bo) in msm_bo() function