HomeSort by relevance Sort by last modified time
    Searched defs:lp_count (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_perf.c 34 struct lp_counters lp_count; variable in typeref:struct:lp_counters
40 memset(&lp_count, 0, sizeof(lp_count));
51 debug_printf("llvmpipe: nr_triangles: %9u\n", lp_count.nr_tris);
52 debug_printf("llvmpipe: nr_culled_triangles: %9u\n", lp_count.nr_culled_tris);
54 total_64 = (lp_count.nr_empty_64 +
55 lp_count.nr_fully_covered_64 +
56 lp_count.nr_partially_covered_64);
58 p1 = 100.0 * (float) lp_count.nr_empty_64 / (float) total_64;
59 p2 = 100.0 * (float) lp_count.nr_fully_covered_64 / (float) total_64
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_perf.c 34 struct lp_counters lp_count; variable in typeref:struct:lp_counters
40 memset(&lp_count, 0, sizeof(lp_count));
51 debug_printf("llvmpipe: nr_triangles: %9u\n", lp_count.nr_tris);
52 debug_printf("llvmpipe: nr_culled_triangles: %9u\n", lp_count.nr_culled_tris);
54 total_64 = (lp_count.nr_empty_64 +
55 lp_count.nr_fully_covered_64 +
56 lp_count.nr_partially_covered_64);
58 p1 = 100.0 * (float) lp_count.nr_empty_64 / (float) total_64;
59 p2 = 100.0 * (float) lp_count.nr_fully_covered_64 / (float) total_64
    [all...]

Completed in 3606 milliseconds