Searched refs:total_16 (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_perf.c | 48 unsigned total_64, total_16, total_4; local in function:lp_print_counters 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);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_perf.c | 48 unsigned total_64, total_16, total_4; local in function:lp_print_counters 78 total_16 = (lp_count.nr_empty_16 + 82 p1 = 100.0 * (float) lp_count.nr_empty_16 / (float) total_16; 83 p2 = 100.0 * (float) lp_count.nr_fully_covered_16 / (float) total_16; 84 p3 = 100.0 * (float) lp_count.nr_partially_covered_16 / (float) total_16; 86 debug_printf("llvmpipe: nr_16x16: %9u\n", total_16); 87 debug_printf("llvmpipe: nr_fully_covered_16x16: %9u (%3.0f%% of %u)\n", lp_count.nr_fully_covered_16, p2, total_16); 88 debug_printf("llvmpipe: nr_partially_covered_16x16: %9u (%3.0f%% of %u)\n", lp_count.nr_partially_covered_16, p3, total_16); 89 debug_printf("llvmpipe: nr_empty_16x16: %9u (%3.0f%% of %u)\n", lp_count.nr_empty_16, p1, total_16);
|
Completed in 2 milliseconds