Searched refs:fd_bo_cpu_prep (Results 1 - 17 of 17) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_query_acc.c70 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 Dfreedreno_query_hw.c219 ret = fd_bo_cpu_prep(rsc->bo, ctx->pipe,
246 fd_bo_cpu_prep(rsc->bo, ctx->pipe, DRM_FREEDRENO_PREP_READ);
H A Dfreedreno_resource.c509 /* 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 Dfreedreno_drmif.h137 int fd_bo_cpu_prep(struct fd_bo *bo, struct fd_pipe *pipe, uint32_t op);
H A Dfreedreno_bo_cache.c128 return fd_bo_cpu_prep(bo, NULL,
H A Dfreedreno_bo.c344 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 Dfreedreno_bo_cache.c126 return fd_bo_cpu_prep(bo, NULL,
H A Dfreedreno_drmif.h169 int fd_bo_cpu_prep(struct fd_bo *bo, struct fd_pipe *pipe, uint32_t op);
H A Dfreedreno_bo.c360 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 Dfreedreno_drmif.h210 int fd_bo_cpu_prep(struct fd_bo *bo, struct fd_pipe *pipe, uint32_t op);
H A Dfreedreno_bo.c468 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 Dfreedreno_query_acc.c63 fd_bo_cpu_prep(rsc->bo, ctx->pipe, FD_BO_PREP_WRITE);
H A Dfreedreno_resource.h215 return fd_bo_cpu_prep(rsc->bo, NULL, op | FD_BO_PREP_NOSYNC) != 0;
H A Dfreedreno_context.c184 * 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 Dfreedreno_resource.c181 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 Dmain.c296 fd_bo_cpu_prep(kernel->bufs[i], pipe, FD_BO_PREP_READ);
H A Da6xx.c501 fd_bo_cpu_prep(a6xx_backend->query_mem, NULL, FD_BO_PREP_READ);

Completed in 14 milliseconds