Searched refs:pitch2 (Results 1 – 1 of 1) sorted by relevance
1033 int pitch = 0, pitch2 = 0; in I830PutImage() local1150 pitch2 = psb_surface->stride; in I830PutImage()1186 pPriv->YBuf0offset = pre_add + gtt_ofs + top * pitch2 + left; in I830PutImage()1188 pPriv->UBuf0offset = pre_add + gtt_ofs + (pitch2 * height) + top * (pitch2 / 2) + left; in I830PutImage()1197 pPriv->UBuf0offset = pPriv->YBuf0offset + (pitch2 * width); in I830PutImage()1198 pPriv->VBuf0offset = pPriv->UBuf0offset + (pitch2 * width / 2); in I830PutImage()1199 pPriv->UBuf1offset = pPriv->YBuf1offset + (pitch2 * width); in I830PutImage()1200 pPriv->VBuf1offset = pPriv->UBuf1offset + (pitch2 * width / 2); in I830PutImage()1202 pPriv->UBuf0offset = pPriv->YBuf0offset + (pitch2 * height); in I830PutImage()1203 pPriv->VBuf0offset = pPriv->UBuf0offset + (pitch2 * height / 2); in I830PutImage()[all …]