Searched refs:_total (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_rast_debug.c350 static uint64_t _total = 0; local in function:lp_debug_draw_bins_by_coverage
396 _total += total;
402 _total,
404 (double) _total * 100.0 / (double)_possible);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_rast_debug.c485 static uint64_t _total = 0; local in function:lp_debug_draw_bins_by_coverage
531 _total += total;
537 _total,
539 (double) _total * 100.0 / (double)_possible);

Completed in 3 milliseconds