Home
last modified time | relevance | path

Searched refs:cpu_prep (Results 1 – 9 of 9) sorted by relevance

/third_party/libdrm/freedreno/msm/
Dmsm_bo.c128 .cpu_prep = msm_bo_cpu_prep,
/third_party/mesa3d/src/freedreno/drm/msm/
Dmsm_bo.c158 .cpu_prep = msm_bo_cpu_prep,
/third_party/libdrm/freedreno/
Dfreedreno_priv.h150 int (*cpu_prep)(struct fd_bo *bo, struct fd_pipe *pipe, uint32_t op); member
Dfreedreno_bo.c346 return bo->funcs->cpu_prep(bo, pipe, op); in fd_bo_cpu_prep()
/third_party/libdrm/freedreno/kgsl/
Dkgsl_bo.c129 .cpu_prep = kgsl_bo_cpu_prep,
/third_party/mesa3d/src/freedreno/drm/
Dfreedreno_priv.h304 int (*cpu_prep)(struct fd_bo *bo, struct fd_pipe *pipe, uint32_t op); member
Dfreedreno_bo.c532 return bo->funcs->cpu_prep(bo, pipe, op & ~FD_BO_PREP_FLUSH); in fd_bo_cpu_prep()
/third_party/mesa3d/src/freedreno/drm/virtio/
Dvirtio_bo.c252 .cpu_prep = virtio_bo_cpu_prep,
/third_party/mesa3d/docs/relnotes/
D21.2.0.rst4509 - freedreno/drm: Cleanup bo cpu_prep flags