Disable SlantedPlaneMipmap for D3D12 + tint

Bug: tint:691
Change-Id: Ic002bdc1955724fb26d16b7f63712bd77febc67c
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/46377
Commit-Queue: Ben Clayton <bclayton@google.com>
Reviewed-by: Corentin Wallez <cwallez@chromium.org>
This commit is contained in:
Ben Clayton 2021-03-30 20:30:37 +00:00 committed by Commit Bot service account
parent 318ec2e893
commit 78fdaa4eeb
1 changed files with 2 additions and 0 deletions

View File

@ -268,6 +268,8 @@ class SamplerFilterAnisotropicTest : public DawnTest {
};
TEST_P(SamplerFilterAnisotropicTest, SlantedPlaneMipmap) {
// TODO(crbug.com/tint/691): shader compiles, but output is unexpected
DAWN_SKIP_TEST_IF(IsD3D12() && HasToggleEnabled("use_tint_generator"));
// TODO(crbug.com/dawn/740): Test output is wrong with D3D12 + WARP.
DAWN_SKIP_TEST_IF(IsD3D12() && IsWARP());