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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_perf.c48 unsigned total_64, total_16, total_4; local in function:lp_print_counters
54 total_64 = (lp_count.nr_empty_64 +
58 p1 = 100.0 * (float) lp_count.nr_empty_64 / (float) total_64;
59 p2 = 100.0 * (float) lp_count.nr_fully_covered_64 / (float) total_64;
60 p3 = 100.0 * (float) lp_count.nr_partially_covered_64 / (float) total_64;
61 p5 = 100.0 * (float) lp_count.nr_shade_opaque_64 / (float) total_64;
62 p6 = 100.0 * (float) lp_count.nr_shade_64 / (float) total_64;
64 debug_printf("llvmpipe: nr_64x64: %9u\n", total_64);
65 debug_printf("llvmpipe: nr_fully_covered_64x64: %9u (%3.0f%% of %u)\n", lp_count.nr_fully_covered_64, p2, total_64);
66 debug_printf("llvmpipe: nr_shade_opaque_64x64: %9u (%3.0f%% of %u)\n", lp_count.nr_shade_opaque_64, p5, total_64);
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_perf.c48 unsigned total_64, total_16, total_4; local in function:lp_print_counters
56 total_64 = (lp_count.nr_empty_64 +
60 p1 = 100.0 * (float) lp_count.nr_empty_64 / (float) total_64;
61 p2 = 100.0 * (float) lp_count.nr_fully_covered_64 / (float) total_64;
62 p3 = 100.0 * (float) lp_count.nr_partially_covered_64 / (float) total_64;
63 p4 = 100.0 * (float) lp_count.nr_blit_64 / (float) total_64;
64 p5 = 100.0 * (float) lp_count.nr_shade_opaque_64 / (float) total_64;
65 p6 = 100.0 * (float) lp_count.nr_shade_64 / (float) total_64;
67 debug_printf("llvmpipe: nr_64x64: %9u\n", total_64);
68 debug_printf("llvmpipe: nr_fully_covered_64x64: %9u (%3.0f%% of %u)\n", lp_count.nr_fully_covered_64, p2, total_64);
[all...]

Completed in 2 milliseconds