Commit dbb23ec3 by Ancheng Qiao Committed by Commit Bot

Vulkan: Remove swiftshader mipmap3d test skip

Bug: angleproject:3983 Change-Id: I9c487cc7db5d5e22a6cff00b40e4081498ab771f Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2128207 Commit-Queue: Jamie Madill <jmadill@chromium.org> Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
parent 9120bcae
...@@ -954,10 +954,6 @@ TEST_P(MipmapTestES3, MipmapForDeepTextureArray) ...@@ -954,10 +954,6 @@ TEST_P(MipmapTestES3, MipmapForDeepTextureArray)
// Then tests if the mipmaps are rendered correctly for all two layers. // Then tests if the mipmaps are rendered correctly for all two layers.
TEST_P(MipmapTestES3, MipmapsForTexture3D) TEST_P(MipmapTestES3, MipmapsForTexture3D)
{ {
// Currently block on swiftshader Blit3D support, tracked on
// https://issuetracker.google.com/issues/150155499
ANGLE_SKIP_TEST_IF(isVulkanSwiftshaderRenderer());
int px = getWindowWidth() / 2; int px = getWindowWidth() / 2;
int py = getWindowHeight() / 2; int py = getWindowHeight() / 2;
......
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