Skip to content

Fix viewport swizzle

Karol Herbst requested to merge karolherbst/mesa:fix_viewport_swizzle into master

Fixes tons of regressions in deqp:

dEQP-GLES2.functional.color_clear.short_scissored_rgb
dEQP-GLES2.functional.color_clear.scissored_rgb
dEQP-GLES2.functional.color_clear.scissored_rgba
dEQP-GLES2.functional.color_clear.masked_rgb
dEQP-GLES2.functional.color_clear.masked_rgba
dEQP-GLES2.functional.color_clear.masked_scissored_rgb
dEQP-GLES2.functional.color_clear.masked_scissored_rgba
dEQP-GLES2.functional.color_clear.complex_rgb
dEQP-GLES2.functional.color_clear.complex_rgba
dEQP-GLES2.functional.color_clear.long_masked_rgb
dEQP-GLES2.functional.color_clear.long_masked_rgba
dEQP-GLES2.functional.depth_stencil_clear.depth_scissored
dEQP-GLES2.functional.depth_stencil_clear.depth_scissored_masked
dEQP-GLES2.functional.depth_stencil_clear.stencil_masked
dEQP-GLES2.functional.depth_stencil_clear.stencil_scissored
dEQP-GLES2.functional.depth_stencil_clear.stencil_scissored_masked
dEQP-GLES2.functional.depth_stencil_clear.depth_stencil_masked
dEQP-GLES2.functional.depth_stencil_clear.depth_stencil_scissored
dEQP-GLES2.functional.depth_stencil_clear.depth_stencil_scissored_masked
dEQP-GLES2.functional.fragment_ops.stencil.clear
dEQP-GLES2.functional.fragment_ops.stencil.depth_fail_replace
dEQP-GLES2.functional.fragment_ops.stencil.incr_stencil_fail
dEQP-GLES2.functional.fragment_ops.stencil.decr_stencil_fail
dEQP-GLES2.functional.fragment_ops.stencil.incr_wrap_stencil_fail
dEQP-GLES2.functional.fragment_ops.stencil.decr_wrap_stencil_fail
dEQP-GLES2.functional.fragment_ops.stencil.invert_stencil_fail
dEQP-GLES2.functional.fragment_ops.stencil.cmp_equal
dEQP-GLES2.functional.fragment_ops.stencil.cmp_not_equal
dEQP-GLES2.functional.fragment_ops.stencil.cmp_less_than
dEQP-GLES2.functional.fragment_ops.stencil.cmp_less_or_equal
dEQP-GLES2.functional.fragment_ops.stencil.cmp_greater_than
dEQP-GLES2.functional.fragment_ops.stencil.cmp_greater_or_equal
dEQP-GLES2.functional.fragment_ops.stencil.cmp_mask_equal
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_depth_funcs.stencil_never_depth_never
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_depth_funcs.stencil_never_depth_always
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_depth_funcs.stencil_never_depth_less
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_depth_funcs.stencil_never_depth_lequal
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_depth_funcs.stencil_never_depth_equal
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_depth_funcs.stencil_never_depth_gequal
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_depth_funcs.stencil_never_depth_greater
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_depth_funcs.stencil_never_depth_notequal
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_depth_funcs.stencil_never_no_depth
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_depth_funcs.stencil_always_depth_never
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_depth_funcs.stencil_always_depth_always
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_depth_funcs.stencil_always_depth_less
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_depth_funcs.stencil_always_depth_lequal
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_depth_funcs.stencil_always_depth_equal
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_depth_funcs.stencil_always_depth_gequal
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_depth_funcs.stencil_always_depth_greater
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_depth_funcs.stencil_always_depth_notequal
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_depth_funcs.stencil_always_no_depth
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_depth_funcs.stencil_less_depth_never
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_depth_funcs.stencil_less_depth_always
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_depth_funcs.stencil_less_depth_less
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_depth_funcs.stencil_less_depth_lequal
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_depth_funcs.stencil_less_depth_equal
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_depth_funcs.stencil_less_depth_gequal
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_depth_funcs.stencil_less_depth_greater
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_depth_funcs.stencil_less_depth_notequal
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_depth_funcs.stencil_less_no_depth
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_depth_funcs.stencil_lequal_depth_never
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_depth_funcs.stencil_lequal_depth_always
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_depth_funcs.stencil_lequal_depth_less
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_depth_funcs.stencil_lequal_depth_lequal
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_depth_funcs.stencil_lequal_depth_equal
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_depth_funcs.stencil_lequal_depth_gequal
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_depth_funcs.stencil_lequal_depth_greater
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_depth_funcs.stencil_lequal_depth_notequal
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_depth_funcs.stencil_lequal_no_depth
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_depth_funcs.stencil_equal_depth_never
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_depth_funcs.stencil_equal_depth_always
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_depth_funcs.stencil_equal_depth_less
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_depth_funcs.stencil_equal_depth_lequal
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_depth_funcs.stencil_equal_depth_equal
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_depth_funcs.stencil_equal_depth_gequal
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_depth_funcs.stencil_equal_depth_greater
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_depth_funcs.stencil_equal_depth_notequal
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_depth_funcs.stencil_equal_no_depth
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_depth_funcs.stencil_gequal_depth_never
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_depth_funcs.stencil_gequal_depth_always
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_depth_funcs.stencil_gequal_depth_less
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_depth_funcs.stencil_gequal_depth_lequal
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_depth_funcs.stencil_gequal_depth_equal
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_depth_funcs.stencil_gequal_depth_gequal
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_depth_funcs.stencil_gequal_depth_greater
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_depth_funcs.stencil_gequal_depth_notequal
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_depth_funcs.stencil_gequal_no_depth
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_depth_funcs.stencil_greater_depth_never
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_depth_funcs.stencil_greater_depth_always
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_depth_funcs.stencil_greater_depth_less
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_depth_funcs.stencil_greater_depth_lequal
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_depth_funcs.stencil_greater_depth_equal
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_depth_funcs.stencil_greater_depth_gequal
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_depth_funcs.stencil_greater_depth_greater
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_depth_funcs.stencil_greater_depth_notequal
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_depth_funcs.stencil_greater_no_depth
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_depth_funcs.stencil_notequal_depth_never
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_depth_funcs.stencil_notequal_depth_always
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_depth_funcs.stencil_notequal_depth_less
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_depth_funcs.stencil_notequal_depth_lequal
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_depth_funcs.stencil_notequal_depth_equal
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_depth_funcs.stencil_notequal_depth_gequal
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_depth_funcs.stencil_notequal_depth_greater
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_depth_funcs.stencil_notequal_depth_notequal
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_depth_funcs.stencil_notequal_no_depth
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_depth_funcs.no_stencil_depth_never
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_depth_funcs.no_stencil_depth_always
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_depth_funcs.no_stencil_depth_less
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_depth_funcs.no_stencil_depth_lequal
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_depth_funcs.no_stencil_depth_equal
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_depth_funcs.no_stencil_depth_gequal
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_depth_funcs.no_stencil_depth_greater
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_depth_funcs.no_stencil_depth_notequal
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_depth_funcs.no_stencil_no_depth
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.keep_keep_keep
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.keep_keep_zero
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.keep_keep_replace
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.keep_keep_incr
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.keep_keep_decr
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.keep_keep_invert
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.keep_keep_incr_wrap
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.keep_keep_decr_wrap
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.keep_zero_keep
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.keep_zero_zero
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.keep_zero_replace
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.keep_zero_incr
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.keep_zero_decr
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.keep_zero_invert
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.keep_zero_incr_wrap
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.keep_zero_decr_wrap
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.keep_replace_keep
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.keep_replace_zero
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.keep_replace_replace
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.keep_replace_incr
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.keep_replace_decr
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.keep_replace_invert
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.keep_replace_incr_wrap
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.keep_replace_decr_wrap
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.keep_incr_keep
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.keep_incr_zero
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.keep_incr_replace
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.keep_incr_incr
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.keep_incr_decr
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.keep_incr_invert
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.keep_incr_incr_wrap
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.keep_incr_decr_wrap
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.keep_decr_keep
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.keep_decr_zero
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.keep_decr_replace
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.keep_decr_incr
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.keep_decr_decr
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.keep_decr_invert
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.keep_decr_incr_wrap
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.keep_decr_decr_wrap
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.keep_invert_keep
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.keep_invert_zero
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.keep_invert_replace
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.keep_invert_incr
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.keep_invert_decr
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.keep_invert_invert
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.keep_invert_incr_wrap
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.keep_invert_decr_wrap
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.keep_incr_wrap_keep
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.keep_incr_wrap_zero
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.keep_incr_wrap_replace
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.keep_incr_wrap_incr
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.keep_incr_wrap_decr
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.keep_incr_wrap_invert
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.keep_incr_wrap_incr_wrap
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.keep_incr_wrap_decr_wrap
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.keep_decr_wrap_keep
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.keep_decr_wrap_zero
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.keep_decr_wrap_replace
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.keep_decr_wrap_incr
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.keep_decr_wrap_decr
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.keep_decr_wrap_invert
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.keep_decr_wrap_incr_wrap
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.keep_decr_wrap_decr_wrap
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.zero_keep_keep
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.zero_keep_zero
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.zero_keep_replace
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.zero_keep_incr
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.zero_keep_decr
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.zero_keep_invert
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.zero_keep_incr_wrap
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.zero_keep_decr_wrap
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.zero_zero_keep
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.zero_zero_zero
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.zero_zero_replace
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.zero_zero_incr
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.zero_zero_decr
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.zero_zero_invert
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.zero_zero_incr_wrap
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.zero_zero_decr_wrap
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.zero_replace_keep
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.zero_replace_zero
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.zero_replace_replace
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.zero_replace_incr
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.zero_replace_decr
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.zero_replace_invert
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.zero_replace_incr_wrap
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.zero_replace_decr_wrap
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.zero_incr_keep
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.zero_incr_zero
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.zero_incr_replace
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.zero_incr_incr
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.zero_incr_decr
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.zero_incr_invert
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.zero_incr_incr_wrap
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.zero_incr_decr_wrap
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.zero_decr_keep
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.zero_decr_zero
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.zero_decr_replace
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.zero_decr_incr
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.zero_decr_decr
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.zero_decr_invert
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.zero_decr_incr_wrap
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.zero_decr_decr_wrap
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.zero_invert_keep
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.zero_invert_zero
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.zero_invert_replace
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.zero_invert_incr
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.zero_invert_decr
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.zero_invert_invert
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.zero_invert_incr_wrap
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.zero_invert_decr_wrap
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.zero_incr_wrap_keep
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.zero_incr_wrap_zero
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.zero_incr_wrap_replace
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.zero_incr_wrap_incr
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.zero_incr_wrap_decr
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.zero_incr_wrap_invert
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.zero_incr_wrap_incr_wrap
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.zero_incr_wrap_decr_wrap
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.zero_decr_wrap_keep
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.zero_decr_wrap_zero
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.zero_decr_wrap_replace
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.zero_decr_wrap_incr
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.zero_decr_wrap_decr
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.zero_decr_wrap_invert
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.zero_decr_wrap_incr_wrap
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.zero_decr_wrap_decr_wrap
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.replace_keep_keep
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.replace_keep_zero
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.replace_keep_replace
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.replace_keep_incr
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.replace_keep_decr
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.replace_keep_invert
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.replace_keep_incr_wrap
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.replace_keep_decr_wrap
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.replace_zero_keep
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.replace_zero_zero
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.replace_zero_replace
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.replace_zero_incr
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.replace_zero_decr
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.replace_zero_invert
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.replace_zero_incr_wrap
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.replace_zero_decr_wrap
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.replace_replace_keep
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.replace_replace_zero
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.replace_replace_replace
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.replace_replace_incr
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.replace_replace_decr
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.replace_replace_invert
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.replace_replace_incr_wrap
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.replace_replace_decr_wrap
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.replace_incr_keep
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.replace_incr_zero
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.replace_incr_replace
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.replace_incr_incr
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.replace_incr_decr
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.replace_incr_invert
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.replace_incr_incr_wrap
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.replace_incr_decr_wrap
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.replace_decr_keep
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.replace_decr_zero
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.replace_decr_replace
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.replace_decr_incr
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.replace_decr_decr
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.replace_decr_invert
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.replace_decr_incr_wrap
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.replace_decr_decr_wrap
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.replace_invert_keep
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.replace_invert_zero
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.replace_invert_replace
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.replace_invert_incr
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.replace_invert_decr
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.replace_invert_invert
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.replace_invert_incr_wrap
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.replace_invert_decr_wrap
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.replace_incr_wrap_keep
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.replace_incr_wrap_zero
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.replace_incr_wrap_replace
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.replace_incr_wrap_incr
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.replace_incr_wrap_decr
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.replace_incr_wrap_invert
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.replace_incr_wrap_incr_wrap
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.replace_incr_wrap_decr_wrap
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.replace_decr_wrap_keep
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.replace_decr_wrap_zero
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.replace_decr_wrap_replace
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.replace_decr_wrap_incr
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.replace_decr_wrap_decr
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.replace_decr_wrap_invert
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.replace_decr_wrap_incr_wrap
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.replace_decr_wrap_decr_wrap
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.incr_keep_keep
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.incr_keep_zero
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.incr_keep_replace
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.incr_keep_incr
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.incr_keep_decr
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.incr_keep_invert
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.incr_keep_incr_wrap
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.incr_keep_decr_wrap
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.incr_zero_keep
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.incr_zero_zero
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.incr_zero_replace
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.incr_zero_incr
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.incr_zero_decr
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.incr_zero_invert
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.incr_zero_incr_wrap
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.incr_zero_decr_wrap
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.incr_replace_keep
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.incr_replace_zero
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.incr_replace_replace
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.incr_replace_incr
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.incr_replace_decr
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.incr_replace_invert
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.incr_replace_incr_wrap
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.incr_replace_decr_wrap
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.incr_incr_keep
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.incr_incr_zero
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.incr_incr_replace
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.incr_incr_incr
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.incr_incr_decr
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.incr_incr_invert
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.incr_incr_incr_wrap
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.incr_incr_decr_wrap
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.incr_decr_keep
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.incr_decr_zero
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.incr_decr_replace
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.incr_decr_incr
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.incr_decr_decr
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.incr_decr_invert
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.incr_decr_incr_wrap
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.incr_decr_decr_wrap
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.incr_invert_keep
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.incr_invert_zero
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.incr_invert_replace
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.incr_invert_incr
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.incr_invert_decr
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.incr_invert_invert
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.incr_invert_incr_wrap
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.incr_invert_decr_wrap
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.incr_incr_wrap_keep
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.incr_incr_wrap_zero
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.incr_incr_wrap_replace
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.incr_incr_wrap_incr
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.incr_incr_wrap_decr
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.incr_incr_wrap_invert
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.incr_incr_wrap_incr_wrap
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.incr_incr_wrap_decr_wrap
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.incr_decr_wrap_keep
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.incr_decr_wrap_zero
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.incr_decr_wrap_replace
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.incr_decr_wrap_incr
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.incr_decr_wrap_decr
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.incr_decr_wrap_invert
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.incr_decr_wrap_incr_wrap
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.incr_decr_wrap_decr_wrap
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.decr_keep_keep
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.decr_keep_zero
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.decr_keep_replace
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.decr_keep_incr
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.decr_keep_decr
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.decr_keep_invert
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.decr_keep_incr_wrap
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.decr_keep_decr_wrap
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.decr_zero_keep
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.decr_zero_zero
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.decr_zero_replace
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.decr_zero_incr
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.decr_zero_decr
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.decr_zero_invert
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.decr_zero_incr_wrap
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.decr_zero_decr_wrap
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.decr_replace_keep
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.decr_replace_zero
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.decr_replace_replace
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.decr_replace_incr
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.decr_replace_decr
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.decr_replace_invert
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.decr_replace_incr_wrap
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.decr_replace_decr_wrap
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.decr_incr_keep
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.decr_incr_zero
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.decr_incr_replace
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.decr_incr_incr
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.decr_incr_decr
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.decr_incr_invert
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.decr_incr_incr_wrap
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.decr_incr_decr_wrap
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.decr_decr_keep
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.decr_decr_zero
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.decr_decr_replace
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.decr_decr_incr
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.decr_decr_decr
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.decr_decr_invert
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.decr_decr_incr_wrap
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.decr_decr_decr_wrap
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.decr_invert_keep
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.decr_invert_zero
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.decr_invert_replace
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.decr_invert_incr
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.decr_invert_decr
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.decr_invert_invert
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.decr_invert_incr_wrap
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.decr_invert_decr_wrap
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.decr_incr_wrap_keep
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.decr_incr_wrap_zero
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.decr_incr_wrap_replace
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.decr_incr_wrap_incr
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.decr_incr_wrap_decr
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.decr_incr_wrap_invert
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.decr_incr_wrap_incr_wrap
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.decr_incr_wrap_decr_wrap
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.decr_decr_wrap_keep
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.decr_decr_wrap_zero
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.decr_decr_wrap_replace
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.decr_decr_wrap_incr
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.decr_decr_wrap_decr
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.decr_decr_wrap_invert
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.decr_decr_wrap_incr_wrap
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.decr_decr_wrap_decr_wrap
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.invert_keep_keep
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.invert_keep_zero
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.invert_keep_replace
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.invert_keep_incr
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.invert_keep_decr
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.invert_keep_invert
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.invert_keep_incr_wrap
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.invert_keep_decr_wrap
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.invert_zero_keep
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.invert_zero_zero
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.invert_zero_replace
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.invert_zero_incr
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.invert_zero_decr
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.invert_zero_invert
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.invert_zero_incr_wrap
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.invert_zero_decr_wrap
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.invert_replace_keep
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.invert_replace_zero
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.invert_replace_replace
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.invert_replace_incr
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.invert_replace_decr
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.invert_replace_invert
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.invert_replace_incr_wrap
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.invert_replace_decr_wrap
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.invert_incr_keep
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.invert_incr_zero
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.invert_incr_replace
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.invert_incr_incr
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.invert_incr_decr
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.invert_incr_invert
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.invert_incr_incr_wrap
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.invert_incr_decr_wrap
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.invert_decr_keep
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.invert_decr_zero
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.invert_decr_replace
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.invert_decr_incr
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.invert_decr_decr
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.invert_decr_invert
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.invert_decr_incr_wrap
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.invert_decr_decr_wrap
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.invert_invert_keep
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.invert_invert_zero
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.invert_invert_replace
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.invert_invert_incr
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.invert_invert_decr
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.invert_invert_invert
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.invert_invert_incr_wrap
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.invert_invert_decr_wrap
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.invert_incr_wrap_keep
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.invert_incr_wrap_zero
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.invert_incr_wrap_replace
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.invert_incr_wrap_incr
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.invert_incr_wrap_decr
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.invert_incr_wrap_invert
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.invert_incr_wrap_incr_wrap
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.invert_incr_wrap_decr_wrap
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.invert_decr_wrap_keep
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.invert_decr_wrap_zero
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.invert_decr_wrap_replace
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.invert_decr_wrap_incr
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.invert_decr_wrap_decr
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.invert_decr_wrap_invert
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.invert_decr_wrap_incr_wrap
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.invert_decr_wrap_decr_wrap
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.incr_wrap_keep_keep
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.incr_wrap_keep_zero
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.incr_wrap_keep_replace
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.incr_wrap_keep_incr
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.incr_wrap_keep_decr
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.incr_wrap_keep_invert
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.incr_wrap_keep_incr_wrap
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.incr_wrap_keep_decr_wrap
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.incr_wrap_zero_keep
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.incr_wrap_zero_zero
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.incr_wrap_zero_replace
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.incr_wrap_zero_incr
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.incr_wrap_zero_decr
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.incr_wrap_zero_invert
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.incr_wrap_zero_incr_wrap
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.incr_wrap_zero_decr_wrap
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.incr_wrap_replace_keep
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.incr_wrap_replace_zero
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.incr_wrap_replace_replace
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.incr_wrap_replace_incr
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.incr_wrap_replace_decr
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.incr_wrap_replace_invert
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.incr_wrap_replace_incr_wrap
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.incr_wrap_replace_decr_wrap
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.incr_wrap_incr_keep
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.incr_wrap_incr_zero
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.incr_wrap_incr_replace
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.incr_wrap_incr_incr
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.incr_wrap_incr_decr
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.incr_wrap_incr_invert
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.incr_wrap_incr_incr_wrap
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.incr_wrap_incr_decr_wrap
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.incr_wrap_decr_keep
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.incr_wrap_decr_zero
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.incr_wrap_decr_replace
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.incr_wrap_decr_incr
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.incr_wrap_decr_decr
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.incr_wrap_decr_invert
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.incr_wrap_decr_incr_wrap
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.incr_wrap_decr_decr_wrap
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.incr_wrap_invert_keep
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.incr_wrap_invert_zero
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.incr_wrap_invert_replace
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.incr_wrap_invert_incr
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.incr_wrap_invert_decr
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.incr_wrap_invert_invert
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.incr_wrap_invert_incr_wrap
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.incr_wrap_invert_decr_wrap
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.incr_wrap_incr_wrap_keep
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.incr_wrap_incr_wrap_zero
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.incr_wrap_incr_wrap_replace
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.incr_wrap_incr_wrap_incr
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.incr_wrap_incr_wrap_decr
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.incr_wrap_incr_wrap_invert
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.incr_wrap_incr_wrap_incr_wrap
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.incr_wrap_incr_wrap_decr_wrap
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.incr_wrap_decr_wrap_keep
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.incr_wrap_decr_wrap_zero
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.incr_wrap_decr_wrap_replace
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.incr_wrap_decr_wrap_incr
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.incr_wrap_decr_wrap_decr
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.incr_wrap_decr_wrap_invert
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.incr_wrap_decr_wrap_incr_wrap
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.incr_wrap_decr_wrap_decr_wrap
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.decr_wrap_keep_keep
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.decr_wrap_keep_zero
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.decr_wrap_keep_replace
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.decr_wrap_keep_incr
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.decr_wrap_keep_decr
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.decr_wrap_keep_invert
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.decr_wrap_keep_incr_wrap
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.decr_wrap_keep_decr_wrap
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.decr_wrap_zero_keep
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.decr_wrap_zero_zero
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.decr_wrap_zero_replace
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.decr_wrap_zero_incr
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.decr_wrap_zero_decr
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.decr_wrap_zero_invert
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.decr_wrap_zero_incr_wrap
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.decr_wrap_zero_decr_wrap
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.decr_wrap_replace_keep
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.decr_wrap_replace_zero
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.decr_wrap_replace_replace
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.decr_wrap_replace_incr
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.decr_wrap_replace_decr
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.decr_wrap_replace_invert
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.decr_wrap_replace_incr_wrap
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.decr_wrap_replace_decr_wrap
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.decr_wrap_incr_keep
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.decr_wrap_incr_zero
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.decr_wrap_incr_replace
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.decr_wrap_incr_incr
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.decr_wrap_incr_decr
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.decr_wrap_incr_invert
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.decr_wrap_incr_incr_wrap
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.decr_wrap_incr_decr_wrap
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.decr_wrap_decr_keep
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.decr_wrap_decr_zero
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.decr_wrap_decr_replace
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.decr_wrap_decr_incr
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.decr_wrap_decr_decr
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.decr_wrap_decr_invert
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.decr_wrap_decr_incr_wrap
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.decr_wrap_decr_decr_wrap
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.decr_wrap_invert_keep
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.decr_wrap_invert_zero
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.decr_wrap_invert_replace
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.decr_wrap_invert_incr
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.decr_wrap_invert_decr
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.decr_wrap_invert_invert
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.decr_wrap_invert_incr_wrap
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.decr_wrap_invert_decr_wrap
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.decr_wrap_incr_wrap_keep
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.decr_wrap_incr_wrap_zero
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.decr_wrap_incr_wrap_replace
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.decr_wrap_incr_wrap_incr
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.decr_wrap_incr_wrap_decr
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.decr_wrap_incr_wrap_invert
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.decr_wrap_incr_wrap_incr_wrap
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.decr_wrap_incr_wrap_decr_wrap
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.decr_wrap_decr_wrap_keep
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.decr_wrap_decr_wrap_zero
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.decr_wrap_decr_wrap_replace
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.decr_wrap_decr_wrap_incr
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.decr_wrap_decr_wrap_decr
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.decr_wrap_decr_wrap_invert
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.decr_wrap_decr_wrap_incr_wrap
dEQP-GLES2.functional.fragment_ops.depth_stencil.stencil_ops.decr_wrap_decr_wrap_decr_wrap
dEQP-GLES2.functional.fragment_ops.depth_stencil.write_mask.depth
dEQP-GLES2.functional.fragment_ops.depth_stencil.write_mask.stencil
dEQP-GLES2.functional.fragment_ops.depth_stencil.write_mask.both
dEQP-GLES2.functional.fragment_ops.depth_stencil.random.0
dEQP-GLES2.functional.fragment_ops.depth_stencil.random.1
dEQP-GLES2.functional.fragment_ops.depth_stencil.random.2
dEQP-GLES2.functional.fragment_ops.depth_stencil.random.3
dEQP-GLES2.functional.fragment_ops.depth_stencil.random.4
dEQP-GLES2.functional.fragment_ops.depth_stencil.random.5
dEQP-GLES2.functional.fragment_ops.depth_stencil.random.6
dEQP-GLES2.functional.fragment_ops.depth_stencil.random.7
dEQP-GLES2.functional.fragment_ops.depth_stencil.random.8
dEQP-GLES2.functional.fragment_ops.depth_stencil.random.9
dEQP-GLES2.functional.fragment_ops.depth_stencil.random.10
dEQP-GLES2.functional.fragment_ops.depth_stencil.random.11
dEQP-GLES2.functional.fragment_ops.depth_stencil.random.12
dEQP-GLES2.functional.fragment_ops.depth_stencil.random.13
dEQP-GLES2.functional.fragment_ops.depth_stencil.random.14
dEQP-GLES2.functional.fragment_ops.depth_stencil.random.15
dEQP-GLES2.functional.fragment_ops.depth_stencil.random.16
dEQP-GLES2.functional.fragment_ops.depth_stencil.random.17
dEQP-GLES2.functional.fragment_ops.depth_stencil.random.18
dEQP-GLES2.functional.fragment_ops.depth_stencil.random.19
dEQP-GLES2.functional.fragment_ops.depth_stencil.random.20
dEQP-GLES2.functional.fragment_ops.depth_stencil.random.21
dEQP-GLES2.functional.fragment_ops.depth_stencil.random.22
dEQP-GLES2.functional.fragment_ops.depth_stencil.random.23
dEQP-GLES2.functional.fragment_ops.depth_stencil.random.24
dEQP-GLES2.functional.fragment_ops.scissor.clear_depth
dEQP-GLES2.functional.fragment_ops.scissor.clear_stencil
dEQP-GLES2.functional.fragment_ops.scissor.clear_color
dEQP-GLES2.functional.fbo.render.color_clear.rbo_rgb5_a1
dEQP-GLES2.functional.fbo.render.color_clear.rbo_rgb5_a1_stencil_index8
dEQP-GLES2.functional.fbo.render.color_clear.rbo_rgb5_a1_depth_component16
dEQP-GLES2.functional.fbo.render.color_clear.rbo_rgba4
dEQP-GLES2.functional.fbo.render.color_clear.rbo_rgba4_stencil_index8
dEQP-GLES2.functional.fbo.render.color_clear.rbo_rgba4_depth_component16
dEQP-GLES2.functional.fbo.render.stencil_clear.tex2d_rgb_stencil_index8
dEQP-GLES2.functional.fbo.render.stencil_clear.tex2d_rgba_stencil_index8
dEQP-GLES2.functional.fbo.render.stencil_clear.rbo_rgb565_stencil_index8
dEQP-GLES2.functional.fbo.render.stencil_clear.rbo_rgb5_a1_stencil_index8
dEQP-GLES2.functional.fbo.render.color.mix_tex2d_rgb
dEQP-GLES2.functional.fbo.render.color.mix_tex2d_rgb_depth_component16
dEQP-GLES2.functional.fbo.render.color.mix_tex2d_rgba
dEQP-GLES2.functional.fbo.render.color.mix_tex2d_rgba_depth_component16
dEQP-GLES2.functional.fbo.render.color.mix_npot_tex2d_rgb
dEQP-GLES2.functional.fbo.render.color.mix_npot_tex2d_rgb_depth_component16
dEQP-GLES2.functional.fbo.render.color.mix_npot_tex2d_rgba_depth_component16
dEQP-GLES2.functional.fbo.render.shared_colorbuffer_clear.tex2d_rgb
dEQP-GLES2.functional.fbo.render.shared_colorbuffer_clear.tex2d_rgba
dEQP-GLES2.functional.fbo.render.shared_colorbuffer_clear.rbo_rgb565
dEQP-GLES2.functional.fbo.render.shared_colorbuffer_clear.rbo_rgb5_a1
dEQP-GLES2.functional.fbo.render.shared_colorbuffer_clear.rbo_rgba4
dEQP-GLES2.functional.fbo.render.shared_colorbuffer.tex2d_rgb_stencil_index8
dEQP-GLES2.functional.fbo.render.shared_colorbuffer.rbo_rgb5_a1_stencil_index8
dEQP-GLES2.functional.fbo.render.shared_colorbuffer.rbo_rgba4_stencil_index8
dEQP-GLES2.functional.fbo.render.resize.tex2d_rgb_stencil_index8
dEQP-GLES2.functional.fbo.render.resize.tex2d_rgba_stencil_index8
dEQP-GLES2.functional.fbo.render.resize.rbo_rgb565_stencil_index8
dEQP-GLES2.functional.fbo.render.resize.rbo_rgb5_a1_stencil_index8
dEQP-GLES2.functional.fbo.render.resize.rbo_rgba4_stencil_index8
dEQP-GLES2.functional.fbo.render.recreate_colorbuffer.rebind_tex2d_rgb_stencil_index8
dEQP-GLES2.functional.fbo.render.recreate_colorbuffer.rebind_rbo_rgb565_stencil_index8
dEQP-GLES2.functional.fbo.render.recreate_colorbuffer.rebind_rbo_rgb5_a1_stencil_index8
dEQP-GLES2.functional.fbo.render.recreate_colorbuffer.rebind_rbo_rgba4_stencil_index8
dEQP-GLES2.functional.fbo.render.recreate_colorbuffer.no_rebind_tex2d_rgb_stencil_index8
dEQP-GLES2.functional.fbo.render.recreate_colorbuffer.no_rebind_tex2d_rgba_stencil_index8
dEQP-GLES2.functional.fbo.render.recreate_colorbuffer.no_rebind_rbo_rgb565_stencil_index8
dEQP-GLES2.functional.fbo.render.recreate_colorbuffer.no_rebind_rbo_rgb5_a1_stencil_index8
dEQP-GLES2.functional.fbo.render.recreate_colorbuffer.no_rebind_rbo_rgba4_stencil_index8

probably more

Merge request reports