Searched refs:cpySrcPitch (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xf86-video-geode/dist/src/
H A Dgeode.h303 int cpySrcPitch, cpySrcBpp; member in struct:_geodeRec
H A Dgx_accel.c1582 pGeode->cpySrcPitch = exaGetPixmapPitch(pxSrc);
1596 WRITE_GP32(MGP_STRIDE, (pGeode->cpySrcPitch << 16) | dstPitch);
1608 pGeode->cpySrcOffset + (pGeode->cpySrcPitch * srcY) +
1624 srcOffset += (h - 1) * pGeode->cpySrcPitch;

Completed in 6 milliseconds