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:
parent
318ec2e893
commit
78fdaa4eeb
|
@ -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());
|
||||
|
||||
|
|
Loading…
Reference in New Issue