freedreno/a6xx: Fix supported-blit fmt check
Some checks are pending
macOS-CI / macOS-CI (dri) (push) Waiting to run
macOS-CI / macOS-CI (xlib) (push) Waiting to run

Fixes some KHR-GLES*.core.internalformat.texture2d.* failures.

Signed-off-by: Rob Clark <rob.clark@oss.qualcomm.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/40665>
This commit is contained in:
Rob Clark 2026-03-26 14:37:23 -07:00 committed by Marge Bot
parent 32d04bcdcd
commit b76678cddd
3 changed files with 12 additions and 551 deletions

View file

@ -1,5 +1,3 @@
KHR-GL46.copy_image.smoke_test,Crash
KHR-GL46.internalformat.copy_tex_image.rgb9_e5,Crash
KHR-GL46.shader_image_size.basic-nonMS-tes-int,Fail
KHR-GL46.tessellation_shader.tessellation_control_to_tessellation_evaluation.gl_tessLevel,Fail
KHR-GL46.tessellation_shader.tessellation_shader_tessellation.TES,Fail
@ -7,553 +5,11 @@ KHR-GL46.texture_lod_bias.texture_lod_bias_all,Fail
KHR-GL46.texture_stencil8.multisample,Fail
KHR-GL46.vertex_attrib_binding.advanced-iterations,Fail
KHR-GLES3.core.internalformat.texture2d.rgb_float_rgb9_e5,Crash
KHR-GLES3.core.internalformat.texture2d.rgb_half_float_rgb9_e5,Crash
KHR-GLES3.core.internalformat.texture2d.rgb_unsigned_int_5_9_9_9_rev_rgb9_e5,Crash
KHR-GLES3.framebuffer_blit.framebuffer_blit_functionality_multisampled_to_singlesampled_blit,Fail
KHR-GLES3.framebuffer_blit.multisampled_to_singlesampled_blit_depth_config_test,Fail
KHR-GLES31.core.internalformat.texture2d.rgb_float_rgb9_e5,Crash
KHR-GLES31.core.internalformat.texture2d.rgb_half_float_rgb9_e5,Crash
KHR-GLES31.core.internalformat.texture2d.rgb_unsigned_int_5_9_9_9_rev_rgb9_e5,Crash
KHR-GLES31.core.texture_stencil8.multisample,Fail
KHR-GLES31.core.vertex_attrib_binding.advanced-iterations,Fail
dEQP-GLES3.functional.texture.filtering.2d.formats.rgb9_e5_linear,Crash
dEQP-GLES3.functional.texture.filtering.2d.formats.rgb9_e5_linear_mipmap_linear,Crash
dEQP-GLES3.functional.texture.filtering.2d.formats.rgb9_e5_linear_mipmap_nearest,Crash
dEQP-GLES3.functional.texture.filtering.2d.formats.rgb9_e5_nearest,Crash
dEQP-GLES3.functional.texture.filtering.2d.formats.rgb9_e5_nearest_mipmap_linear,Crash
dEQP-GLES3.functional.texture.filtering.2d.formats.rgb9_e5_nearest_mipmap_nearest,Crash
dEQP-GLES3.functional.texture.filtering.2d_array.formats.rgb9_e5_linear,Crash
dEQP-GLES3.functional.texture.filtering.2d_array.formats.rgb9_e5_linear_mipmap_linear,Crash
dEQP-GLES3.functional.texture.filtering.2d_array.formats.rgb9_e5_linear_mipmap_nearest,Crash
dEQP-GLES3.functional.texture.filtering.2d_array.formats.rgb9_e5_nearest,Crash
dEQP-GLES3.functional.texture.filtering.2d_array.formats.rgb9_e5_nearest_mipmap_linear,Crash
dEQP-GLES3.functional.texture.filtering.2d_array.formats.rgb9_e5_nearest_mipmap_nearest,Crash
dEQP-GLES3.functional.texture.filtering.3d.formats.rgb9_e5_linear,Crash
dEQP-GLES3.functional.texture.filtering.3d.formats.rgb9_e5_linear_mipmap_linear,Crash
dEQP-GLES3.functional.texture.filtering.3d.formats.rgb9_e5_linear_mipmap_nearest,Crash
dEQP-GLES3.functional.texture.filtering.3d.formats.rgb9_e5_nearest,Crash
dEQP-GLES3.functional.texture.filtering.3d.formats.rgb9_e5_nearest_mipmap_linear,Crash
dEQP-GLES3.functional.texture.filtering.3d.formats.rgb9_e5_nearest_mipmap_nearest,Crash
dEQP-GLES3.functional.texture.filtering.cube.formats.rgb9_e5_linear,Crash
dEQP-GLES3.functional.texture.filtering.cube.formats.rgb9_e5_linear_mipmap_linear,Crash
dEQP-GLES3.functional.texture.filtering.cube.formats.rgb9_e5_linear_mipmap_nearest,Crash
dEQP-GLES3.functional.texture.filtering.cube.formats.rgb9_e5_nearest,Crash
dEQP-GLES3.functional.texture.filtering.cube.formats.rgb9_e5_nearest_mipmap_linear,Crash
dEQP-GLES3.functional.texture.filtering.cube.formats.rgb9_e5_nearest_mipmap_nearest,Crash
dEQP-GLES3.functional.texture.format.sized.2d.rgb9_e5_npot,Crash
dEQP-GLES3.functional.texture.format.sized.2d.rgb9_e5_pot,Crash
dEQP-GLES3.functional.texture.format.sized.2d_array.rgb9_e5_npot,Crash
dEQP-GLES3.functional.texture.format.sized.2d_array.rgb9_e5_pot,Crash
dEQP-GLES3.functional.texture.format.sized.cube.rgb9_e5_npot,Crash
dEQP-GLES3.functional.texture.format.sized.cube.rgb9_e5_pot,Crash
dEQP-GLES3.functional.texture.specification.basic_teximage2d.rgb9_e5_2d,Crash
dEQP-GLES3.functional.texture.specification.basic_teximage2d.rgb9_e5_cube,Crash
dEQP-GLES3.functional.texture.specification.basic_teximage3d.rgb9_e5_2d_array,Crash
dEQP-GLES3.functional.texture.specification.basic_teximage3d.rgb9_e5_3d,Crash
dEQP-GLES3.functional.texture.specification.basic_texsubimage2d.rgb9_e5_2d,Crash
dEQP-GLES3.functional.texture.specification.basic_texsubimage2d.rgb9_e5_cube,Crash
dEQP-GLES3.functional.texture.specification.basic_texsubimage3d.rgb9_e5_3d,Crash
dEQP-GLES3.functional.texture.specification.teximage2d_pbo.rgb9_e5_2d,Crash
dEQP-GLES3.functional.texture.specification.teximage2d_pbo.rgb9_e5_cube,Crash
dEQP-GLES3.functional.texture.specification.texstorage2d.format.rgb9_e5_2d,Crash
dEQP-GLES3.functional.texture.specification.texstorage2d.format.rgb9_e5_cube,Crash
dEQP-GLES3.functional.texture.specification.texstorage3d.format.rgb9_e5_2d_array,Crash
dEQP-GLES3.functional.texture.specification.texstorage3d.format.rgb9_e5_3d,Crash
dEQP-GLES3.functional.texture.specification.texsubimage2d_pbo.rgb9_e5_2d,Crash
dEQP-GLES3.functional.texture.specification.texsubimage2d_pbo.rgb9_e5_cube,Crash
dEQP-GLES3.functional.texture.specification.texsubimage3d_pbo.rgb9_e5_2d_array,Crash
dEQP-GLES3.functional.texture.specification.texsubimage3d_pbo.rgb9_e5_3d,Crash
dEQP-GLES3.functional.texture.units.4_units.mixed.8,Crash
dEQP-GLES3.functional.texture.units.8_units.mixed.8,Crash
dEQP-GLES3.functional.texture.units.8_units.only_2d.2,Crash
dEQP-GLES3.functional.texture.units.8_units.only_2d.7,Crash
dEQP-GLES3.functional.texture.units.8_units.only_2d_array.2,Crash
dEQP-GLES3.functional.texture.units.8_units.only_2d_array.7,Crash
dEQP-GLES3.functional.texture.units.8_units.only_3d.2,Crash
dEQP-GLES3.functional.texture.units.8_units.only_3d.7,Crash
dEQP-GLES3.functional.texture.units.8_units.only_cube.0,Crash
dEQP-GLES3.functional.texture.units.all_units.mixed.0,Crash
dEQP-GLES3.functional.texture.units.all_units.mixed.7,Crash
dEQP-GLES3.functional.texture.units.all_units.mixed.8,Crash
dEQP-GLES3.functional.texture.units.all_units.only_2d.0,Crash
dEQP-GLES3.functional.texture.units.all_units.only_2d.2,Crash
dEQP-GLES3.functional.texture.units.all_units.only_2d.7,Crash
dEQP-GLES3.functional.texture.units.all_units.only_2d_array.0,Crash
dEQP-GLES3.functional.texture.units.all_units.only_2d_array.2,Crash
dEQP-GLES3.functional.texture.units.all_units.only_2d_array.7,Crash
dEQP-GLES3.functional.texture.units.all_units.only_3d.0,Crash
dEQP-GLES3.functional.texture.units.all_units.only_3d.2,Crash
dEQP-GLES3.functional.texture.units.all_units.only_3d.7,Crash
dEQP-GLES3.functional.texture.units.all_units.only_cube.0,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.r32i_rgb9_e5.cubemap_to_cubemap,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.r32i_rgb9_e5.cubemap_to_texture2d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.r32i_rgb9_e5.cubemap_to_texture2d_array,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.r32i_rgb9_e5.cubemap_to_texture3d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.r32i_rgb9_e5.renderbuffer_to_cubemap,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.r32i_rgb9_e5.renderbuffer_to_texture2d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.r32i_rgb9_e5.renderbuffer_to_texture2d_array,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.r32i_rgb9_e5.renderbuffer_to_texture3d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.r32i_rgb9_e5.texture2d_array_to_cubemap,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.r32i_rgb9_e5.texture2d_array_to_texture2d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.r32i_rgb9_e5.texture2d_array_to_texture2d_array,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.r32i_rgb9_e5.texture2d_array_to_texture3d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.r32i_rgb9_e5.texture2d_to_cubemap,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.r32i_rgb9_e5.texture2d_to_texture2d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.r32i_rgb9_e5.texture2d_to_texture2d_array,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.r32i_rgb9_e5.texture2d_to_texture3d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.r32i_rgb9_e5.texture3d_to_cubemap,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.r32i_rgb9_e5.texture3d_to_texture2d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.r32i_rgb9_e5.texture3d_to_texture2d_array,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.r32i_rgb9_e5.texture3d_to_texture3d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.r32ui_rgb9_e5.cubemap_to_cubemap,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.r32ui_rgb9_e5.cubemap_to_texture2d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.r32ui_rgb9_e5.cubemap_to_texture2d_array,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.r32ui_rgb9_e5.cubemap_to_texture3d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.r32ui_rgb9_e5.renderbuffer_to_cubemap,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.r32ui_rgb9_e5.renderbuffer_to_texture2d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.r32ui_rgb9_e5.renderbuffer_to_texture2d_array,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.r32ui_rgb9_e5.renderbuffer_to_texture3d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.r32ui_rgb9_e5.texture2d_array_to_cubemap,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.r32ui_rgb9_e5.texture2d_array_to_texture2d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.r32ui_rgb9_e5.texture2d_array_to_texture2d_array,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.r32ui_rgb9_e5.texture2d_array_to_texture3d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.r32ui_rgb9_e5.texture2d_to_cubemap,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.r32ui_rgb9_e5.texture2d_to_texture2d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.r32ui_rgb9_e5.texture2d_to_texture2d_array,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.r32ui_rgb9_e5.texture2d_to_texture3d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.r32ui_rgb9_e5.texture3d_to_cubemap,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.r32ui_rgb9_e5.texture3d_to_texture2d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.r32ui_rgb9_e5.texture3d_to_texture2d_array,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.r32ui_rgb9_e5.texture3d_to_texture3d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rg16i_rgb9_e5.cubemap_to_cubemap,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rg16i_rgb9_e5.cubemap_to_texture2d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rg16i_rgb9_e5.cubemap_to_texture2d_array,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rg16i_rgb9_e5.cubemap_to_texture3d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rg16i_rgb9_e5.renderbuffer_to_cubemap,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rg16i_rgb9_e5.renderbuffer_to_texture2d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rg16i_rgb9_e5.renderbuffer_to_texture2d_array,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rg16i_rgb9_e5.renderbuffer_to_texture3d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rg16i_rgb9_e5.texture2d_array_to_cubemap,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rg16i_rgb9_e5.texture2d_array_to_texture2d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rg16i_rgb9_e5.texture2d_array_to_texture2d_array,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rg16i_rgb9_e5.texture2d_array_to_texture3d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rg16i_rgb9_e5.texture2d_to_cubemap,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rg16i_rgb9_e5.texture2d_to_texture2d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rg16i_rgb9_e5.texture2d_to_texture2d_array,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rg16i_rgb9_e5.texture2d_to_texture3d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rg16i_rgb9_e5.texture3d_to_cubemap,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rg16i_rgb9_e5.texture3d_to_texture2d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rg16i_rgb9_e5.texture3d_to_texture2d_array,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rg16i_rgb9_e5.texture3d_to_texture3d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rg16ui_rgb9_e5.cubemap_to_cubemap,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rg16ui_rgb9_e5.cubemap_to_texture2d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rg16ui_rgb9_e5.cubemap_to_texture2d_array,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rg16ui_rgb9_e5.cubemap_to_texture3d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rg16ui_rgb9_e5.renderbuffer_to_cubemap,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rg16ui_rgb9_e5.renderbuffer_to_texture2d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rg16ui_rgb9_e5.renderbuffer_to_texture2d_array,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rg16ui_rgb9_e5.renderbuffer_to_texture3d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rg16ui_rgb9_e5.texture2d_array_to_cubemap,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rg16ui_rgb9_e5.texture2d_array_to_texture2d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rg16ui_rgb9_e5.texture2d_array_to_texture2d_array,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rg16ui_rgb9_e5.texture2d_array_to_texture3d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rg16ui_rgb9_e5.texture2d_to_cubemap,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rg16ui_rgb9_e5.texture2d_to_texture2d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rg16ui_rgb9_e5.texture2d_to_texture2d_array,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rg16ui_rgb9_e5.texture2d_to_texture3d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rg16ui_rgb9_e5.texture3d_to_cubemap,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rg16ui_rgb9_e5.texture3d_to_texture2d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rg16ui_rgb9_e5.texture3d_to_texture2d_array,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rg16ui_rgb9_e5.texture3d_to_texture3d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb10_a2_rgb9_e5.cubemap_to_cubemap,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb10_a2_rgb9_e5.cubemap_to_texture2d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb10_a2_rgb9_e5.cubemap_to_texture2d_array,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb10_a2_rgb9_e5.cubemap_to_texture3d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb10_a2_rgb9_e5.renderbuffer_to_cubemap,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb10_a2_rgb9_e5.renderbuffer_to_texture2d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb10_a2_rgb9_e5.renderbuffer_to_texture2d_array,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb10_a2_rgb9_e5.renderbuffer_to_texture3d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb10_a2_rgb9_e5.texture2d_array_to_cubemap,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb10_a2_rgb9_e5.texture2d_array_to_texture2d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb10_a2_rgb9_e5.texture2d_array_to_texture2d_array,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb10_a2_rgb9_e5.texture2d_array_to_texture3d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb10_a2_rgb9_e5.texture2d_to_cubemap,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb10_a2_rgb9_e5.texture2d_to_texture2d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb10_a2_rgb9_e5.texture2d_to_texture2d_array,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb10_a2_rgb9_e5.texture2d_to_texture3d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb10_a2_rgb9_e5.texture3d_to_cubemap,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb10_a2_rgb9_e5.texture3d_to_texture2d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb10_a2_rgb9_e5.texture3d_to_texture2d_array,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb10_a2_rgb9_e5.texture3d_to_texture3d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb10_a2ui_rgb9_e5.cubemap_to_cubemap,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb10_a2ui_rgb9_e5.cubemap_to_texture2d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb10_a2ui_rgb9_e5.cubemap_to_texture2d_array,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb10_a2ui_rgb9_e5.cubemap_to_texture3d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb10_a2ui_rgb9_e5.renderbuffer_to_cubemap,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb10_a2ui_rgb9_e5.renderbuffer_to_texture2d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb10_a2ui_rgb9_e5.renderbuffer_to_texture2d_array,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb10_a2ui_rgb9_e5.renderbuffer_to_texture3d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb10_a2ui_rgb9_e5.texture2d_array_to_cubemap,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb10_a2ui_rgb9_e5.texture2d_array_to_texture2d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb10_a2ui_rgb9_e5.texture2d_array_to_texture2d_array,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb10_a2ui_rgb9_e5.texture2d_array_to_texture3d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb10_a2ui_rgb9_e5.texture2d_to_cubemap,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb10_a2ui_rgb9_e5.texture2d_to_texture2d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb10_a2ui_rgb9_e5.texture2d_to_texture2d_array,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb10_a2ui_rgb9_e5.texture2d_to_texture3d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb10_a2ui_rgb9_e5.texture3d_to_cubemap,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb10_a2ui_rgb9_e5.texture3d_to_texture2d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb10_a2ui_rgb9_e5.texture3d_to_texture2d_array,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb10_a2ui_rgb9_e5.texture3d_to_texture3d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_r32i.cubemap_to_cubemap,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_r32i.cubemap_to_renderbuffer,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_r32i.cubemap_to_texture2d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_r32i.cubemap_to_texture2d_array,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_r32i.cubemap_to_texture3d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_r32i.texture2d_array_to_cubemap,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_r32i.texture2d_array_to_renderbuffer,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_r32i.texture2d_array_to_texture2d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_r32i.texture2d_array_to_texture2d_array,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_r32i.texture2d_array_to_texture3d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_r32i.texture2d_to_cubemap,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_r32i.texture2d_to_renderbuffer,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_r32i.texture2d_to_texture2d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_r32i.texture2d_to_texture2d_array,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_r32i.texture2d_to_texture3d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_r32i.texture3d_to_cubemap,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_r32i.texture3d_to_renderbuffer,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_r32i.texture3d_to_texture2d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_r32i.texture3d_to_texture2d_array,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_r32i.texture3d_to_texture3d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_r32ui.cubemap_to_cubemap,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_r32ui.cubemap_to_renderbuffer,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_r32ui.cubemap_to_texture2d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_r32ui.cubemap_to_texture2d_array,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_r32ui.cubemap_to_texture3d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_r32ui.texture2d_array_to_cubemap,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_r32ui.texture2d_array_to_renderbuffer,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_r32ui.texture2d_array_to_texture2d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_r32ui.texture2d_array_to_texture2d_array,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_r32ui.texture2d_array_to_texture3d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_r32ui.texture2d_to_cubemap,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_r32ui.texture2d_to_renderbuffer,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_r32ui.texture2d_to_texture2d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_r32ui.texture2d_to_texture2d_array,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_r32ui.texture2d_to_texture3d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_r32ui.texture3d_to_cubemap,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_r32ui.texture3d_to_renderbuffer,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_r32ui.texture3d_to_texture2d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_r32ui.texture3d_to_texture2d_array,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_r32ui.texture3d_to_texture3d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rg16i.cubemap_to_cubemap,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rg16i.cubemap_to_renderbuffer,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rg16i.cubemap_to_texture2d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rg16i.cubemap_to_texture2d_array,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rg16i.cubemap_to_texture3d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rg16i.texture2d_array_to_cubemap,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rg16i.texture2d_array_to_renderbuffer,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rg16i.texture2d_array_to_texture2d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rg16i.texture2d_array_to_texture2d_array,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rg16i.texture2d_array_to_texture3d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rg16i.texture2d_to_cubemap,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rg16i.texture2d_to_renderbuffer,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rg16i.texture2d_to_texture2d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rg16i.texture2d_to_texture2d_array,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rg16i.texture2d_to_texture3d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rg16i.texture3d_to_cubemap,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rg16i.texture3d_to_renderbuffer,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rg16i.texture3d_to_texture2d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rg16i.texture3d_to_texture2d_array,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rg16i.texture3d_to_texture3d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rg16ui.cubemap_to_cubemap,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rg16ui.cubemap_to_renderbuffer,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rg16ui.cubemap_to_texture2d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rg16ui.cubemap_to_texture2d_array,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rg16ui.cubemap_to_texture3d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rg16ui.texture2d_array_to_cubemap,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rg16ui.texture2d_array_to_renderbuffer,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rg16ui.texture2d_array_to_texture2d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rg16ui.texture2d_array_to_texture2d_array,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rg16ui.texture2d_array_to_texture3d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rg16ui.texture2d_to_cubemap,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rg16ui.texture2d_to_renderbuffer,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rg16ui.texture2d_to_texture2d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rg16ui.texture2d_to_texture2d_array,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rg16ui.texture2d_to_texture3d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rg16ui.texture3d_to_cubemap,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rg16ui.texture3d_to_renderbuffer,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rg16ui.texture3d_to_texture2d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rg16ui.texture3d_to_texture2d_array,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rg16ui.texture3d_to_texture3d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgb10_a2.cubemap_to_cubemap,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgb10_a2.cubemap_to_renderbuffer,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgb10_a2.cubemap_to_texture2d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgb10_a2.cubemap_to_texture2d_array,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgb10_a2.cubemap_to_texture3d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgb10_a2.texture2d_array_to_cubemap,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgb10_a2.texture2d_array_to_renderbuffer,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgb10_a2.texture2d_array_to_texture2d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgb10_a2.texture2d_array_to_texture2d_array,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgb10_a2.texture2d_array_to_texture3d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgb10_a2.texture2d_to_cubemap,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgb10_a2.texture2d_to_renderbuffer,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgb10_a2.texture2d_to_texture2d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgb10_a2.texture2d_to_texture2d_array,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgb10_a2.texture2d_to_texture3d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgb10_a2.texture3d_to_cubemap,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgb10_a2.texture3d_to_renderbuffer,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgb10_a2.texture3d_to_texture2d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgb10_a2.texture3d_to_texture2d_array,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgb10_a2.texture3d_to_texture3d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgb10_a2ui.cubemap_to_cubemap,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgb10_a2ui.cubemap_to_renderbuffer,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgb10_a2ui.cubemap_to_texture2d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgb10_a2ui.cubemap_to_texture2d_array,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgb10_a2ui.cubemap_to_texture3d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgb10_a2ui.texture2d_array_to_cubemap,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgb10_a2ui.texture2d_array_to_renderbuffer,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgb10_a2ui.texture2d_array_to_texture2d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgb10_a2ui.texture2d_array_to_texture2d_array,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgb10_a2ui.texture2d_array_to_texture3d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgb10_a2ui.texture2d_to_cubemap,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgb10_a2ui.texture2d_to_renderbuffer,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgb10_a2ui.texture2d_to_texture2d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgb10_a2ui.texture2d_to_texture2d_array,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgb10_a2ui.texture2d_to_texture3d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgb10_a2ui.texture3d_to_cubemap,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgb10_a2ui.texture3d_to_renderbuffer,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgb10_a2ui.texture3d_to_texture2d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgb10_a2ui.texture3d_to_texture2d_array,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgb10_a2ui.texture3d_to_texture3d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgb9_e5.cubemap_to_cubemap,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgb9_e5.cubemap_to_texture2d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgb9_e5.cubemap_to_texture2d_array,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgb9_e5.cubemap_to_texture3d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgb9_e5.texture2d_array_to_cubemap,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgb9_e5.texture2d_array_to_texture2d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgb9_e5.texture2d_array_to_texture2d_array,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgb9_e5.texture2d_array_to_texture3d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgb9_e5.texture2d_to_cubemap,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgb9_e5.texture2d_to_texture2d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgb9_e5.texture2d_to_texture2d_array,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgb9_e5.texture2d_to_texture3d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgb9_e5.texture3d_to_cubemap,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgb9_e5.texture3d_to_texture2d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgb9_e5.texture3d_to_texture2d_array,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgb9_e5.texture3d_to_texture3d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgba8.cubemap_to_cubemap,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgba8.cubemap_to_renderbuffer,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgba8.cubemap_to_texture2d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgba8.cubemap_to_texture2d_array,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgba8.cubemap_to_texture3d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgba8.texture2d_array_to_cubemap,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgba8.texture2d_array_to_renderbuffer,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgba8.texture2d_array_to_texture2d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgba8.texture2d_array_to_texture2d_array,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgba8.texture2d_array_to_texture3d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgba8.texture2d_to_cubemap,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgba8.texture2d_to_renderbuffer,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgba8.texture2d_to_texture2d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgba8.texture2d_to_texture2d_array,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgba8.texture2d_to_texture3d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgba8.texture3d_to_cubemap,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgba8.texture3d_to_renderbuffer,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgba8.texture3d_to_texture2d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgba8.texture3d_to_texture2d_array,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgba8.texture3d_to_texture3d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgba8_snorm.cubemap_to_cubemap,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgba8_snorm.cubemap_to_texture2d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgba8_snorm.cubemap_to_texture2d_array,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgba8_snorm.cubemap_to_texture3d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgba8_snorm.texture2d_array_to_cubemap,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgba8_snorm.texture2d_array_to_texture2d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgba8_snorm.texture2d_array_to_texture2d_array,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgba8_snorm.texture2d_array_to_texture3d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgba8_snorm.texture2d_to_cubemap,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgba8_snorm.texture2d_to_texture2d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgba8_snorm.texture2d_to_texture2d_array,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgba8_snorm.texture2d_to_texture3d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgba8_snorm.texture3d_to_cubemap,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgba8_snorm.texture3d_to_texture2d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgba8_snorm.texture3d_to_texture2d_array,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgba8_snorm.texture3d_to_texture3d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgba8i.cubemap_to_cubemap,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgba8i.cubemap_to_renderbuffer,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgba8i.cubemap_to_texture2d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgba8i.cubemap_to_texture2d_array,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgba8i.cubemap_to_texture3d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgba8i.texture2d_array_to_cubemap,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgba8i.texture2d_array_to_renderbuffer,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgba8i.texture2d_array_to_texture2d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgba8i.texture2d_array_to_texture2d_array,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgba8i.texture2d_array_to_texture3d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgba8i.texture2d_to_cubemap,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgba8i.texture2d_to_renderbuffer,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgba8i.texture2d_to_texture2d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgba8i.texture2d_to_texture2d_array,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgba8i.texture2d_to_texture3d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgba8i.texture3d_to_cubemap,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgba8i.texture3d_to_renderbuffer,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgba8i.texture3d_to_texture2d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgba8i.texture3d_to_texture2d_array,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgba8i.texture3d_to_texture3d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgba8ui.cubemap_to_cubemap,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgba8ui.cubemap_to_renderbuffer,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgba8ui.cubemap_to_texture2d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgba8ui.cubemap_to_texture2d_array,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgba8ui.cubemap_to_texture3d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgba8ui.texture2d_array_to_cubemap,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgba8ui.texture2d_array_to_renderbuffer,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgba8ui.texture2d_array_to_texture2d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgba8ui.texture2d_array_to_texture2d_array,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgba8ui.texture2d_array_to_texture3d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgba8ui.texture2d_to_cubemap,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgba8ui.texture2d_to_renderbuffer,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgba8ui.texture2d_to_texture2d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgba8ui.texture2d_to_texture2d_array,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgba8ui.texture2d_to_texture3d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgba8ui.texture3d_to_cubemap,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgba8ui.texture3d_to_renderbuffer,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgba8ui.texture3d_to_texture2d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgba8ui.texture3d_to_texture2d_array,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_rgba8ui.texture3d_to_texture3d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_srgb8_alpha8.cubemap_to_cubemap,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_srgb8_alpha8.cubemap_to_renderbuffer,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_srgb8_alpha8.cubemap_to_texture2d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_srgb8_alpha8.cubemap_to_texture2d_array,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_srgb8_alpha8.cubemap_to_texture3d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_srgb8_alpha8.texture2d_array_to_cubemap,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_srgb8_alpha8.texture2d_array_to_renderbuffer,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_srgb8_alpha8.texture2d_array_to_texture2d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_srgb8_alpha8.texture2d_array_to_texture2d_array,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_srgb8_alpha8.texture2d_array_to_texture3d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_srgb8_alpha8.texture2d_to_cubemap,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_srgb8_alpha8.texture2d_to_renderbuffer,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_srgb8_alpha8.texture2d_to_texture2d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_srgb8_alpha8.texture2d_to_texture2d_array,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_srgb8_alpha8.texture2d_to_texture3d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_srgb8_alpha8.texture3d_to_cubemap,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_srgb8_alpha8.texture3d_to_renderbuffer,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_srgb8_alpha8.texture3d_to_texture2d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_srgb8_alpha8.texture3d_to_texture2d_array,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgb9_e5_srgb8_alpha8.texture3d_to_texture3d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgba8_rgb9_e5.cubemap_to_cubemap,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgba8_rgb9_e5.cubemap_to_texture2d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgba8_rgb9_e5.cubemap_to_texture2d_array,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgba8_rgb9_e5.cubemap_to_texture3d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgba8_rgb9_e5.renderbuffer_to_cubemap,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgba8_rgb9_e5.renderbuffer_to_texture2d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgba8_rgb9_e5.renderbuffer_to_texture2d_array,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgba8_rgb9_e5.renderbuffer_to_texture3d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgba8_rgb9_e5.texture2d_array_to_cubemap,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgba8_rgb9_e5.texture2d_array_to_texture2d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgba8_rgb9_e5.texture2d_array_to_texture2d_array,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgba8_rgb9_e5.texture2d_array_to_texture3d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgba8_rgb9_e5.texture2d_to_cubemap,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgba8_rgb9_e5.texture2d_to_texture2d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgba8_rgb9_e5.texture2d_to_texture2d_array,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgba8_rgb9_e5.texture2d_to_texture3d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgba8_rgb9_e5.texture3d_to_cubemap,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgba8_rgb9_e5.texture3d_to_texture2d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgba8_rgb9_e5.texture3d_to_texture2d_array,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgba8_rgb9_e5.texture3d_to_texture3d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgba8_snorm_rgb9_e5.cubemap_to_cubemap,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgba8_snorm_rgb9_e5.cubemap_to_texture2d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgba8_snorm_rgb9_e5.cubemap_to_texture2d_array,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgba8_snorm_rgb9_e5.cubemap_to_texture3d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgba8_snorm_rgb9_e5.texture2d_array_to_cubemap,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgba8_snorm_rgb9_e5.texture2d_array_to_texture2d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgba8_snorm_rgb9_e5.texture2d_array_to_texture2d_array,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgba8_snorm_rgb9_e5.texture2d_array_to_texture3d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgba8_snorm_rgb9_e5.texture2d_to_cubemap,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgba8_snorm_rgb9_e5.texture2d_to_texture2d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgba8_snorm_rgb9_e5.texture2d_to_texture2d_array,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgba8_snorm_rgb9_e5.texture2d_to_texture3d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgba8_snorm_rgb9_e5.texture3d_to_cubemap,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgba8_snorm_rgb9_e5.texture3d_to_texture2d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgba8_snorm_rgb9_e5.texture3d_to_texture2d_array,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgba8_snorm_rgb9_e5.texture3d_to_texture3d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgba8i_rgb9_e5.cubemap_to_cubemap,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgba8i_rgb9_e5.cubemap_to_texture2d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgba8i_rgb9_e5.cubemap_to_texture2d_array,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgba8i_rgb9_e5.cubemap_to_texture3d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgba8i_rgb9_e5.renderbuffer_to_cubemap,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgba8i_rgb9_e5.renderbuffer_to_texture2d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgba8i_rgb9_e5.renderbuffer_to_texture2d_array,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgba8i_rgb9_e5.renderbuffer_to_texture3d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgba8i_rgb9_e5.texture2d_array_to_cubemap,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgba8i_rgb9_e5.texture2d_array_to_texture2d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgba8i_rgb9_e5.texture2d_array_to_texture2d_array,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgba8i_rgb9_e5.texture2d_array_to_texture3d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgba8i_rgb9_e5.texture2d_to_cubemap,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgba8i_rgb9_e5.texture2d_to_texture2d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgba8i_rgb9_e5.texture2d_to_texture2d_array,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgba8i_rgb9_e5.texture2d_to_texture3d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgba8i_rgb9_e5.texture3d_to_cubemap,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgba8i_rgb9_e5.texture3d_to_texture2d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgba8i_rgb9_e5.texture3d_to_texture2d_array,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgba8i_rgb9_e5.texture3d_to_texture3d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgba8ui_rgb9_e5.cubemap_to_cubemap,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgba8ui_rgb9_e5.cubemap_to_texture2d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgba8ui_rgb9_e5.cubemap_to_texture2d_array,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgba8ui_rgb9_e5.cubemap_to_texture3d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgba8ui_rgb9_e5.renderbuffer_to_cubemap,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgba8ui_rgb9_e5.renderbuffer_to_texture2d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgba8ui_rgb9_e5.renderbuffer_to_texture2d_array,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgba8ui_rgb9_e5.renderbuffer_to_texture3d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgba8ui_rgb9_e5.texture2d_array_to_cubemap,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgba8ui_rgb9_e5.texture2d_array_to_texture2d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgba8ui_rgb9_e5.texture2d_array_to_texture2d_array,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgba8ui_rgb9_e5.texture2d_array_to_texture3d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgba8ui_rgb9_e5.texture2d_to_cubemap,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgba8ui_rgb9_e5.texture2d_to_texture2d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgba8ui_rgb9_e5.texture2d_to_texture2d_array,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgba8ui_rgb9_e5.texture2d_to_texture3d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgba8ui_rgb9_e5.texture3d_to_cubemap,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgba8ui_rgb9_e5.texture3d_to_texture2d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgba8ui_rgb9_e5.texture3d_to_texture2d_array,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgba8ui_rgb9_e5.texture3d_to_texture3d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.srgb8_alpha8_rgb9_e5.cubemap_to_cubemap,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.srgb8_alpha8_rgb9_e5.cubemap_to_texture2d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.srgb8_alpha8_rgb9_e5.cubemap_to_texture2d_array,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.srgb8_alpha8_rgb9_e5.cubemap_to_texture3d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.srgb8_alpha8_rgb9_e5.renderbuffer_to_cubemap,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.srgb8_alpha8_rgb9_e5.renderbuffer_to_texture2d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.srgb8_alpha8_rgb9_e5.renderbuffer_to_texture2d_array,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.srgb8_alpha8_rgb9_e5.renderbuffer_to_texture3d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.srgb8_alpha8_rgb9_e5.texture2d_array_to_cubemap,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.srgb8_alpha8_rgb9_e5.texture2d_array_to_texture2d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.srgb8_alpha8_rgb9_e5.texture2d_array_to_texture2d_array,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.srgb8_alpha8_rgb9_e5.texture2d_array_to_texture3d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.srgb8_alpha8_rgb9_e5.texture2d_to_cubemap,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.srgb8_alpha8_rgb9_e5.texture2d_to_texture2d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.srgb8_alpha8_rgb9_e5.texture2d_to_texture2d_array,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.srgb8_alpha8_rgb9_e5.texture2d_to_texture3d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.srgb8_alpha8_rgb9_e5.texture3d_to_cubemap,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.srgb8_alpha8_rgb9_e5.texture3d_to_texture2d,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.srgb8_alpha8_rgb9_e5.texture3d_to_texture2d_array,Crash
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.srgb8_alpha8_rgb9_e5.texture3d_to_texture3d,Crash
dEQP-GLES31.functional.texture.border_clamp.formats.rgb9_e5.gather_size_npot,Crash
dEQP-GLES31.functional.texture.border_clamp.formats.rgb9_e5.gather_size_pot,Crash
dEQP-GLES31.functional.texture.border_clamp.formats.rgb9_e5.linear_size_npot,Crash
dEQP-GLES31.functional.texture.border_clamp.formats.rgb9_e5.linear_size_pot,Crash
dEQP-GLES31.functional.texture.border_clamp.formats.rgb9_e5.nearest_size_npot,Crash
dEQP-GLES31.functional.texture.border_clamp.formats.rgb9_e5.nearest_size_pot,Crash
dEQP-GLES31.functional.texture.filtering.cube_array.formats.rgb9_e5_linear,Crash
dEQP-GLES31.functional.texture.filtering.cube_array.formats.rgb9_e5_linear_mipmap_linear,Crash
dEQP-GLES31.functional.texture.filtering.cube_array.formats.rgb9_e5_linear_mipmap_nearest,Crash
dEQP-GLES31.functional.texture.filtering.cube_array.formats.rgb9_e5_nearest,Crash
dEQP-GLES31.functional.texture.filtering.cube_array.formats.rgb9_e5_nearest_mipmap_linear,Crash
dEQP-GLES31.functional.texture.filtering.cube_array.formats.rgb9_e5_nearest_mipmap_nearest,Crash
dEQP-GLES31.functional.texture.format.sized.cube_array.rgb9_e5_npot,Crash
dEQP-GLES31.functional.texture.format.sized.cube_array.rgb9_e5_pot,Crash
dEQP-GLES31.functional.texture.specification.basic_teximage3d.rgb9_e5_cube_array,Crash
dEQP-GLES31.functional.texture.specification.teximage3d_pbo.rgb9_e5_cube_array,Crash
dEQP-GLES31.functional.texture.specification.texstorage3d.format.rgb9_e5_cube_array,Crash
dEQP-GLES31.functional.texture.specification.texsubimage3d_pbo.rgb9_e5_cube_array,Crash
# New failures with GL CTS 4.6.7.0 & ES CTS 3.2.13.0
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.rgba8_rgba8ui.renderbuffer_to_renderbuffer,Fail
dEQP-GLES31.functional.copy_image.non_compressed.viewclass_32_bits.srgb8_alpha8_rgba8ui.renderbuffer_to_renderbuffer,Fail

View file

@ -328,6 +328,9 @@ to upconvert to 32b float internally?
<value value="0x2" name="R2D_SNORM8"/>
<value value="0x1" name="R2D_UNORM8_SRGB"/>
<value value="0x0" name="R2D_UNORM8"/>
<!-- Not a hw enum, used internally in driver -->
<value value="0xff" name="R2D_NONE"/>
</enum>
<enum name="a6xx_tex_type">

View file

@ -89,8 +89,7 @@ fd6_ifmt(enum a6xx_format fmt)
return R2D_FLOAT16;
default:
UNREACHABLE("bad format");
return (enum a6xx_2d_ifmt)0;
return R2D_NONE;
}
}
@ -111,7 +110,7 @@ ok_dims(const struct pipe_resource *r, const struct pipe_box *b, int lvl)
}
static bool
ok_format(const struct fd_dev_info *info, enum pipe_format pfmt)
ok_format(const struct fd_dev_info *info, enum pipe_format pfmt, bool check_a2d)
{
if (!fd6_color_format_supported(info, pfmt, TILE6_LINEAR))
return false;
@ -137,6 +136,9 @@ ok_format(const struct fd_dev_info *info, enum pipe_format pfmt)
if (fmt == FMT6_NONE)
return false;
if (check_a2d && (fd6_ifmt(fmt) == R2D_NONE))
return false;
return true;
}
@ -184,8 +186,8 @@ can_do_blit(const struct fd_dev_info *dev_info, const struct pipe_blit_info *inf
fail_if(info->dst.box.depth != info->src.box.depth);
/* Fail if unsupported format: */
fail_if(!ok_format(dev_info, info->src.format));
fail_if(!ok_format(dev_info, info->dst.format));
fail_if(!ok_format(dev_info, info->src.format, true));
fail_if(!ok_format(dev_info, info->dst.format, true));
/* using the 2d path seems to canonicalize NaNs when the source format
* is a 16-bit floating point format, likely because it implicitly
@ -253,7 +255,7 @@ can_do_clear(const struct pipe_resource *prsc, unsigned level,
{
struct fd_screen *screen = fd_screen(prsc->screen);
return ok_format(screen->info, prsc->format) &&
return ok_format(screen->info, prsc->format, true) &&
ok_dims(prsc, box, level) &&
(fd_resource_nr_samples(prsc) == 1);
@ -1552,7 +1554,7 @@ fd6_tile_mode_for_format(const struct fd_dev_info *info, enum pipe_format pfmt)
/* basically just has to be a format we can blit, so uploads/downloads
* via linear staging buffer works:
*/
if (ok_format(info, pfmt))
if (ok_format(info, pfmt, false))
return TILE6_3;
return TILE6_LINEAR;