Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_query_acc.c63 fd_bo_cpu_prep(rsc->bo, ctx->pipe, DRM_FREEDRENO_PREP_WRITE); in realloc_query_bo()
162 ret = fd_bo_cpu_prep(rsc->bo, ctx->pipe, in fd_acc_get_query_result()
174 fd_bo_cpu_prep(rsc->bo, ctx->pipe, DRM_FREEDRENO_PREP_READ); in fd_acc_get_query_result()
Dfreedreno_query_hw.c217 ret = fd_bo_cpu_prep(rsc->bo, ctx->pipe, in fd_hw_get_query_result()
244 fd_bo_cpu_prep(rsc->bo, ctx->pipe, DRM_FREEDRENO_PREP_READ); in fd_hw_get_query_result()
Dfreedreno_resource.h153 return fd_bo_cpu_prep(rsc->bo, NULL, op | DRM_FREEDRENO_PREP_NOSYNC) != 0; in fd_resource_busy()
Dfreedreno_log.c182 int ret = fd_bo_cpu_prep(chunk->timestamps_bo, ctx->pipe, flags); in fd_log_process()
Dfreedreno_resource.c429 fd_bo_cpu_prep(rsc->bo, NULL, DRM_FREEDRENO_PREP_READ); in fd_resource_dump()
653 fd_bo_cpu_prep(staging_rsc->bo, ctx->pipe, in fd_resource_transfer_map()
775 ret = fd_bo_cpu_prep(rsc->bo, ctx->pipe, op); in fd_resource_transfer_map()
/external/libdrm/freedreno/
Dfreedreno-symbols.txt2 fd_bo_cpu_prep
Dfreedreno_drmif.h137 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.c350 drm_public int fd_bo_cpu_prep(struct fd_bo *bo, struct fd_pipe *pipe, uint32_t op) in fd_bo_cpu_prep() function
/external/mesa3d/src/freedreno/drm/
Dfreedreno_drmif.h172 int fd_bo_cpu_prep(struct fd_bo *bo, struct fd_pipe *pipe, uint32_t op);
Dfreedreno_bo_cache.c126 return fd_bo_cpu_prep(bo, NULL, in is_idle()
Dfreedreno_bo.c368 int fd_bo_cpu_prep(struct fd_bo *bo, struct fd_pipe *pipe, uint32_t op) in fd_bo_cpu_prep() function
/external/mesa3d/src/freedreno/computerator/
Dmain.c293 fd_bo_cpu_prep(kernel->bufs[i], pipe, DRM_FREEDRENO_PREP_READ); in main()
Da6xx.c466 fd_bo_cpu_prep(a6xx_backend->query_mem, NULL, DRM_FREEDRENO_PREP_READ); in a6xx_read_perfcntrs()