@@ -4722,13 +4722,10 @@ with profile.group_manager(
with profile.group_manager(
PiglitGLTest,
grouptools.join('spec', 'arb_texture_barrier')) as g:
- for resolution in ['32', '512']:
- for blend_passes in ['1', '42']:
- for num_textures in ['1', '8']:
- for granularity in ['8', '64', '128']:
- for draw_passes in ['1', '2', '3', '4', '7', '8']:
- g(['arb_texture_barrier-blending-in-shader', resolution,
- blend_passes, num_textures, granularity, draw_passes])
+ for resolution, blend_passes, num_textures, granularity, draw_passes in itertools.product(
+ ['32', '512'], ['1', '42'], ['1', '8'], ['8', '64', '128'], ['1', '2', '3', '4', '7', '8']):
+ g(['arb_texture_barrier-blending-in-shader', resolution,
+ blend_passes, num_textures, granularity, draw_passes])
# Group ARB_invalidate_subdata