Searched refs:pitch_mask (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_modes.c62 int pitch_mask = 0; local in function:RADEONSetPitch
70 case 1: pitch_mask = align_large ? 256 : 128;
72 case 2: pitch_mask = align_large ? 128 : 32;
75 case 4: pitch_mask = align_large ? 64 : 16;
79 pitch_mask = 256; /* r6xx/r7xx need 256B alignment for accel */
81 dummy = RADEON_ALIGN(pScrn->virtualX, pitch_mask);

Completed in 2 milliseconds