Searched refs:i810_pitches (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/xf86-video-intel/dist/src/legacy/i810/ |
| H A D | i810_dri.c | 50 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 D | i810_driver.c | 136 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 D | i810_dri.c | 50 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 D | i810_driver.c | 136 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 D | i810_dri.c | 58 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 D | i810_driver.c | 284 static int i810_pitches[] = { variable in typeref:typename:int[] 858 i810_pitches, 0, 0, 64 * pScrn->bitsPerPixel,
|
Completed in 13 milliseconds