Searched refs:cpu_prep (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/libdrm/dist/freedreno/msm/
H A Dmsm_bo.c128 .cpu_prep = msm_bo_cpu_prep,
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/drm/
H A Dmsm_bo.c148 .cpu_prep = msm_bo_cpu_prep,
H A Dfreedreno_priv.h153 int (*cpu_prep)(struct fd_bo *bo, struct fd_pipe *pipe, uint32_t op); member in struct:fd_bo_funcs
H A Dfreedreno_bo.c362 return bo->funcs->cpu_prep(bo, pipe, op);
/xsrc/external/mit/MesaLib/dist/src/freedreno/drm/
H A Dmsm_bo.c158 .cpu_prep = msm_bo_cpu_prep,
H A Dfreedreno_priv.h266 int (*cpu_prep)(struct fd_bo *bo, struct fd_pipe *pipe, uint32_t op); member in struct:fd_bo_funcs
H A Dfreedreno_bo.c498 return bo->funcs->cpu_prep(bo, pipe, op & ~FD_BO_PREP_FLUSH);
/xsrc/external/mit/libdrm/dist/freedreno/
H A Dfreedreno_priv.h150 int (*cpu_prep)(struct fd_bo *bo, struct fd_pipe *pipe, uint32_t op); member in struct:fd_bo_funcs
H A Dfreedreno_bo.c346 return bo->funcs->cpu_prep(bo, pipe, op);
/xsrc/external/mit/libdrm/dist/freedreno/kgsl/
H A Dkgsl_bo.c127 .cpu_prep = kgsl_bo_cpu_prep,
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.2.0.rst4509 - freedreno/drm: Cleanup bo cpu_prep flags

Completed in 18 milliseconds