Manually Roll Dawn from 028726497ad3 to 4b35f52f9b33 (32 revisions)

https://dawn.googlesource.com/dawn.git/+log/028726497ad3..4b35f52f9b33

2023-05-25 dsinclair@chromium.org [ir] Remove IsConnected
2023-05-25 dsinclair@chromium.org [ir] Remove FlowNode.
2023-05-25 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 7e2336b1e85a to c18972fdef08 (9 revisions)
2023-05-25 gman@chromium.org Compat: Reject non-matching blend state / write mask
2023-05-25 jiawei.shao@intel.com Implement device.CreateErrorShaderModule()
2023-05-25 jrprice@google.com [ir][spirv-writer] Expand binary arithmetic tests
2023-05-25 zhaoming.jiang@intel.com Dawn: Deprecate DiscoverAdapters with DiscoverPhysicalDevices
2023-05-25 jrprice@google.com [ir][spirv-writer] Emit binary bitwise operators
2023-05-25 jrprice@google.com [ir][spirv-writer] Emit comparison instructions
2023-05-25 enga@chromium.org Add Dawn Android bots to CTS roller config
2023-05-24 bclayton@google.com [tint][constant] Use the new constant::Manager
2023-05-24 bclayton@google.com [tint][constant] Make Value::Clone() return a const pointer
2023-05-24 bclayton@google.com [tint][constant] Add constant::Manager
2023-05-24 dsinclair@chromium.org [ir] Convert function to Value.
2023-05-24 dsinclair@chromium.org [ir] Update disassembly output.
2023-05-24 jojwang@google.com Use new clang_format/scripts/ path in dawn.
2023-05-24 enga@chromium.org Validate that [ Slow ] is not used in expectations.txt
2023-05-24 enga@chromium.org Enable testing of compat in dawn_end2end_tests only on GLES
2023-05-24 shrekshao@google.com Compat GL/GLES: blit a stencil texture to a buffer using compute
2023-05-24 dsinclair@chromium.org [ir] Convert FlowNode to Block where possible.
2023-05-24 dsinclair@chromium.org [ir] Change base class for terminators.
2023-05-24 dsinclair@chromium.org [ir] Remove Jump.
2023-05-24 jrprice@google.com [ir][spirv-writer] Emit matrix constants
2023-05-24 jrprice@google.com [ir][spirv-writer] Emit matrix types
2023-05-24 jrprice@google.com [ir][spirv-writer] Implement user function calls
2023-05-24 jrprice@google.com [fuzzers] Substitute all override variables
2023-05-24 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 9e47cbd300ca to 7e2336b1e85a (7 revisions)
2023-05-24 jrprice@google.com [ir][spirv-writer] Add support for parameters
2023-05-24 jrprice@google.com [ir][spirv-writer] Add support for return values
2023-05-24 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 86f4f667c327 to 25c584aa4cec (2 revisions)
2023-05-24 gman@chromium.org Compat: Reject CubeArrays via Validation
2023-05-24 jrprice@google.com [ir] Add scalar type helpers to type::Manager

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/dawn-skia-autoroll
Please CC cwallez@google.com,shrekshao@google.com on the revert to ensure that a human
is aware of the problem.

To file a bug in Dawn: https://bugs.chromium.org/p/dawn/issues/entry
To file a bug in Skia: https://bugs.chromium.org/p/skia/issues/entry

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md

Cq-Include-Trybots: skia/skia.primary:Build-Debian10-Clang-x86_64-Debug-Dawn;skia/skia.primary:Test-Mac11-Clang-MacMini9.1-GPU-AppleM1-arm64-Debug-All-Graphite_Dawn;skia/skia.primary:Test-Win10-MSVC-Golo-GPU-QuadroP400-x86_64-Release-All-Graphite_Dawn
Change-Id: Ie10a968e4f2659ccdda9049acaa373b48e184586
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/703359
Auto-Submit: Kevin Lubick <kjlubick@google.com>
Reviewed-by: Leon Scroggins <scroggo@google.com>
Commit-Queue: Leon Scroggins <scroggo@google.com>
Commit-Queue: Kevin Lubick <kjlubick@google.com>
diff --git a/DEPS b/DEPS
index 89e6d6d..acc4911 100644
--- a/DEPS
+++ b/DEPS
@@ -24,7 +24,7 @@
   "third_party/externals/d3d12allocator"         : "https://skia.googlesource.com/external/github.com/GPUOpen-LibrariesAndSDKs/D3D12MemoryAllocator.git@169895d529dfce00390a20e69c2f516066fe7a3b",
   # Dawn requires jinja2 and markupsafe for the code generator, tint for SPIRV compilation, and abseil for string formatting.
   # When the Dawn revision is updated these should be updated from the Dawn DEPS as well.
-  "third_party/externals/dawn"                   : "https://dawn.googlesource.com/dawn.git@028726497ad38a66c55ef0a7e831d20dc0e026be",
+  "third_party/externals/dawn"                   : "https://dawn.googlesource.com/dawn.git@4b35f52f9b33eb358a01170ad2fd334f2b5b4347",
   "third_party/externals/jinja2"                 : "https://chromium.googlesource.com/chromium/src/third_party/jinja2@ee69aa00ee8536f61db6a451f3858745cf587de6",
   "third_party/externals/markupsafe"             : "https://chromium.googlesource.com/chromium/src/third_party/markupsafe@0944e71f4b2cb9a871bcbe353f95e889b64a611a",
   "third_party/externals/abseil-cpp"             : "https://skia.googlesource.com/external/github.com/abseil/abseil-cpp.git@cb436cf0142b4cbe47aae94223443df7f82e2920",
diff --git a/bazel/deps.bzl b/bazel/deps.bzl
index ab4b9cf..41449d4 100644
--- a/bazel/deps.bzl
+++ b/bazel/deps.bzl
@@ -26,7 +26,7 @@
     new_git_repository(
         name = "dawn",
         build_file = ws + "//bazel/external/dawn:BUILD.bazel",
-        commit = "028726497ad38a66c55ef0a7e831d20dc0e026be",
+        commit = "4b35f52f9b33eb358a01170ad2fd334f2b5b4347",
         remote = "https://dawn.googlesource.com/dawn.git",
     )
 
diff --git a/bazel/external/dawn/BUILD.bazel b/bazel/external/dawn/BUILD.bazel
index f2165ab..ceb6f52 100644
--- a/bazel/external/dawn/BUILD.bazel
+++ b/bazel/external/dawn/BUILD.bazel
@@ -721,6 +721,7 @@
     "src/tint/utils/hashset.h",
     "src/tint/utils/map.h",
     "src/tint/utils/math.h",
+    "src/tint/utils/predicates.h",
     "src/tint/utils/result.h",
     "src/tint/utils/reverse.h",
     "src/tint/utils/scoped_assignment.h",
@@ -1207,6 +1208,8 @@
     "src/tint/constant/clone_context.h",
     "src/tint/constant/composite.cc",
     "src/tint/constant/composite.h",
+    "src/tint/constant/manager.cc",
+    "src/tint/constant/manager.h",
     "src/tint/constant/node.cc",
     "src/tint/constant/node.h",
     "src/tint/constant/scalar.cc",