Searched refs:active_percent (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/
H A Dxf86Modes.c113 float a_active, a_total, active_percent, pixels_per_second; local in function:xf86ModeBandwidth
121 active_percent = a_active / a_total;
122 pixels_per_second = active_percent * mode->Clock * 1000.0;
/xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/
H A Dxf86Modes.c110 float a_active, a_total, active_percent, pixels_per_second; local in function:xf86ModeBandwidth
118 active_percent = a_active / a_total;
119 pixels_per_second = active_percent * mode->Clock * 1000.0;
/xsrc/external/mit/xf86-video-mga/dist/src/
H A Dmga_driver.c3859 float a_active, a_total, active_percent, pixels_per_second; local in function:xf86ModeBandwidth
3867 active_percent = a_active / a_total;
3868 pixels_per_second = active_percent * mode->Clock * 1000.0;
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_driver.c6041 float a_active, a_total, active_percent, pixels_per_second; local in function:xf86ModeBandwidth
6049 active_percent = a_active / a_total;
6050 pixels_per_second = active_percent * mode->Clock * 1000.0;

Completed in 13 milliseconds