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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_perf.h58 unsigned nr_non_empty_4; member in struct:lp_counters
H A Dlp_perf.c93 p4 = 100.0 * (float) lp_count.nr_non_empty_4 / (float) total_4;
99 debug_printf("llvmpipe: nr_non_empty_4x4: %9u (%3.0f%% of %u)\n", lp_count.nr_non_empty_4, p4, total_4);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_perf.h64 unsigned nr_non_empty_4; member in struct:lp_counters
H A Dlp_perf.c98 p4 = 100.0 * (float) lp_count.nr_non_empty_4 / (float) total_4;
104 debug_printf("llvmpipe: nr_non_empty_4x4: %9u (%3.0f%% of %u)\n", lp_count.nr_non_empty_4, p4, total_4);

Completed in 2 milliseconds