Searched refs:nr_shade_64 (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_perf.h50 unsigned nr_shade_64; member in struct:lp_counters
H A Dlp_perf.c62 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);
H A Dlp_setup_tri.c250 LP_COUNT(nr_shade_64);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_perf.h54 unsigned nr_shade_64; member in struct:lp_counters
H A Dlp_perf.c65 p6 = 100.0 * (float) lp_count.nr_shade_64 / (float) total_64;
73 debug_printf("llvmpipe: nr_shade_64x64: %9u (%3.0f%% of %u)\n", lp_count.nr_shade_64, p6, total_64);
74 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);
H A Dlp_setup_rect.c139 LP_COUNT(nr_shade_64);

Completed in 14 milliseconds