Lines Matching defs:pSurface
1131 XF86SurfacePtr pSurface
1159 pSurface->pScrn = pScreenInfo;
1160 pSurface->id = ImageID;
1161 pSurface->width = Width;
1162 pSurface->height = Height;
1163 pSurface->pitches = &pATI->SurfacePitch;
1164 pSurface->offsets = &pATI->SurfaceOffset;
1165 pSurface->devPrivate.ptr = pATI;
1183 XF86SurfacePtr pSurface
1186 ATIPtr pATI = pSurface->devPrivate.ptr;
1192 ATIMach64XVMemFree(pSurface->pScrn->pScreen, pATI->pXVBuffer, pATI);
1207 XF86SurfacePtr pSurface,
1219 ATIPtr pATI = pSurface->devPrivate.ptr;
1230 pScreenInfo = pSurface->pScrn;
1231 ImageID = pSurface->id;
1232 Width = pSurface->width;
1233 Height = pSurface->height;
1246 SrcPitch = pSurface->pitches[0];
1247 Offset = pSurface->offsets[0] + (SrcTop * SrcPitch) + (SrcLeft << 1);
1262 XF86SurfacePtr pSurface
1265 ATIPtr pATI = pSurface->devPrivate.ptr;