Test that GL_PRIMITIVES_SUBMITTED queries don't include extra prims.
Drivers may generate additional primitives for staging buffer blits, clears, and so on. These should not be counted by the pipeline statistics queries.
Based on Ben Widawsky's pipeline_stats_extra_vert_adj.c test.