Manual roll Dawn from ab6a9b9906ca to a7207e9dcc0b (14 revisions)

Manual roll requested by robertphillips@google.com

https://dawn.googlesource.com/dawn.git/+log/ab6a9b9906ca..a7207e9dcc0b

2023-05-26 penghuang@chromium.org d3d11: ignore backend debug layer warning from SetPrivateData()
2023-05-26 cwallez@chromium.org Add more supported swapchain texture usages.
2023-05-26 jrprice@google.com [ir][spirv-writer] Emit builtin function calls
2023-05-26 jrprice@google.com [ir] Emit initializer before var declaration
2023-05-26 dsinclair@chromium.org [ir] Add a NextIteration instruction.
2023-05-26 dsinclair@chromium.org [ir] Add the Exit instructions.
2023-05-26 dsinclair@chromium.org [ir] Add BreakIf instruction.
2023-05-26 cwallez@chromium.org Add SwapChain::GetCurrentTexture
2023-05-26 zhaoming.jiang@intel.com Dawn: Rename remaining DiscoverAdapters to DiscoverPhysicalDevices
2023-05-26 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from c121b0137b6a to 388a184dd781 (10 revisions)
2023-05-26 enga@chromium.org Update expectations.txt with Android results
2023-05-26 senorblanco@chromium.org Tint/GLSL: rename identifiers containing double-underscores.
2023-05-26 dsinclair@chromium.org [ir] Add explicit continue branches.
2023-05-26 dsinclair@chromium.org [ir] Add explicit Return instructions.

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,robertphillips@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
Bug: None
Tbr: shrekshao@google.com,robertphillips@google.com
Change-Id: I6f21b507ba4875962c487cebd4fd754cd4e6a137
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/703979
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Bot-Commit: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
diff --git a/DEPS b/DEPS
index 678ff45..cbf0ea0 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@ab6a9b9906ca60fd08a68fdcb24415efb794b987",
+  "third_party/externals/dawn"                   : "https://dawn.googlesource.com/dawn.git@a7207e9dcc0b3573dced10a463d8585289273c8d",
   "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 70e1f4c..d59bbfb 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 = "ab6a9b9906ca60fd08a68fdcb24415efb794b987",
+        commit = "a7207e9dcc0b3573dced10a463d8585289273c8d",
         remote = "https://dawn.googlesource.com/dawn.git",
     )