Lines Matching defs:shift
305 # define PAT_SHIFT(pat, shift) (pat >> shift)
307 # define PAT_SHIFT(pat, shift) (pat << shift)
399 int shift;
401 if (deltax > deltay) shift = deltax;
402 else shift = deltay;
404 shift += phase;
405 shift %= info->accel_state->dashLen;
407 if ((info->accel_state->dashPattern >> shift) & 1)
1004 int shift = 0; /* 32bpp */
1007 if (pScrn->bitsPerPixel == 8) shift = 3;
1008 else if (pScrn->bitsPerPixel == 16) shift = 1;
1041 OUT_ACCEL_REG(RADEON_DST_HEIGHT_WIDTH, (h << 16) | ((w + shift) &
1042 ~shift));