Searched refs:fd_bo_cpu_prep (Results 1 – 12 of 12) sorted by relevance
/third_party/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
|
/third_party/mesa3d/src/freedreno/drm/ |
D | freedreno_drmif.h | 210 int fd_bo_cpu_prep(struct fd_bo *bo, struct fd_pipe *pipe, uint32_t op);
|
D | freedreno_bo.c | 468 fd_bo_cpu_prep(struct fd_bo *bo, struct fd_pipe *pipe, uint32_t op) in fd_bo_cpu_prep() function
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_context.c | 480 while (fd_bo_cpu_prep(ts_bo, ctx->pipe, FD_BO_PREP_NOSYNC)) in fd_trace_read_ts() 482 int ret = fd_bo_cpu_prep(ts_bo, ctx->pipe, FD_BO_PREP_READ); in fd_trace_read_ts()
|
D | freedreno_query_acc.c | 63 fd_bo_cpu_prep(rsc->bo, ctx->pipe, FD_BO_PREP_WRITE); in realloc_query_bo()
|
D | freedreno_resource.h | 215 return fd_bo_cpu_prep(rsc->bo, NULL, op | FD_BO_PREP_NOSYNC) != 0; in resource_busy()
|
D | freedreno_resource.c | 181 return fd_bo_cpu_prep(rsc->bo, ctx->pipe, op); in __fd_resource_wait() 187 ret = fd_bo_cpu_prep(rsc->bo, ctx->pipe, op); in __fd_resource_wait() 568 fd_bo_cpu_prep(rsc->bo, NULL, FD_BO_PREP_READ); in fd_resource_dump()
|
/third_party/mesa3d/src/freedreno/computerator/ |
D | main.c | 296 fd_bo_cpu_prep(kernel->bufs[i], pipe, FD_BO_PREP_READ); in main()
|
D | a6xx.c | 501 fd_bo_cpu_prep(a6xx_backend->query_mem, NULL, FD_BO_PREP_READ); in a6xx_read_perfcntrs()
|