Searched refs:LP_COUNT_ADD (Results 1 - 9 of 9) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_perf.h | 74 #define LP_COUNT_ADD(counter, incr) lp_count.counter += (incr) macro 78 #define LP_COUNT_ADD(counter, incr) (void)(incr) macro
|
| H A D | lp_rast_tri_tmp.h | 131 LP_COUNT_ADD(nr_empty_4, util_bitcount(0xffff & ~(partial_mask | inmask))); 285 LP_COUNT_ADD(nr_empty_16, util_bitcount(0xffff & ~(partial_mask | inmask)));
|
| H A D | lp_state_setup.c | 815 LP_COUNT_ADD(llvm_compile_time, t1 - t0); 816 LP_COUNT_ADD(nr_llvm_compiles, 1);
|
| H A D | lp_state_fs.c | 3454 LP_COUNT_ADD(llvm_compile_time, dt); 3455 LP_COUNT_ADD(nr_llvm_compiles, 2); /* emit vs. omit in/out test */
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_perf.h | 80 #define LP_COUNT_ADD(counter, incr) lp_count.counter += (incr) macro 84 #define LP_COUNT_ADD(counter, incr) (void)(incr) macro
|
| H A D | lp_rast_tri_tmp.h | 152 LP_COUNT_ADD(nr_empty_4, util_bitcount(0xffff & ~(partial_mask | inmask))); 306 LP_COUNT_ADD(nr_empty_16, util_bitcount(0xffff & ~(partial_mask | inmask)));
|
| H A D | lp_state_setup.c | 749 LP_COUNT_ADD(llvm_compile_time, t1 - t0); 750 LP_COUNT_ADD(nr_llvm_compiles, 1);
|
| H A D | lp_state_cs.c | 886 LP_COUNT_ADD(llvm_compile_time, dt); 887 LP_COUNT_ADD(nr_llvm_compiles, 2); /* emit vs. omit in/out test */
|
| H A D | lp_state_fs.c | 4448 LP_COUNT_ADD(llvm_compile_time, dt); 4449 LP_COUNT_ADD(nr_llvm_compiles, 2); /* emit vs. omit in/out test */
|
Completed in 21 milliseconds