mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-07-06 05:06:07 +00:00
Remove supressions for disable_r8_rg8_mipmaps
This toggle no longer exists Bug: none Change-Id: I1ef99a760530286f1845ab0b55fa611f61df239d Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/116843 Commit-Queue: Austin Eng <enga@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com> Kokoro: Austin Eng <enga@chromium.org> Reviewed-by: Corentin Wallez <cwallez@chromium.org> Auto-Submit: Austin Eng <enga@chromium.org>
This commit is contained in:
parent
58d1e89426
commit
3c760b850c
@ -2201,11 +2201,6 @@ TEST_P(CopyTests_T2T, CopyFromNonZeroMipLevelWithTexelBlockSizeLessThan4Bytes) {
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (HasToggleEnabled("disable_r8_rg8_mipmaps") &&
|
|
||||||
(format == wgpu::TextureFormat::R8Unorm || format == wgpu::TextureFormat::RG8Unorm)) {
|
|
||||||
continue;
|
|
||||||
}
|
|
||||||
|
|
||||||
for (uint32_t textureLayer : kTestTextureLayer) {
|
for (uint32_t textureLayer : kTestTextureLayer) {
|
||||||
const wgpu::Extent3D kUploadSize = {4u, 4u, textureLayer};
|
const wgpu::Extent3D kUploadSize = {4u, 4u, textureLayer};
|
||||||
|
|
||||||
|
@ -96,12 +96,6 @@ class NonzeroTextureCreationTests : public DawnTestWithParams<Params> {
|
|||||||
GetParam().mFormat == wgpu::TextureFormat::Depth24PlusStencil8) &&
|
GetParam().mFormat == wgpu::TextureFormat::Depth24PlusStencil8) &&
|
||||||
IsMetal() && IsIntel() && GetParam().mMip != 0);
|
IsMetal() && IsIntel() && GetParam().mMip != 0);
|
||||||
|
|
||||||
// TODO(crbug.com/dawn/1071): Implement a workaround on Intel/Metal backends.
|
|
||||||
DAWN_SUPPRESS_TEST_IF((GetParam().mFormat == wgpu::TextureFormat::R8Unorm ||
|
|
||||||
GetParam().mFormat == wgpu::TextureFormat::RG8Unorm) &&
|
|
||||||
GetParam().mMipCount > 1 &&
|
|
||||||
HasToggleEnabled("disable_r8_rg8_mipmaps"));
|
|
||||||
|
|
||||||
// TODO(crbug.com/dawn/667): ANGLE claims to support NV_read_stencil, but won't read
|
// TODO(crbug.com/dawn/667): ANGLE claims to support NV_read_stencil, but won't read
|
||||||
// correctly from a DEPTH32F_STENCIL8 texture.
|
// correctly from a DEPTH32F_STENCIL8 texture.
|
||||||
DAWN_SUPPRESS_TEST_IF(GetParam().mFormat == wgpu::TextureFormat::Depth24PlusStencil8 &&
|
DAWN_SUPPRESS_TEST_IF(GetParam().mFormat == wgpu::TextureFormat::Depth24PlusStencil8 &&
|
||||||
|
Loading…
x
Reference in New Issue
Block a user