Searched refs:fd_bo_size (Results 1 - 25 of 39) sorted by relevance

12

/xsrc/external/mit/libdrm/dist/freedreno/
H A Dfreedreno_drmif.h135 uint32_t fd_bo_size(struct fd_bo *bo);
H A Dfreedreno_bo.c317 drm_public uint32_t fd_bo_size(struct fd_bo *bo) function in typeref:typename:drm_public uint32_t
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_resource.h170 debug_assert(offset < fd_bo_size(rsc->bo));
H A Dfreedreno_util.h254 debug_assert(offset < fd_bo_size(bo));
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_resource.h298 debug_assert(offset < fd_bo_size(rsc->bo));
306 debug_assert(offset < fd_bo_size(rsc->bo));
H A Dfreedreno_resource.c570 dump_hex(fd_bo_map(rsc->bo), fd_bo_size(rsc->bo));
736 realloc_bo(rsc, fd_bo_size(rsc->bo));
1570 if (fd_bo_size(memobj->bo) < size) {
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/drm/
H A Dfreedreno_drmif.h167 uint32_t fd_bo_size(struct fd_bo *bo);
H A Dfreedreno_bo.c333 uint32_t fd_bo_size(struct fd_bo *bo) function in typeref:typename:uint32_t
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_blitter.c259 debug_assert((soff + w) <= fd_bo_size(src->bo));
260 debug_assert((doff + w) <= fd_bo_size(dst->bo));
390 debug_assert((soff + (sbox->height * spitch)) <= fd_bo_size(src->bo));
391 debug_assert((doff + (dbox->height * dpitch)) <= fd_bo_size(dst->bo));
H A Dfd5_draw.c231 OUT_RING(ring, A5XX_RB_MRT_ARRAY_PITCH(fd_bo_size(zsbuf->lrz)));
H A Dfd5_gmem.c112 debug_assert((offset + size) <= fd_bo_size(rsc->bo));
301 OUT_RING(ring, fd_bo_size(pipe->bo) - 32); /* VSC_PIPE_DATA_LENGTH[i] */
H A Dfd5_emit.c464 uint32_t size = fd_bo_size(rsc->bo) - off;
470 if (off > fd_bo_size(rsc->bo))
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_blitter.c242 debug_assert((soff + w) <= fd_bo_size(src->bo));
243 debug_assert((doff + w) <= fd_bo_size(dst->bo));
371 debug_assert((soff + (sbox->height * spitch)) <= fd_bo_size(src->bo));
372 debug_assert((doff + (dbox->height * dpitch)) <= fd_bo_size(dst->bo));
H A Dfd5_draw.c205 OUT_RING(ring, A5XX_RB_MRT_ARRAY_PITCH(fd_bo_size(zsbuf->lrz)));
H A Dfd5_gmem.c115 debug_assert((offset + size) <= fd_bo_size(rsc->bo));
302 OUT_RING(ring, fd_bo_size(ctx->vsc_pipe_bo[i]) -
/xsrc/external/mit/MesaLib/dist/src/freedreno/drm/
H A Dfreedreno_drmif.h208 uint32_t fd_bo_size(struct fd_bo *bo);
H A Dfreedreno_ringbuffer.h290 debug_assert(offset < fd_bo_size(bo));
H A Dfreedreno_bo.c433 fd_bo_size(struct fd_bo *bo) function in typeref:typename:uint32_t
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_resource.c264 if (rsc->layout.size > fd_bo_size(rsc->bo))
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_gmem.c106 debug_assert((offset + slice->size0) <= fd_bo_size(rsc->bo));
367 OUT_RING(ring, fd_bo_size(fd6_ctx->vsc_data2));
372 OUT_RING(ring, fd_bo_size(fd6_ctx->vsc_data));
H A Dfd6_blitter.c273 debug_assert((soff + w) <= fd_bo_size(src->bo));
274 debug_assert((doff + w) <= fd_bo_size(dst->bo));
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_emit.c416 uint32_t size = fd_bo_size(rsc->bo) - off;
422 if (off > fd_bo_size(rsc->bo))
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_emit.c424 uint32_t size = fd_bo_size(rsc->bo) - off;
431 if (off > fd_bo_size(rsc->bo))
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_draw.c70 bufs[i].size = fd_bo_size(fd_resource(vb->buffer.resource)->bo);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_draw.c68 bufs[i].size = fd_bo_size(fd_resource(vb->buffer.resource)->bo);

Completed in 27 milliseconds

12