Home
last modified time | relevance | path

Searched refs:fd_bo_cpu_prep (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_query_acc.c69 fd_bo_cpu_prep(rsc->bo, ctx->pipe, DRM_FREEDRENO_PREP_WRITE); in realloc_query_bo()
145 ret = fd_bo_cpu_prep(rsc->bo, ctx->pipe, in fd_acc_get_query_result()
157 fd_bo_cpu_prep(rsc->bo, ctx->pipe, DRM_FREEDRENO_PREP_READ); in fd_acc_get_query_result()
Dfreedreno_query_hw.c221 ret = fd_bo_cpu_prep(rsc->bo, ctx->pipe, in fd_hw_get_query_result()
248 fd_bo_cpu_prep(rsc->bo, ctx->pipe, DRM_FREEDRENO_PREP_READ); in fd_hw_get_query_result()
Dfreedreno_resource.c497 fd_bo_cpu_prep(rsc->bo, ctx->pipe, DRM_FREEDRENO_PREP_READ); in fd_resource_transfer_map()
546 bool busy = needs_flush || (0 != fd_bo_cpu_prep(rsc->bo, in fd_resource_transfer_map()
615 ret = fd_bo_cpu_prep(rsc->bo, ctx->pipe, op); in fd_resource_transfer_map()
/external/libdrm/freedreno/
Dfreedreno-symbol-check14 fd_bo_cpu_prep
Dfreedreno_drmif.h136 int fd_bo_cpu_prep(struct fd_bo *bo, struct fd_pipe *pipe, uint32_t op);
Dfreedreno_bo_cache.c128 return fd_bo_cpu_prep(bo, NULL, in is_idle()
Dfreedreno_bo.c325 int fd_bo_cpu_prep(struct fd_bo *bo, struct fd_pipe *pipe, uint32_t op) in fd_bo_cpu_prep() function