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

/xsrc/external/mit/xf86-video-ati/dist/src/
H A Datombios_crtc.c1202 float fill_rate; local in function:RADEONInitDispBandwidthAVIVO
1415 fill_rate = sclkfreq / (d1_fill_rate_coeff + d2_fill_rate_coeff);
1430 fill_rate = sclk / (d1_fill_rate_coeff + d2_fill_rate_coeff);
1433 fill_rate = 1 / fill_rate;
1464 fill_rate = sclkfreq / dxbpp / num_line_pair;
1466 fill_rate = sclkfreq / num_line_pair;
1471 fill_rate = sclk / dxbpp / num_line_pair;
1473 fill_rate = sclk / num_line_pair;
1476 fill_rate
[all...]

Completed in 4 milliseconds