OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nr_partially_covered_16
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_perf.h
54
unsigned
nr_partially_covered_16
;
member in struct:lp_counters
lp_perf.c
75
lp_count.
nr_partially_covered_16
);
79
p3 = 100.0 * (float) lp_count.
nr_partially_covered_16
/ (float) total_16;
83
debug_printf("llvmpipe: nr_partially_covered_16x16: %9u (%3.0f%% of %u)\n", lp_count.
nr_partially_covered_16
, p3, total_16);
lp_rast_tri_tmp.h
231
LP_COUNT(
nr_partially_covered_16
);
/external/mesa3d/src/gallium/drivers/llvmpipe/
lp_perf.h
54
unsigned
nr_partially_covered_16
;
member in struct:lp_counters
lp_perf.c
75
lp_count.
nr_partially_covered_16
);
79
p3 = 100.0 * (float) lp_count.
nr_partially_covered_16
/ (float) total_16;
83
debug_printf("llvmpipe: nr_partially_covered_16x16: %9u (%3.0f%% of %u)\n", lp_count.
nr_partially_covered_16
, p3, total_16);
lp_rast_tri_tmp.h
231
LP_COUNT(
nr_partially_covered_16
);
Completed in 83 milliseconds