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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_perf.h 45 unsigned nr_empty_64; member in struct:lp_counters
lp_perf.c 54 total_64 = (lp_count.nr_empty_64 +
58 p1 = 100.0 * (float) lp_count.nr_empty_64 / (float) total_64;
71 debug_printf("llvmpipe: nr_empty_64x64: %9u (%3.0f%% of %u)\n", lp_count.nr_empty_64, p1, total_64);
lp_setup_tri.c 715 LP_COUNT(nr_empty_64);
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_perf.h 45 unsigned nr_empty_64; member in struct:lp_counters
lp_perf.c 54 total_64 = (lp_count.nr_empty_64 +
58 p1 = 100.0 * (float) lp_count.nr_empty_64 / (float) total_64;
71 debug_printf("llvmpipe: nr_empty_64x64: %9u (%3.0f%% of %u)\n", lp_count.nr_empty_64, p1, total_64);
lp_setup_tri.c 715 LP_COUNT(nr_empty_64);

Completed in 82 milliseconds