Searched refs:cpu_prep (Results 1 - 11 of 11) sorted by relevance
| /xsrc/external/mit/libdrm/dist/freedreno/msm/ |
| H A D | msm_bo.c | 128 .cpu_prep = msm_bo_cpu_prep,
|
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/drm/ |
| H A D | msm_bo.c | 148 .cpu_prep = msm_bo_cpu_prep,
|
| H A D | freedreno_priv.h | 153 int (*cpu_prep)(struct fd_bo *bo, struct fd_pipe *pipe, uint32_t op); member in struct:fd_bo_funcs
|
| H A D | freedreno_bo.c | 362 return bo->funcs->cpu_prep(bo, pipe, op);
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/drm/ |
| H A D | msm_bo.c | 158 .cpu_prep = msm_bo_cpu_prep,
|
| H A D | freedreno_priv.h | 266 int (*cpu_prep)(struct fd_bo *bo, struct fd_pipe *pipe, uint32_t op); member in struct:fd_bo_funcs
|
| H A D | freedreno_bo.c | 498 return bo->funcs->cpu_prep(bo, pipe, op & ~FD_BO_PREP_FLUSH);
|
| /xsrc/external/mit/libdrm/dist/freedreno/ |
| H A D | freedreno_priv.h | 150 int (*cpu_prep)(struct fd_bo *bo, struct fd_pipe *pipe, uint32_t op); member in struct:fd_bo_funcs
|
| H A D | freedreno_bo.c | 346 return bo->funcs->cpu_prep(bo, pipe, op);
|
| /xsrc/external/mit/libdrm/dist/freedreno/kgsl/ |
| H A D | kgsl_bo.c | 127 .cpu_prep = kgsl_bo_cpu_prep,
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 21.2.0.rst | 4509 - freedreno/drm: Cleanup bo cpu_prep flags
|
Completed in 18 milliseconds