Home
last modified time | relevance | path

Searched refs:LP_COUNT_GET (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_perf.h81 #define LP_COUNT_GET(counter) (lp_count.counter) macro
85 #define LP_COUNT_GET(counter) 0 macro
Dlp_setup_analysis.c127 ASSERTED int culled = LP_COUNT_GET(nr_culled_rects); in rect()
141 assert(culled == LP_COUNT_GET(nr_culled_rects)); in rect()