Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_blitter.c314 unsigned spitch, dpitch; in emit_blit() local
331 dpitch = fd_resource_pitch(dst, info->dst.level); in emit_blit()
361 assert((doff + (dbox->height * dpitch)) <= fd_bo_size(dst->bo)); in emit_blit()
395 OUT_RING(ring, A5XX_RB_2D_DST_SIZE_PITCH(dpitch) | in emit_blit()
/third_party/ffmpeg/libavcodec/
Divi_dsp.c776 ptrdiff_t dpitch, \
785 for (i = 0; i < size; i++, buf += dpitch, ref_buf += pitch) { \
792 for (i = 0; i < size; i++, buf += dpitch, ref_buf += pitch) \
798 for (i = 0; i < size; i++, buf += dpitch, wptr += pitch, ref_buf += pitch) \
804 for (i = 0; i < size; i++, buf += dpitch, wptr += pitch, ref_buf += pitch) \