Searched defs:LP_COUNT_ADD (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/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 |
Completed in 2 milliseconds