Home | History | Annotate | Download | only in src

Lines Matching refs:bufPitch

2253 	uint32_t bufPitch, dstPitchOff;
2259 while ( (buf = RADEONHostDataBlit( pScrn, bpp, w, dstPitchOff, &bufPitch,
2262 RADEONHostDataBlitCopyPass( pScrn, bpp, buf, src, hpass, bufPitch,
2330 uint32_t bufPitch, dstPitchOff;
2337 &bufPitch, x, &y, &h,
2350 dptr += bufPitch / 4;
2424 uint32_t y = 0, bufPitch, dstPitchOff;
2432 while ( (buf = RADEONHostDataBlit( pScrn, 4, w/2, dstPitchOff, &bufPitch,
2438 bufPitch / 4 );
2445 buf += bufPitch;