Searched refs:totalClocks (Results 1 - 6 of 6) sorted by relevance

/haiku-fatelf/src/add-ons/accelerants/3dfx/
H A Dmode.cpp306 uint32 totalClocks = (uint32)mode->timing.h_total local
308 uint32 lowClock = (totalClocks * 48L) / 1000L;
/haiku-fatelf/src/add-ons/accelerants/intel_810/
H A Dmode.cpp301 uint32 totalClocks = (uint32)mode->timing.h_total local
303 uint32 lowClock = (totalClocks * 48L) / 1000L;
/haiku-fatelf/src/add-ons/accelerants/radeon_hd/
H A Dmode.cpp292 uint32 totalClocks = (uint32)mode->timing.h_total local
294 uint32 low = (totalClocks * 48L) / 1000L;
/haiku-fatelf/src/add-ons/accelerants/ati/
H A Dmode.cpp392 uint32 totalClocks = (uint32)mode->timing.h_total * (uint32)mode->timing.v_total; local
393 uint32 lowClock = (totalClocks * 48L) / 1000L;
/haiku-fatelf/src/add-ons/accelerants/s3/
H A Dmode.cpp469 uint32 totalClocks = (uint32)mode->timing.h_total * (uint32)mode->timing.v_total; local
470 uint32 lowClock = (totalClocks * 48L) / 1000L;
/haiku-fatelf/src/add-ons/accelerants/intel_extreme/
H A Dmode.cpp1202 uint32 totalClocks = (uint32)mode->timing.h_total local
1204 uint32 low = (totalClocks * 48L) / 1000L;

Completed in 158 milliseconds