Lines Matching refs:RADEON_ALIGN
2982 srcPitch = RADEON_ALIGN(width * 2, 4);
2993 dstPitch = (RADEON_ALIGN(width, 128));
2994 srcPitch = RADEON_ALIGN(width, 4);
2998 srcPitch = RADEON_ALIGN(width, 4);
3013 dstPitch = RADEON_ALIGN(dstPitch, 64);
3017 dstPitch = RADEON_ALIGN(dstPitch, 16);
3021 new_size += (dstPitch >> 1) * (RADEON_ALIGN(height, 2));
3057 srcPitch2 = RADEON_ALIGN(width >> 1, 4);
3059 s2offset = srcPitch * (RADEON_ALIGN(height, 2));
3082 srcPitch2 = RADEON_ALIGN(width >> 1, 4);
3162 *w = RADEON_ALIGN(*w, 2);
3168 *h = RADEON_ALIGN(*h, 2);
3169 size = RADEON_ALIGN(*w, 4);
3173 tmp = RADEON_ALIGN(*w >> 1, 4);
3249 w = RADEON_ALIGN(w, 2);
3250 pitch = RADEON_ALIGN(w << 1, 16);
3566 dstPitch = RADEON_ALIGN(width << 1, 16);
3567 srcPitch = RADEON_ALIGN(width, 4);
3569 srcPitch2 = RADEON_ALIGN(width >> 1, 4);
3575 dstPitch = RADEON_ALIGN(width<<1, 16);
3580 dstPitch = RADEON_ALIGN(width << 1, 16);
3608 offset1 = RADEON_ALIGN(pPriv->video_offset, 0x10);
3609 offset2 = RADEON_ALIGN(pPriv->video_offset + new_size, 0x10);
3614 offset1 = RADEON_ALIGN(pPriv->video_offset, 0x10);
3616 offset3 = RADEON_ALIGN(pPriv->video_offset + 2 * new_size, 0x10);
3620 offset1 = RADEON_ALIGN(pPriv->video_offset, 0x10);
3621 offset2 = RADEON_ALIGN(pPriv->video_offset + new_size, 0x10);
3644 vbi_offset0 = RADEON_ALIGN(pPriv->video_offset + mult * new_size * bpp, 0x10);