Searched refs:nr_fully_covered_64 (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_perf.h46 unsigned nr_fully_covered_64; member in struct:lp_counters
H A Dlp_perf.c55 lp_count.nr_fully_covered_64 +
59 p2 = 100.0 * (float) lp_count.nr_fully_covered_64 / (float) 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);
H A Dlp_setup_tri.c221 LP_COUNT(nr_fully_covered_64);
949 LP_COUNT(nr_fully_covered_64);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_perf.h48 unsigned nr_fully_covered_64; member in struct:lp_counters
H A Dlp_perf.c57 lp_count.nr_fully_covered_64 +
61 p2 = 100.0 * (float) lp_count.nr_fully_covered_64 / (float) 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);
H A Dlp_setup_rect.c100 LP_COUNT(nr_fully_covered_64);
H A Dlp_setup_tri.c979 LP_COUNT(nr_fully_covered_64);

Completed in 9 milliseconds