HomeSort by relevance Sort by last modified time
    Searched refs:nr_fully_covered_16 (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_perf.h 53 unsigned nr_fully_covered_16; member in struct:lp_counters
lp_perf.c 74 lp_count.nr_fully_covered_16 +
78 p2 = 100.0 * (float) lp_count.nr_fully_covered_16 / (float) 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);
lp_rast_tri_tmp.h 246 LP_COUNT(nr_fully_covered_16);

Completed in 25 milliseconds