OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LP_COUNT
(Results
1 - 6
of
6
) sorted by null
/external/mesa3d/src/gallium/drivers/llvmpipe/
lp_perf.h
68
extern struct lp_counters
lp_count
;
73
#define
LP_COUNT
(counter)
lp_count
.counter++
74
#define LP_COUNT_ADD(counter, incr)
lp_count
.counter += (incr)
75
#define LP_COUNT_GET(counter) (
lp_count
.counter)
77
#define
LP_COUNT
(counter)
lp_rast_tri_tmp.h
123
LP_COUNT
(nr_partially_covered_4);
144
LP_COUNT
(nr_fully_covered_4);
231
LP_COUNT
(nr_partially_covered_16);
246
LP_COUNT
(nr_fully_covered_16);
lp_setup_tri.c
203
LP_COUNT
(nr_fully_covered_64);
214
LP_COUNT
(nr_shade_opaque_64);
220
LP_COUNT
(nr_shade_64);
284
LP_COUNT
(nr_culled_tris);
290
LP_COUNT
(nr_culled_tris);
317
LP_COUNT
(nr_tris);
715
LP_COUNT
(nr_empty_64);
730
LP_COUNT
(nr_partially_covered_64);
734
LP_COUNT
(nr_fully_covered_64);
lp_setup_line.c
328
LP_COUNT
(nr_culled_tris);
536
LP_COUNT
(nr_tris);
562
LP_COUNT
(nr_culled_tris);
568
LP_COUNT
(nr_culled_tris);
lp_rast.c
199
LP_COUNT
(nr_color_tile_clear);
675
LP_COUNT
(nr_pure_shade_opaque_64);
677
LP_COUNT
(nr_pure_shade_64);
lp_setup_point.c
351
LP_COUNT
(nr_culled_tris);
Completed in 1416 milliseconds