| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/ |
| H A D | freedreno_query_acc.c | 70 fd_bo_cpu_prep(rsc->bo, ctx->pipe, DRM_FREEDRENO_PREP_WRITE); 146 ret = fd_bo_cpu_prep(rsc->bo, ctx->pipe, 158 fd_bo_cpu_prep(rsc->bo, ctx->pipe, DRM_FREEDRENO_PREP_READ);
|
| H A D | freedreno_query_hw.c | 219 ret = fd_bo_cpu_prep(rsc->bo, ctx->pipe, 246 fd_bo_cpu_prep(rsc->bo, ctx->pipe, DRM_FREEDRENO_PREP_READ);
|
| H A D | freedreno_resource.c | 509 /* we can't fd_bo_cpu_prep() until the blit to staging 518 fd_bo_cpu_prep(staging_rsc->bo, ctx->pipe, 570 bool busy = needs_flush || (0 != fd_bo_cpu_prep(rsc->bo, 639 ret = fd_bo_cpu_prep(rsc->bo, ctx->pipe, op);
|
| /xsrc/external/mit/libdrm/dist/freedreno/ |
| H A D | freedreno_drmif.h | 137 int fd_bo_cpu_prep(struct fd_bo *bo, struct fd_pipe *pipe, uint32_t op);
|
| H A D | freedreno_bo_cache.c | 128 return fd_bo_cpu_prep(bo, NULL,
|
| H A D | freedreno_bo.c | 344 drm_public int fd_bo_cpu_prep(struct fd_bo *bo, struct fd_pipe *pipe, uint32_t op) function in typeref:typename:drm_public int
|
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/drm/ |
| H A D | freedreno_bo_cache.c | 126 return fd_bo_cpu_prep(bo, NULL,
|
| H A D | freedreno_drmif.h | 169 int fd_bo_cpu_prep(struct fd_bo *bo, struct fd_pipe *pipe, uint32_t op);
|
| H A D | freedreno_bo.c | 360 int fd_bo_cpu_prep(struct fd_bo *bo, struct fd_pipe *pipe, uint32_t op) function in typeref:typename:int
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/drm/ |
| H A D | freedreno_drmif.h | 210 int fd_bo_cpu_prep(struct fd_bo *bo, struct fd_pipe *pipe, uint32_t op);
|
| H A D | freedreno_bo.c | 468 fd_bo_cpu_prep(struct fd_bo *bo, struct fd_pipe *pipe, uint32_t op) function in typeref:typename:int
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/ |
| H A D | freedreno_query_acc.c | 63 fd_bo_cpu_prep(rsc->bo, ctx->pipe, FD_BO_PREP_WRITE);
|
| H A D | freedreno_resource.h | 215 return fd_bo_cpu_prep(rsc->bo, NULL, op | FD_BO_PREP_NOSYNC) != 0;
|
| H A D | freedreno_context.c | 184 * fd_bo_cpu_prep()?? 480 while (fd_bo_cpu_prep(ts_bo, ctx->pipe, FD_BO_PREP_NOSYNC)) 482 int ret = fd_bo_cpu_prep(ts_bo, ctx->pipe, FD_BO_PREP_READ);
|
| H A D | freedreno_resource.c | 181 return fd_bo_cpu_prep(rsc->bo, ctx->pipe, op); 187 ret = fd_bo_cpu_prep(rsc->bo, ctx->pipe, op); 568 fd_bo_cpu_prep(rsc->bo, NULL, FD_BO_PREP_READ);
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/computerator/ |
| H A D | main.c | 296 fd_bo_cpu_prep(kernel->bufs[i], pipe, FD_BO_PREP_READ);
|
| H A D | a6xx.c | 501 fd_bo_cpu_prep(a6xx_backend->query_mem, NULL, FD_BO_PREP_READ);
|