HomeSort by: relevance | last modified time | path
    Searched refs:bufPitch (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/xf86-video-ati/dist/src/
radeon_accel.c 857 uint32_t *bufPitch,
877 *bufPitch = 4 * w;
881 *bufPitch = 2 * RADEON_ALIGN(w, 2);
885 *bufPitch = RADEON_ALIGN(w, 4);
915 *hpass = min( *h, ( ( RADEON_BUFFER_SIZE - 10 * 4 ) / *bufPitch ) );
916 dwords = *hpass * *bufPitch / 4;
935 OUT_RING( *hpass << 16 | (*bufPitch / cpp) );
radeon_video.c 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;
    [all...]
radeon.h 1106 uint32_t *bufPitch, int x, int *y,

Completed in 13 milliseconds