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

/xsrc/external/mit/xf86-video-intel/dist/src/legacy/i810/
H A Di810_dri.c168 unsigned int pitch_idx = 0; local in function:I810DRIScreenInit
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],
[all...]
/xsrc/external/mit/xf86-video-intel-2014/dist/src/legacy/i810/
H A Di810_dri.c168 unsigned int pitch_idx = 0; local in function:I810DRIScreenInit
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],
[all...]
/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di810_dri.c286 unsigned int pitch_idx = 0; local in function:I810DRIScreenInit
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];
[all...]

Completed in 6 milliseconds