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

/haiku/src/add-ons/accelerants/3dfx/
H A Dmode.cpp306 uint32 totalClocks = (uint32)mode->timing.h_total local
308 uint32 lowClock = (totalClocks * 48L) / 1000L;
/haiku/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/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/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/src/add-ons/accelerants/radeon_hd/
H A Dmode.cpp305 uint32 totalClocks = (uint32)mode->timing.h_total local
307 uint32 low = (totalClocks * 48L) / 1000L;
/haiku/src/add-ons/accelerants/intel_extreme/
H A Dmode.cpp750 uint32 totalClocks = (uint32)mode->timing.h_total local
752 uint32 low = (totalClocks * 48L) / 1000L;

Completed in 56 milliseconds