Searched refs:nr_rect_fully_covered_4 (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_perf.h62 unsigned nr_rect_fully_covered_4; member in struct:lp_counters
H A Dlp_perf.c107 lp_count.nr_rect_fully_covered_4);
110 p2 = 100.0 * (float) lp_count.nr_rect_fully_covered_4 / (float) total_4;
113 debug_printf("llvmpipe: nr_rect_full_4x4: %9u (%3.0f%% of %u)\n", lp_count.nr_rect_fully_covered_4, p1, total_4);
H A Dlp_rast_rect.c92 LP_COUNT(nr_rect_fully_covered_4);

Completed in 11 milliseconds