Lines Matching refs:RADEON_ALIGN
2984 srcPitch = RADEON_ALIGN(width * 2, 4);
2995 dstPitch = (RADEON_ALIGN(width, 128));
2996 srcPitch = RADEON_ALIGN(width, 4);
3000 srcPitch = RADEON_ALIGN(width, 4);
3015 dstPitch = RADEON_ALIGN(dstPitch, 64);
3019 dstPitch = RADEON_ALIGN(dstPitch, 16);
3023 new_size += (dstPitch >> 1) * (RADEON_ALIGN(height, 2));
3059 srcPitch2 = RADEON_ALIGN(width >> 1, 4);
3061 s2offset = srcPitch * (RADEON_ALIGN(height, 2));
3084 srcPitch2 = RADEON_ALIGN(width >> 1, 4);
3164 *w = RADEON_ALIGN(*w, 2);
3170 *h = RADEON_ALIGN(*h, 2);
3171 size = RADEON_ALIGN(*w, 4);
3175 tmp = RADEON_ALIGN(*w >> 1, 4);
3251 w = RADEON_ALIGN(w, 2);
3252 pitch = RADEON_ALIGN(w << 1, 16);
3568 dstPitch = RADEON_ALIGN(width << 1, 16);
3569 srcPitch = RADEON_ALIGN(width, 4);
3571 srcPitch2 = RADEON_ALIGN(width >> 1, 4);
3577 dstPitch = RADEON_ALIGN(width<<1, 16);
3582 dstPitch = RADEON_ALIGN(width << 1, 16);
3610 offset1 = RADEON_ALIGN(pPriv->video_offset, 0x10);
3611 offset2 = RADEON_ALIGN(pPriv->video_offset + new_size, 0x10);
3616 offset1 = RADEON_ALIGN(pPriv->video_offset, 0x10);
3618 offset3 = RADEON_ALIGN(pPriv->video_offset + 2 * new_size, 0x10);
3622 offset1 = RADEON_ALIGN(pPriv->video_offset, 0x10);
3623 offset2 = RADEON_ALIGN(pPriv->video_offset + new_size, 0x10);
3646 vbi_offset0 = RADEON_ALIGN(pPriv->video_offset + mult * new_size * bpp, 0x10);