Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_blitter.c331 unsigned ssize, dsize, spitch, dpitch; in emit_blit() local
353 dpitch = dslice->pitch * dst->cpp; in emit_blit()
390 debug_assert((doff + (dbox->height * dpitch)) <= fd_bo_size(dst->bo)); in emit_blit()
424 OUT_RING(ring, A5XX_RB_2D_DST_SIZE_PITCH(dpitch) | in emit_blit()