/external/chromium_org/third_party/mesa/src/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);
|
/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);
|