Searched refs:a_total (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/ |
| H A D | xf86Modes.c | 113 float a_active, a_total, active_percent, pixels_per_second; local in function:xf86ModeBandwidth 120 a_total = mode->HTotal * mode->VTotal; 121 active_percent = a_active / a_total;
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/ |
| H A D | xf86Modes.c | 110 float a_active, a_total, active_percent, pixels_per_second; local in function:xf86ModeBandwidth 117 a_total = mode->HTotal * mode->VTotal; 118 active_percent = a_active / a_total;
|
| /xsrc/external/mit/xf86-video-mga/dist/src/ |
| H A D | mga_driver.c | 3859 float a_active, a_total, active_percent, pixels_per_second; local in function:xf86ModeBandwidth 3866 a_total = mode->HTotal * mode->VTotal; 3867 active_percent = a_active / a_total;
|
| /xsrc/external/mit/xf86-video-ati/dist/src/ |
| H A D | radeon_driver.c | 6041 float a_active, a_total, active_percent, pixels_per_second; local in function:xf86ModeBandwidth 6048 a_total = mode->HTotal * mode->VTotal; 6049 active_percent = a_active / a_total;
|
Completed in 14 milliseconds