Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_sanity.c340 static int total, total_changed, bufs; variable
552 total_changed++; in radeon_emit_packets()
580 total_changed++; in radeon_emit_scalars()
612 total_changed++; in radeon_emit_scalars2()
651 total_changed += 4; in radeon_emit_vectors()
952 if (VERBOSE && total_changed) { in radeon_emit_packet3_cliprect()
954 total_changed = 0; in radeon_emit_packet3_cliprect()
1068 total, total_changed, in radeonSanityCmdBuffer()
1069 ((float)total_changed/(float)total*100.0)); in radeonSanityCmdBuffer()
1073 (float)total_changed/(float)bufs); in radeonSanityCmdBuffer()
[all …]
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_sanity.c618 static int total, total_changed, bufs; variable
830 total_changed++; in radeon_emit_packets()
858 total_changed++; in radeon_emit_scalars()
890 total_changed++; in radeon_emit_scalars2()
929 total_changed += 4; in radeon_emit_vectors()
1319 if (VERBOSE && total_changed) { in radeon_emit_packet3_cliprect()
1321 total_changed = 0; in radeon_emit_packet3_cliprect()
1442 total, total_changed, in r200SanityCmdBuffer()
1443 ((float)total_changed/(float)total*100.0)); in r200SanityCmdBuffer()
1447 (float)total_changed/(float)bufs); in r200SanityCmdBuffer()
[all …]