OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fd_bo_size
(Results
1 - 14
of
14
) sorted by null
/external/libdrm/freedreno/
freedreno-symbol-check
28
fd_bo_size
freedreno_drmif.h
134
uint32_t
fd_bo_size
(struct fd_bo *bo);
freedreno_bo.c
298
uint32_t
fd_bo_size
(struct fd_bo *bo)
function
/external/mesa3d/src/gallium/drivers/freedreno/
freedreno_resource.h
166
debug_assert(offset <
fd_bo_size
(rsc->bo));
freedreno_util.h
225
debug_assert(offset <
fd_bo_size
(bo));
244
debug_assert(offset <
fd_bo_size
(bo));
freedreno_resource.c
521
realloc_bo(rsc,
fd_bo_size
(rsc->bo));
[
all
...]
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
fd5_blitter.c
258
debug_assert((soff + w) <=
fd_bo_size
(src->bo));
259
debug_assert((doff + w) <=
fd_bo_size
(dst->bo));
389
debug_assert((soff + (sbox->height * spitch)) <=
fd_bo_size
(src->bo));
390
debug_assert((doff + (dbox->height * dpitch)) <=
fd_bo_size
(dst->bo));
fd5_draw.c
228
OUT_RING(ring, A5XX_RB_MRT_ARRAY_PITCH(
fd_bo_size
(zsbuf->lrz)));
fd5_gmem.c
112
debug_assert((offset + size) <=
fd_bo_size
(rsc->bo));
301
OUT_RING(ring,
fd_bo_size
(pipe->bo) - 32); /* VSC_PIPE_DATA_LENGTH[i] */
fd5_emit.c
455
uint32_t size =
fd_bo_size
(rsc->bo) - off;
[
all
...]
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
fd2_draw.c
72
bufs[i].size =
fd_bo_size
(fd_resource(vb->buffer.resource)->bo);
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
fd4_emit.c
418
uint32_t size =
fd_bo_size
(rsc->bo) - off;
fd4_gmem.c
592
OUT_RING(ring,
fd_bo_size
(pipe->bo) - 32); /* VSC_PIPE_DATA_LENGTH[i] */
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
fd3_gmem.c
794
OUT_RING(ring,
fd_bo_size
(pipe->bo) - 32); /* VSC_PIPE[i].DATA_LENGTH */
[
all
...]
Completed in 1092 milliseconds