HomeSort by relevance Sort by last modified time
    Searched refs:lp_count (Results 1 - 24 of 24) 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...]
lp_perf.h 68 extern struct lp_counters lp_count;
73 #define LP_COUNT(counter) lp_count.counter++
74 #define LP_COUNT_ADD(counter, incr) lp_count.counter += (incr)
75 #define LP_COUNT_GET(counter) (lp_count.counter)
77 #define LP_COUNT(counter)
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arc/
add.d 12 c: 00 f8 1d 47 471df800 add r56,r59,lp_count
56 b8: 09 00 9e 47 479e0009 add.gt lp_count,lp_count,r0
and.d 12 c: 00 f8 1d 67 671df800 and r56,r59,lp_count
56 b8: 09 00 9e 67 679e0009 and.gt lp_count,lp_count,r0
bic.d 12 c: 00 f8 1d 77 771df800 bic r56,r59,lp_count
56 b8: 09 00 9e 77 779e0009 bic.gt lp_count,lp_count,r0
math.d 12 0000000c @IC+7@5df800 @OC@ r58,r59,lp_count
58 000000f0 @IC+7@9e0009 @OC@.gt lp_count,lp_count,r0
sub.d 12 c: 00 f8 1d 57 571df800 sub r56,r59,lp_count
56 b8: 09 00 9e 57 579e0009 sub.gt lp_count,lp_count,r0
asl.d 50 a0: 09 78 9e 47 479e7809 asl.gt lp_count,lp_count
mov.d 50 a0: 09 78 9e 67 679e7809 mov.gt lp_count,lp_count
adc.d 12 c: 00 f8 1d 4f 4f1df800 adc r56,r59,lp_count
56 b8: 09 00 9e 4f 4f9e0009 adc.gt lp_count,lp_count,r0
or.d 12 c: 00 f8 1d 6f 6f1df800 or r56,r59,lp_count
56 b8: 09 00 9e 6f 6f9e0009 or.gt lp_count,lp_count,r0
sbc.d 12 c: 00 f8 1d 5f 5f1df800 sbc r56,r59,lp_count
56 b8: 09 00 9e 5f 5f9e0009 sbc.gt lp_count,lp_count,r0
xor.d 12 c: 00 f8 1d 7f 7f1df800 xor r56,r59,lp_count
56 b8: 09 00 9e 7f 7f9e0009 xor.gt lp_count,lp_count,r0
alias.d 48 000000b8 @IC+7@9e7809 @OC@.gt lp_count,lp_count
rlc.d 50 a0: 09 78 9e 4f 4f9e7809 rlc.gt lp_count,lp_count
adc.s 6 adc r56,r59,lp_count
add.s 6 add r56,r59,lp_count
and.s 6 and r56,r59,lp_count
bic.s 6 bic r56,r59,lp_count
or.s 6 or r56,r59,lp_count
sbc.s 6 sbc r56,r59,lp_count
sub.s 6 sub r56,r59,lp_count
xor.s 6 xor r56,r59,lp_count
  /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 283 milliseconds