HomeSort by relevance Sort by last modified time
    Searched refs:LP_COUNT_ADD (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_perf.h 74 #define LP_COUNT_ADD(counter, incr) lp_count.counter += (incr)
78 #define LP_COUNT_ADD(counter, incr) (void)(incr)
lp_rast_tri_tmp.h 109 LP_COUNT_ADD(nr_empty_4, util_bitcount(0xffff & ~(partial_mask | inmask)));
212 LP_COUNT_ADD(nr_empty_16, util_bitcount(0xffff & ~(partial_mask | inmask)));
lp_state_setup.c 772 LP_COUNT_ADD(llvm_compile_time, t1 - t0);
773 LP_COUNT_ADD(nr_llvm_compiles, 1);
lp_state_fs.c     [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_perf.h 74 #define LP_COUNT_ADD(counter, incr) lp_count.counter += (incr)
78 #define LP_COUNT_ADD(counter, incr) (void)(incr)
lp_rast_tri_tmp.h 109 LP_COUNT_ADD(nr_empty_4, util_bitcount(0xffff & ~(partial_mask | inmask)));
212 LP_COUNT_ADD(nr_empty_16, util_bitcount(0xffff & ~(partial_mask | inmask)));
lp_state_setup.c 772 LP_COUNT_ADD(llvm_compile_time, t1 - t0);
773 LP_COUNT_ADD(nr_llvm_compiles, 1);
lp_state_fs.c     [all...]

Completed in 43 milliseconds