Searched refs:nr_empty_64 (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_perf.h45 unsigned nr_empty_64; member in struct:lp_counters
H A Dlp_perf.c54 total_64 = (lp_count.nr_empty_64 +
58 p1 = 100.0 * (float) lp_count.nr_empty_64 / (float) total_64;
71 debug_printf("llvmpipe: nr_empty_64x64: %9u (%3.0f%% of %u)\n", lp_count.nr_empty_64, p1, total_64);
H A Dlp_setup_tri.c928 LP_COUNT(nr_empty_64);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_perf.h47 unsigned nr_empty_64; member in struct:lp_counters
H A Dlp_perf.c56 total_64 = (lp_count.nr_empty_64 +
60 p1 = 100.0 * (float) lp_count.nr_empty_64 / (float) total_64;
76 debug_printf("llvmpipe: nr_empty_64x64: %9u (%3.0f%% of %u)\n", lp_count.nr_empty_64, p1, total_64);
H A Dlp_setup_tri.c957 LP_COUNT(nr_empty_64);

Completed in 8 milliseconds