OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nr_empty_4
(Results
1 - 3
of
3
) sorted by null
/external/mesa3d/src/gallium/drivers/llvmpipe/
lp_perf.h
55
unsigned
nr_empty_4
;
member in struct:lp_counters
lp_perf.c
86
total_4 = (lp_count.
nr_empty_4
+
90
p1 = 100.0 * (float) lp_count.
nr_empty_4
/ (float) total_4;
98
debug_printf("llvmpipe: nr_empty_4x4: %9u (%3.0f%% of %u)\n", lp_count.
nr_empty_4
, p1, total_4);
lp_rast_tri_tmp.h
109
LP_COUNT_ADD(
nr_empty_4
, util_bitcount(0xffff & ~(partial_mask | inmask)));
Completed in 178 milliseconds