Searched refs:colordepth (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/xf86-video-xgi/dist/src/ |
| H A D | init.c | 485 USHORT xres, temp, colordepth, infoflag; local in function:XGI_New_GetOffset 490 colordepth = XGI_GetColorDepth(ModeNo, ModeIdIndex, XGI_Pr); 494 temp *= colordepth; 496 colordepth >>= 1; 497 temp += colordepth;
|
| H A D | vb_setmode.c | 5141 colordepth, local in function:XGI_GetOffset 5160 colordepth = XGI_GetColorDepth(ModeNo, ModeIdIndex, pVBInfo); 5166 colordepth = ColorDepth[ temp ] ; 5172 return( temp * colordepth ) ; 5175 return( temp * colordepth ) ; 5179 return (temp * colordepth + (colordepth >> 1)); 5182 return (temp * colordepth); */ 7962 colordepth , local in function:XGI_XG21CheckLVDSMode 8011 colordepth 8051 colordepth , local in function:XGI_SetXG21LVDSPara 8236 colordepth , local in function:XGI_SetXG27LVDSPara [all...] |
| /xsrc/external/mit/xf86-video-sis/dist/src/ |
| H A D | init.c | 1815 unsigned short xres, temp, colordepth, infoflag; local in function:SiS_GetOffset 1825 colordepth = SiS_GetColorDepth(SiS_Pr, ModeNo, ModeIdIndex); 1829 temp *= colordepth; 1830 if(xres % 16) temp += (colordepth >> 1); 2277 unsigned short colordepth, unsigned short key) 2280 unsigned int longtemp = VCLK * colordepth; 2297 unsigned short colordepth, unsigned short MCLK) 2301 temp2 = SiS_DoCalcDelay(SiS_Pr, MCLK, VCLK, colordepth, 0); 2302 temp1 = SiS_DoCalcDelay(SiS_Pr, MCLK, VCLK, colordepth, 1); 2327 /* Get half colordepth */ 2276 SiS_DoCalcDelay(struct SiS_Private * SiS_Pr,unsigned short MCLK,unsigned short VCLK,unsigned short colordepth,unsigned short key) argument 2296 SiS_CalcDelay(struct SiS_Private * SiS_Pr,unsigned short VCLK,unsigned short colordepth,unsigned short MCLK) argument [all...] |
Completed in 15 milliseconds