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

/xsrc/external/mit/xf86-video-intel/dist/src/legacy/i810/
H A Di810_dri.c50 static int i810_pitches[] = { variable in typeref:typename:int[]
190 for (pitch_idx = 0; pitch_idx < Elements(i810_pitches); pitch_idx++)
191 if (width <= i810_pitches[pitch_idx])
194 if (pitch_idx == Elements(i810_pitches)) {
204 back_size = i810_pitches[pitch_idx] * lines;
208 pScrn->displayWidth = i810_pitches[pitch_idx] / pI810->cpp;
692 i810_pitches[pitch_idx], 8 * 1024 * 1024);
696 i810_pitches[pitch_idx], 8 * 1024 * 1024);
733 pI810->auxPitch = i810_pitches[pitch_idx];
H A Di810_driver.c136 static int i810_pitches[] = { variable in typeref:typename:int[]
520 i810_pitches, 0, 0, 64 * scrn->bitsPerPixel,
/xsrc/external/mit/xf86-video-intel-2014/dist/src/legacy/i810/
H A Di810_dri.c50 static int i810_pitches[] = { variable in typeref:typename:int[]
190 for (pitch_idx = 0; pitch_idx < Elements(i810_pitches); pitch_idx++)
191 if (width <= i810_pitches[pitch_idx])
194 if (pitch_idx == Elements(i810_pitches)) {
204 back_size = i810_pitches[pitch_idx] * lines;
208 pScrn->displayWidth = i810_pitches[pitch_idx] / pI810->cpp;
692 i810_pitches[pitch_idx], 8 * 1024 * 1024);
696 i810_pitches[pitch_idx], 8 * 1024 * 1024);
733 pI810->auxPitch = i810_pitches[pitch_idx];
H A Di810_driver.c136 static int i810_pitches[] = { variable in typeref:typename:int[]
520 i810_pitches, 0, 0, 64 * scrn->bitsPerPixel,
/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di810_dri.c58 static int i810_pitches[] = { variable in typeref:typename:int[]
525 for (pitch_idx = 0; pitch_idx < Elements(i810_pitches); pitch_idx++)
526 if (width <= i810_pitches[pitch_idx])
529 if (pitch_idx == Elements(i810_pitches)) {
539 back_size = i810_pitches[pitch_idx] * lines;
805 i810_pitches[pitch_idx], 8 * 1024 * 1024);
809 i810_pitches[pitch_idx], 8 * 1024 * 1024);
846 pI810->auxPitch = i810_pitches[pitch_idx];
H A Di810_driver.c284 static int i810_pitches[] = { variable in typeref:typename:int[]
858 i810_pitches, 0, 0, 64 * pScrn->bitsPerPixel,

Completed in 13 milliseconds