HomeSort by relevance Sort by last modified time
    Searched full:total_4 (Results 1 - 1 of 1) sorted by null

  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_perf.c 48 unsigned total_64, total_16, total_4; local
86 total_4 = (lp_count.nr_empty_4 +
90 p1 = 100.0 * (float) lp_count.nr_empty_4 / (float) total_4;
91 p2 = 100.0 * (float) lp_count.nr_fully_covered_4 / (float) total_4;
92 p3 = 100.0 * (float) lp_count.nr_partially_covered_4 / (float) total_4;
93 p4 = 100.0 * (float) lp_count.nr_non_empty_4 / (float) total_4;
95 debug_printf("llvmpipe: nr_tri_4x4: %9u\n", total_4);
96 debug_printf("llvmpipe: nr_fully_covered_4x4: %9u (%3.0f%% of %u)\n", lp_count.nr_fully_covered_4, p2, total_4);
97 debug_printf("llvmpipe: nr_partially_covered_4x4: %9u (%3.0f%% of %u)\n", lp_count.nr_partially_covered_4, p3, total_4);
98 debug_printf("llvmpipe: nr_empty_4x4: %9u (%3.0f%% of %u)\n", lp_count.nr_empty_4, p1, total_4);
    [all...]

Completed in 54 milliseconds