Searched refs:fd_bo_cpu_prep (Results 1 – 14 of 14) sorted by relevance
/external/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_query_acc.c | 63 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()
|
D | freedreno_query_hw.c | 217 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()
|
D | freedreno_resource.h | 153 return fd_bo_cpu_prep(rsc->bo, NULL, op | DRM_FREEDRENO_PREP_NOSYNC) != 0; in fd_resource_busy()
|
D | freedreno_log.c | 182 int ret = fd_bo_cpu_prep(chunk->timestamps_bo, ctx->pipe, flags); in fd_log_process()
|
D | freedreno_resource.c | 429 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/ |
D | freedreno-symbols.txt | 2 fd_bo_cpu_prep
|
D | freedreno_drmif.h | 137 int fd_bo_cpu_prep(struct fd_bo *bo, struct fd_pipe *pipe, uint32_t op);
|
D | freedreno_bo_cache.c | 128 return fd_bo_cpu_prep(bo, NULL, in is_idle()
|
D | freedreno_bo.c | 350 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/ |
D | freedreno_drmif.h | 172 int fd_bo_cpu_prep(struct fd_bo *bo, struct fd_pipe *pipe, uint32_t op);
|
D | freedreno_bo_cache.c | 126 return fd_bo_cpu_prep(bo, NULL, in is_idle()
|
D | freedreno_bo.c | 368 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/ |
D | main.c | 293 fd_bo_cpu_prep(kernel->bufs[i], pipe, DRM_FREEDRENO_PREP_READ); in main()
|
D | a6xx.c | 466 fd_bo_cpu_prep(a6xx_backend->query_mem, NULL, DRM_FREEDRENO_PREP_READ); in a6xx_read_perfcntrs()
|