Searched refs:pixels_per_second (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 122 pixels_per_second = active_percent * mode->Clock * 1000.0; 124 return (unsigned int)(pixels_per_second * bytes_per_pixel / (1024 * 1024));
|
| /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 119 pixels_per_second = active_percent * mode->Clock * 1000.0; 121 return (unsigned int) (pixels_per_second * bytes_per_pixel / (1024 * 1024));
|
| /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 3868 pixels_per_second = active_percent * mode->Clock * 1000.0; 3870 return (unsigned int)(pixels_per_second * bytes_per_pixel / (1024 * 1024));
|
| /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 6050 pixels_per_second = active_percent * mode->Clock * 1000.0; 6052 return (unsigned int)(pixels_per_second * bytes_per_pixel / (1024 * 1024));
|
Completed in 13 milliseconds