Roll Dawn from 7e02157df528 to 785ccde2f588 (10 revisions)

https://dawn.googlesource.com/dawn.git/+log/7e02157df528..785ccde2f588

2023-01-20 enga@chromium.org Expand AllowFormatReinterpretationWithoutFlag to consider ETC2/ASTC
2023-01-20 bajones@chromium.org Fix builds that disable tint_build_spv_reader
2023-01-19 bajones@chromium.org Making SPIR-V ingestion and validation optional
2023-01-19 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 823d1a0d7c30 to 23014e30056e (7 revisions)
2023-01-19 penghuang@chromium.org Add the last usage serial in Buffer
2023-01-19 dsinclair@chromium.org Add bug numbers to shader expectations.
2023-01-19 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 48e40ef60b69 to bb5fd093b558 (4 revisions)
2023-01-19 bclayton@google.com tint: Remove commented out includes
2023-01-19 cwallez@chromium.org Revert "DISABLE WireBufferMappingReadTests.DestroyInsideMapReadCallback"
2023-01-19 amaiorano@google.com Roll third_party/webgpu-cts/ 65fcd99b7..9fbed0099 (13 commits)

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 lokokung@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
Bug: None
Tbr: lokokung@google.com
Change-Id: Id697df3664db95e2a41daa5f4b14ede76c391ab3
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/632033
Bot-Commit: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
diff --git a/DEPS b/DEPS
index cd41e30..4e0c030 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@7e02157df52876c0e89ed0626e1b3c284d8263ea",
+  "third_party/externals/dawn"                   : "https://dawn.googlesource.com/dawn.git@785ccde2f588a76e7b1024f54f27032e0606be11",
   "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 b7642f1..06867bd 100644
--- a/bazel/deps.bzl
+++ b/bazel/deps.bzl
@@ -22,7 +22,7 @@
     new_git_repository(
         name = "dawn",
         build_file = "@//bazel/external/dawn:BUILD.bazel",
-        commit = "7e02157df52876c0e89ed0626e1b3c284d8263ea",
+        commit = "785ccde2f588a76e7b1024f54f27032e0606be11",
         remote = "https://dawn.googlesource.com/dawn.git",
     )