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 Dlp_perf.h74 #define LP_COUNT_ADD(counter, incr) lp_count.counter += (incr) macro
78 #define LP_COUNT_ADD(counter, incr) (void)(incr) macro
H A Dlp_rast_tri_tmp.h131 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 Dlp_state_setup.c815 LP_COUNT_ADD(llvm_compile_time, t1 - t0);
816 LP_COUNT_ADD(nr_llvm_compiles, 1);
H A Dlp_state_fs.c3454 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 Dlp_perf.h80 #define LP_COUNT_ADD(counter, incr) lp_count.counter += (incr) macro
84 #define LP_COUNT_ADD(counter, incr) (void)(incr) macro
H A Dlp_rast_tri_tmp.h152 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 Dlp_state_setup.c749 LP_COUNT_ADD(llvm_compile_time, t1 - t0);
750 LP_COUNT_ADD(nr_llvm_compiles, 1);
H A Dlp_state_cs.c886 LP_COUNT_ADD(llvm_compile_time, dt);
887 LP_COUNT_ADD(nr_llvm_compiles, 2); /* emit vs. omit in/out test */
H A Dlp_state_fs.c4448 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