Searched refs:dpitch (Results 1 - 2 of 2) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
H A 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/ |
H A D | ivi_dsp.c | 777 ptrdiff_t dpitch, \ 786 for (i = 0; i < size; i++, buf += dpitch, ref_buf += pitch) { \ 793 for (i = 0; i < size; i++, buf += dpitch, ref_buf += pitch) \ 799 for (i = 0; i < size; i++, buf += dpitch, wptr += pitch, ref_buf += pitch) \ 805 for (i = 0; i < size; i++, buf += dpitch, wptr += pitch, ref_buf += pitch) \
|
Completed in 3 milliseconds