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

/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dinit.c353 unsigned short ModeIndex = 0; local in function:SiS_GetModeID
358 if(VDisplay == 200) ModeIndex = ModeIndex_320x200[Depth];
361 ModeIndex = ModeIndex_320x240_FSTN[Depth];
363 ModeIndex = ModeIndex_320x240[Depth];
368 if(VDisplay == 300) ModeIndex = ModeIndex_400x300[Depth];
373 if(VDisplay == 384) ModeIndex = ModeIndex_512x384[Depth];
377 if(VDisplay == 480) ModeIndex = ModeIndex_640x480[Depth];
378 else if(VDisplay == 400) ModeIndex = ModeIndex_640x400[Depth];
381 if(VDisplay == 480) ModeIndex = ModeIndex_720x480[Depth];
382 else if(VDisplay == 576) ModeIndex
492 unsigned short ModeIndex = 0; local in function:SiS_GetModeID_LCD
740 unsigned short ModeIndex = 0; local in function:SiS_GetModeID_TV
[all...]
H A Dsis_driver.c13732 UShort ModeIndex = 0; local in function:SiS_CheckModeCRT2
13779 ModeIndex = SiS_GetModeID_LCD(pSiS->VGAEngine, VBFlags, mode->HDisplay, mode->VDisplay, i,
13787 ModeIndex = SiS_GetModeID_TV(pSiS->VGAEngine, VBFlags, mode->HDisplay, mode->VDisplay, i,
13800 ModeIndex = SiS_GetModeID_VGA2(pSiS->VGAEngine, VBFlags, mode->HDisplay, mode->VDisplay, i,
13806 ModeIndex = 0xfe;
13810 return(ModeIndex);
/xsrc/external/mit/xf86-video-xgi/dist/src/
H A Dinit.c81 USHORT ModeIndex = 0; local in function:XGI_GetModeID
87 ModeIndex = ModeIndex_320x200[Depth];
90 ModeIndex = ModeIndex_320x240[Depth];
94 if(VDisplay == 300) ModeIndex = ModeIndex_400x300[Depth];
97 if(VDisplay == 384) ModeIndex = ModeIndex_512x384[Depth];
100 if(VDisplay == 480) ModeIndex = ModeIndex_640x480[Depth];
101 else if(VDisplay == 400) ModeIndex = ModeIndex_640x400[Depth];
105 if(VDisplay == 480) ModeIndex = ModeIndex_720x480[Depth];
106 else if(VDisplay == 576) ModeIndex = ModeIndex_720x576[Depth];
111 if(VDisplay == 576) ModeIndex
[all...]

Completed in 16 milliseconds