OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nr_non_empty_4
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/gallium/drivers/llvmpipe/
lp_perf.h
58
unsigned
nr_non_empty_4
;
member in struct:lp_counters
lp_perf.c
93
p4 = 100.0 * (float) lp_count.
nr_non_empty_4
/ (float) total_4;
99
debug_printf("llvmpipe: nr_non_empty_4x4: %9u (%3.0f%% of %u)\n", lp_count.
nr_non_empty_4
, p4, total_4);
Completed in 1191 milliseconds