Searched refs:dpitch (Results 1 – 2 of 2) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
D | fd5_blitter.c | 314 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/ |
D | ivi_dsp.c | 776 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) \
|