OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:VScan
(Results
1 - 4
of
4
) sorted by relevancy
/xsrc/external/mit/xf86-video-mach64/dist/src/
ativalid.c
49
int HBlankWidth, HAdjust,
VScan
, VInterlace;
77
if (pMode->
VScan
<= 1)
78
VScan
= 1;
80
VScan
= pMode->
VScan
;
83
VScan
<<= 1;
157
((((pMode->_y - pATI->LCDVertical) * VInterlace) /
VScan
) + \
173
if (
VScan
> 2)
atimach64.c
605
int
VScan
;
610
pMode->
VScan
= 0;
616
VScan
= pATI->LCDVertical / pMode->VDisplay;
617
if (
VScan
> 1)
619
VScan
= 2;
628
ATIDivide(pATI->LCDVSyncStart,
VScan
, 0, 0);
630
ATIDivide(pATI->LCDVSyncWidth,
VScan
, 0, 1);
632
ATIDivide(pATI->LCDVBlankWidth,
VScan
, 0, 0);
671
((pMode->Flags & V_DBLSCAN) || (pMode->
VScan
> 1)))
802
if ((pMode->Flags & V_DBLSCAN) || (pMode->
VScan
> 1)
[
all
...]
/xsrc/external/mit/xorg-server/dist/include/
displaymode.h
34
MODE_BAD_VSCAN, /*
VScan
value out of range */
74
int
VScan
;
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
xf86str.h
113
MODE_BAD_VSCAN, /*
VScan
value out of range */
167
int
VScan
;
Completed in 10 milliseconds
Indexes created Fri Jul 03 00:25:33 UTC 2026