OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fd_bo_cpu_prep
(Results
1 - 6
of
6
) sorted by null
/external/libdrm/freedreno/
freedreno-symbol-check
14
fd_bo_cpu_prep
freedreno_drmif.h
130
int
fd_bo_cpu_prep
(struct fd_bo *bo, struct fd_pipe *pipe, uint32_t op);
freedreno_bo_cache.c
132
return
fd_bo_cpu_prep
(bo, NULL,
freedreno_bo.c
308
int
fd_bo_cpu_prep
(struct fd_bo *bo, struct fd_pipe *pipe, uint32_t op)
function
/external/mesa3d/src/gallium/drivers/freedreno/
freedreno_query_hw.c
262
ret =
fd_bo_cpu_prep
(rsc->bo, ctx->screen->pipe,
289
fd_bo_cpu_prep
(rsc->bo, ctx->screen->pipe, DRM_FREEDRENO_PREP_READ);
freedreno_resource.c
509
bool busy = needs_flush || (0 !=
fd_bo_cpu_prep
(rsc->bo,
551
ret =
fd_bo_cpu_prep
(rsc->bo, ctx->screen->pipe, op);
[
all
...]
Completed in 98 milliseconds