OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nr_shade_64
(Results
1 - 3
of
3
) sorted by null
/external/mesa3d/src/gallium/drivers/llvmpipe/
lp_perf.h
50
unsigned
nr_shade_64
;
member in struct:lp_counters
lp_perf.c
62
p6 = 100.0 * (float) lp_count.
nr_shade_64
/ (float) total_64;
68
debug_printf("llvmpipe: nr_shade_64x64: %9u (%3.0f%% of %u)\n", lp_count.
nr_shade_64
, p6, total_64);
69
debug_printf("llvmpipe: nr_pure_shade: %9u (%3.0f%% of %u)\n", lp_count.nr_pure_shade_64, 0.0, lp_count.
nr_shade_64
);
lp_setup_tri.c
220
LP_COUNT(
nr_shade_64
);
Completed in 26 milliseconds