Commit d2ca995f by Ian Elliott Committed by Commit Bot

Vulkan: Update "fragment_ops" failures on Android

A Qualcomm driver bug causes certain "dEQP-GLES3.functional.fragment_ops*" tests to fail. On Pixel 4 XL, this only occurs when the device is rotated 90 or 270 degrees. Bug: angleproject:4344 Bug: b/157933198 Change-Id: Iedb7e8c76fbe55795537cab3e821a410899fdea3 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2277103Reviewed-by: 's avatarIan Elliott <ianelliott@google.com> Reviewed-by: 's avatarCharlie Lao <cclao@google.com> Commit-Queue: Ian Elliott <ianelliott@google.com>
parent 2761f01d
...@@ -568,11 +568,15 @@ ...@@ -568,11 +568,15 @@
3816 VULKAN PIXEL2ORXL : dEQP-GLES3.functional.texture.specification.texstorage3d.format.rg32* = FAIL 3816 VULKAN PIXEL2ORXL : dEQP-GLES3.functional.texture.specification.texstorage3d.format.rg32* = FAIL
// Failing on the Pixel 2 due to Qualcomm Vulkan driver // Failing on the Pixel 2 due to Qualcomm Vulkan driver
4344 VULKAN ANDROID : dEQP-GLES3.functional.fragment_ops.interaction.basic_shader.54 = FAIL
4344 VULKAN ANDROID : dEQP-GLES3.functional.fragment_ops.random.35 = FAIL
4344 VULKAN ANDROID : dEQP-GLES3.functional.fragment_ops.random.56 = FAIL 4344 VULKAN ANDROID : dEQP-GLES3.functional.fragment_ops.random.56 = FAIL
4344 VULKAN ANDROID : dEQP-GLES3.functional.fragment_ops.random.62 = FAIL 4344 VULKAN ANDROID : dEQP-GLES3.functional.fragment_ops.random.62 = FAIL
4344 VULKAN ANDROID : dEQP-GLES3.functional.fragment_ops.random.68 = FAIL 4344 VULKAN ANDROID : dEQP-GLES3.functional.fragment_ops.random.68 = FAIL
// Pixel 4 XL update (6/30/20): The previous 3 tests pass on Pixel 4 XL. The following only fail
// when the device is rotated 90 or 270 degrees, due to the same Qualcomm driver bug. As before,
// the driver bug can be worked around by immediately ending a render pass that does a clear.
4344 VULKAN ANDROID : dEQP-GLES3.functional.fragment_ops.interaction.basic_shader.54 = FAIL
4344 VULKAN ANDROID : dEQP-GLES3.functional.fragment_ops.random.35 = FAIL
4344 VULKAN ANDROID : dEQP-GLES3.functional.fragment_ops.random.73 = FAIL
// Fails only with SwiftShader: // Fails only with SwiftShader:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment