Home
last modified time | relevance | path

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

/third_party/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
/third_party/mesa3d/src/freedreno/drm/
Dfreedreno_drmif.h210 int fd_bo_cpu_prep(struct fd_bo *bo, struct fd_pipe *pipe, uint32_t op);
Dfreedreno_bo.c468 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/
Dfreedreno_context.c480 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()
Dfreedreno_query_acc.c63 fd_bo_cpu_prep(rsc->bo, ctx->pipe, FD_BO_PREP_WRITE); in realloc_query_bo()
Dfreedreno_resource.h215 return fd_bo_cpu_prep(rsc->bo, NULL, op | FD_BO_PREP_NOSYNC) != 0; in resource_busy()
Dfreedreno_resource.c181 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/
Dmain.c296 fd_bo_cpu_prep(kernel->bufs[i], pipe, FD_BO_PREP_READ); in main()
Da6xx.c501 fd_bo_cpu_prep(a6xx_backend->query_mem, NULL, FD_BO_PREP_READ); in a6xx_read_perfcntrs()