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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_perf.h 46 unsigned nr_fully_covered_64; member in struct:lp_counters
lp_perf.c 55 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);
lp_setup_tri.c 203 LP_COUNT(nr_fully_covered_64);
734 LP_COUNT(nr_fully_covered_64);
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_perf.h 46 unsigned nr_fully_covered_64; member in struct:lp_counters
lp_perf.c 55 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);
lp_setup_tri.c 203 LP_COUNT(nr_fully_covered_64);
734 LP_COUNT(nr_fully_covered_64);

Completed in 89 milliseconds