Home | History | Annotate | Download | only in src

Lines Matching defs:shift

278 i830_swidth(unsigned int offset, unsigned int width, unsigned int mask, int shift)
280 int swidth = ((offset + width + mask) >> shift) - (offset >> shift);
421 unsigned int mask, shift, offsety, offsetu;
528 shift = 6;
542 swidthy = i830_swidth(offsety, width, mask, shift);
543 swidthuv = i830_swidth(offsetu, width / 2, mask, shift);
550 swidthy = i830_swidth(offsety, width, mask, shift);
551 swidthuv = i830_swidth(offsetu, width / 2, mask, shift);
559 swidth = ((offsety + (width << 1) + mask) >> shift) -
560 (offsety >> shift);