Searched refs:loV (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xf86-video-xgi/dist/src/
H A Dxgi_driver.c1987 if (range->loV > establish_timing[j].VRefresh) {
1988 range->loV = establish_timing[j].VRefresh;
1999 range->loH, range->loV, range->hiH, range->hiV));
2021 if (range->loV > establish_timing[j].VRefresh) {
2022 range->loV = establish_timing[j].VRefresh;
2032 range->loH, range->loV, range->hiH, range->hiV));
2049 if (range->loV > VF)
2050 range->loV = VF;
2061 range->loH, range->loV, range->hiH, range->hiV));
2074 if (range->loV > prange
[all...]
H A Dxgi.h599 float loH,hiH,loV,hiV ; member in struct:MonitorRange

Completed in 12 milliseconds