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

  /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...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-s390.c 854 static int lp_count = 0; variable
1016 sprintf (tmp_name, ".L\001%i", lp_count);
1021 sprintf (tmp_name, ".L\001%i\002%i", lp_count, lpe_count);
    [all...]

Completed in 585 milliseconds