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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_rast_debug.c351 static uint64_t _possible = 0; local in function:lp_debug_draw_bins_by_coverage
397 _possible += possible;
403 _possible,
404 (double) _total * 100.0 / (double)_possible);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_rast_debug.c486 static uint64_t _possible = 0; local in function:lp_debug_draw_bins_by_coverage
532 _possible += possible;
538 _possible,
539 (double) _total * 100.0 / (double)_possible);

Completed in 3 milliseconds