commit | e9e7f1fcecaa9dc5da5caf06480af36592ed5580 | [log] [tgz] |
---|---|---|
author | James Price <jrprice@google.com> | Tue May 20 15:27:33 2025 -0700 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue May 20 15:27:33 2025 -0700 |
tree | 5acd745e088719574c20907406b49960b2ed8715 | |
parent | 8a398ff51641a55c6f366211ad42764bd526bad5 [diff] |
[tint] Reflect predicate_subgroup_matrix for robustness This enables the fuzzer to use it. Bug: 403609264 Change-Id: I9449191776af7e7805ce1b0a15e9eb681f611742 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/243095 Reviewed-by: dan sinclair <dsinclair@chromium.org> Commit-Queue: dan sinclair <dsinclair@chromium.org> Auto-Submit: James Price <jrprice@google.com> Commit-Queue: James Price <jrprice@google.com>
diff --git a/src/tint/lang/core/ir/transform/robustness.h b/src/tint/lang/core/ir/transform/robustness.h index 2cf3d79..4371a80 100644 --- a/src/tint/lang/core/ir/transform/robustness.h +++ b/src/tint/lang/core/ir/transform/robustness.h
@@ -82,6 +82,7 @@ clamp_storage, clamp_uniform, clamp_workgroup, + predicate_subgroup_matrix, bindings_ignored, disable_runtime_sized_array_index_clamping); };