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

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_perf.c48 unsigned total_64, total_16, total_4; local
73 total_16 = (lp_count.nr_empty_16 +
77 p1 = 100.0 * (float) lp_count.nr_empty_16 / (float) total_16;
78 p2 = 100.0 * (float) lp_count.nr_fully_covered_16 / (float) total_16;
79 p3 = 100.0 * (float) lp_count.nr_partially_covered_16 / (float) total_16;
81 debug_printf("llvmpipe: nr_16x16: %9u\n", total_16);
82 debug_printf("llvmpipe: nr_fully_covered_16x16: %9u (%3.0f%% of %u)\n", lp_count.nr_fully_covered_16, p2, total_16);
83 debug_printf("llvmpipe: nr_partially_covered_16x16: %9u (%3.0f%% of %u)\n", lp_count.nr_partially_covered_16, p3, total_16);
84 debug_printf("llvmpipe: nr_empty_16x16: %9u (%3.0f%% of %u)\n", lp_count.nr_empty_16, p1, total_16);
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_perf.c48 unsigned total_64, total_16, total_4; local
73 total_16 = (lp_count.nr_empty_16 +
77 p1 = 100.0 * (float) lp_count.nr_empty_16 / (float) total_16;
78 p2 = 100.0 * (float) lp_count.nr_fully_covered_16 / (float) total_16;
79 p3 = 100.0 * (float) lp_count.nr_partially_covered_16 / (float) total_16;
81 debug_printf("llvmpipe: nr_16x16: %9u\n", total_16);
82 debug_printf("llvmpipe: nr_fully_covered_16x16: %9u (%3.0f%% of %u)\n", lp_count.nr_fully_covered_16, p2, total_16);
83 debug_printf("llvmpipe: nr_partially_covered_16x16: %9u (%3.0f%% of %u)\n", lp_count.nr_partially_covered_16, p3, total_16);
84 debug_printf("llvmpipe: nr_empty_16x16: %9u (%3.0f%% of %u)\n", lp_count.nr_empty_16, p1, total_16);

Completed in 107 milliseconds