commit | 5e35dab340375e2265ff02bbd9e2831d022f7c28 | [log] [tgz] |
---|---|---|
author | Loko Kung <lokokung@google.com> | Sat Feb 03 00:23:04 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sat Feb 03 00:23:04 2024 +0000 |
tree | a5c8288ad93d826c4b78bdd2d752afdb1be6cd95 | |
parent | 90f4d8c7af862907e59199b453a691638ef5fbbb [diff] |
Fixes missing tier-ing for texture related limits. - Note the previous roll already removed the expectations for the tests in PS1. - Before this fix, the texture dimension limits were not being tiered. After this they should be tiered, but the error tests should still pass because https://chromium-review.googlesource.com/c/chromium/src/+/5247632 disables tiering explicitly instead of as a bug for the tests. Bug: dawn:1960 Change-Id: I90a434eab661395f9811e6a8e50037a0ceaf47a7 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/172329 Reviewed-by: Austin Eng <enga@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Loko Kung <lokokung@google.com>
diff --git a/src/dawn/native/Limits.cpp b/src/dawn/native/Limits.cpp index 808179e..8c3b078 100644 --- a/src/dawn/native/Limits.cpp +++ b/src/dawn/native/Limits.cpp
@@ -133,6 +133,7 @@ X(LIMITS_STORAGE_BUFFER_BINDINGS) \ X(LIMITS_ATTACHMENTS) \ X(LIMITS_INTER_STAGE_SHADER_VARIABLES) \ + X(LIMITS_TEXTURE_DIMENSIONS) \ X(LIMITS_OTHER) #define LIMITS(X) \