Lines Matching defs:hpass
849 * the dstPitch and hpass variables as required.
861 unsigned int *hpass
915 *hpass = min( *h, ( ( RADEON_BUFFER_SIZE - 10 * 4 ) / *bufPitch ) );
916 dwords = *hpass * *bufPitch / 4;
931 OUT_RING( ((*y + *hpass) << 16) | (x + w) );
935 OUT_RING( *hpass << 16 | (*bufPitch / cpp) );
943 *y += *hpass;
944 *h -= *hpass;
1028 unsigned int hpass,
1046 RADEONCopySwap(dst, src, hpass * dstPitch,
1050 RADEONCopySwap(dst, src, hpass * dstPitch,
1056 memcpy( dst, src, hpass * dstPitch );
1061 while ( hpass-- )