Home
last modified time | relevance | path

Searched refs:LP_COUNT_ADD (Results 1 - 5 of 5) sorted by relevance

/third_party/mesa3d/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.h149 LP_COUNT_ADD(nr_empty_4, util_bitcount(0xffff & ~(partial_mask | inmask))); in do_block_16()
306 LP_COUNT_ADD(nr_empty_16, util_bitcount(0xffff & ~(partial_mask | inmask))); in lp_rast_triangle()
H A Dlp_state_setup.c737 LP_COUNT_ADD(llvm_compile_time, t1 - t0); in generate_setup_variant()
738 LP_COUNT_ADD(nr_llvm_compiles, 1); in generate_setup_variant()
H A Dlp_state_cs.c910 LP_COUNT_ADD(llvm_compile_time, dt); in llvmpipe_update_cs()
911 LP_COUNT_ADD(nr_llvm_compiles, 2); /* emit vs. omit in/out test */ in llvmpipe_update_cs()
H A Dlp_state_fs.c4598 LP_COUNT_ADD(llvm_compile_time, dt); in llvmpipe_update_fs()
4599 LP_COUNT_ADD(nr_llvm_compiles, 2); /* emit vs. omit in/out test */ in llvmpipe_update_fs()

Completed in 20 milliseconds