Searched refs:cpu_prep (Results 1 – 9 of 9) sorted by relevance
/third_party/libdrm/freedreno/msm/ |
D | msm_bo.c | 128 .cpu_prep = msm_bo_cpu_prep,
|
/third_party/mesa3d/src/freedreno/drm/msm/ |
D | msm_bo.c | 158 .cpu_prep = msm_bo_cpu_prep,
|
/third_party/libdrm/freedreno/ |
D | freedreno_priv.h | 150 int (*cpu_prep)(struct fd_bo *bo, struct fd_pipe *pipe, uint32_t op); member
|
D | freedreno_bo.c | 346 return bo->funcs->cpu_prep(bo, pipe, op); in fd_bo_cpu_prep()
|
/third_party/libdrm/freedreno/kgsl/ |
D | kgsl_bo.c | 129 .cpu_prep = kgsl_bo_cpu_prep,
|
/third_party/mesa3d/src/freedreno/drm/ |
D | freedreno_priv.h | 304 int (*cpu_prep)(struct fd_bo *bo, struct fd_pipe *pipe, uint32_t op); member
|
D | freedreno_bo.c | 532 return bo->funcs->cpu_prep(bo, pipe, op & ~FD_BO_PREP_FLUSH); in fd_bo_cpu_prep()
|
/third_party/mesa3d/src/freedreno/drm/virtio/ |
D | virtio_bo.c | 252 .cpu_prep = virtio_bo_cpu_prep,
|
/third_party/mesa3d/docs/relnotes/ |
D | 21.2.0.rst | 4509 - freedreno/drm: Cleanup bo cpu_prep flags
|