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

/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dr200_sanity.c616 static int total, total_changed, bufs; variable
827 total_changed++;
855 total_changed++;
887 total_changed++;
926 total_changed += 4;
1316 if (VERBOSE && total_changed) {
1318 total_changed = 0;
1439 total, total_changed,
1440 ((float)total_changed/(float)total*100.0));
1444 (float)total_changed/(floa
[all...]
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_sanity.c338 static int total, total_changed, bufs; variable
549 total_changed++;
577 total_changed++;
609 total_changed++;
648 total_changed += 4;
949 if (VERBOSE && total_changed) {
951 total_changed = 0;
953 else fprintf(stderr, "total_changed zero\n");
1065 total, total_changed,
1066 ((float)total_changed/(floa
[all...]

Completed in 133 milliseconds