Searched refs:fd_bo_cpu_prep (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_query_acc.c | 69 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()
|
D | freedreno_query_hw.c | 221 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()
|
D | freedreno_resource.c | 497 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/ |
D | freedreno-symbol-check | 14 fd_bo_cpu_prep
|
D | freedreno_drmif.h | 136 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 | 325 int fd_bo_cpu_prep(struct fd_bo *bo, struct fd_pipe *pipe, uint32_t op) in fd_bo_cpu_prep() function
|