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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_perf.h 56 unsigned nr_fully_covered_4; member in struct:lp_counters
lp_perf.c 87 lp_count.nr_fully_covered_4 +
91 p2 = 100.0 * (float) lp_count.nr_fully_covered_4 / (float) total_4;
96 debug_printf("llvmpipe: nr_fully_covered_4x4: %9u (%3.0f%% of %u)\n", lp_count.nr_fully_covered_4, p2, total_4);
lp_rast_tri_tmp.h 144 LP_COUNT(nr_fully_covered_4);
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_perf.h 56 unsigned nr_fully_covered_4; member in struct:lp_counters
lp_perf.c 87 lp_count.nr_fully_covered_4 +
91 p2 = 100.0 * (float) lp_count.nr_fully_covered_4 / (float) total_4;
96 debug_printf("llvmpipe: nr_fully_covered_4x4: %9u (%3.0f%% of %u)\n", lp_count.nr_fully_covered_4, p2, total_4);
lp_rast_tri_tmp.h 144 LP_COUNT(nr_fully_covered_4);

Completed in 598 milliseconds