Roll Dawn from c7e156fb7b8f to ff2b5e441cc7 (27 revisions)

https://dawn.googlesource.com/dawn.git/+log/c7e156fb7b8f..ff2b5e441cc7

2022-11-24 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 494640e54bf3 to 541cdcbf094f (10 revisions)
2022-11-24 zhaoming.jiang@intel.com Dawn: Require both DXC compiler and validator version being 1.6 or higher
2022-11-24 rafael.cintron@microsoft.com Release D3D12 command queue in Device::DestroyImpl
2022-11-23 amaiorano@google.com tint: const eval of transpose builtin
2022-11-23 bclayton@google.com Roll third_party/webgpu-cts/ 23c3bebbd..95541299f (6 commits)
2022-11-23 dsinclair@chromium.org Update parser to match * and & spec change.
2022-11-23 bclayton@google.com Add tools/src/cmd/git-stats
2022-11-23 bclayton@google.com tint/utils: Make Hashmap::Find() safer to use
2022-11-23 bclayton@google.com tint/transform: Add HoistToDeclBefore::VariableKind
2022-11-23 bclayton@google.com tint: Suffix builtin return types with '_f32'
2022-11-23 amaiorano@google.com tint: const eval of determinant builtin
2022-11-23 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from 4078f769562a to 2a5928cb17d1 (1 revision)
2022-11-23 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from bd2c589d0d34 to 46af29f17d19 (1 revision)
2022-11-23 dsinclair@chromium.org Remove reserved words.
2022-11-23 bclayton@google.com tint: Implement const-eval of frexp()
2022-11-23 hogehoge@gachapin.jp Also reject mapAsync if the buffer is being mapped
2022-11-23 dsinclair@chromium.org Add const-eval for `log` and `log2`.
2022-11-23 cwallez@chromium.org CompilationMessages: compute offsets directly to take \r\n into account.
2022-11-23 dsinclair@chromium.org Add const-eval for `exp` and `exp2`.
2022-11-23 enga@chromium.org Add tolerances to pass several tests on Mac M1 and SwiftShader
2022-11-23 jrprice@google.com cmake: Use -Wno-poison-system-directories
2022-11-23 bclayton@google.com tint/ir: fix double-underscore in identifier
2022-11-23 bclayton@google.com tint: Add abstract overload of modf
2022-11-23 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 27727e501aee to 494640e54bf3 (3 revisions)
2022-11-23 bclayton@google.com test/tint: Expand modf end-to-end tests
2022-11-23 lokokung@google.com Ensures blob cache is always available, even if it is just a placeholder
2022-11-23 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from d34588e0d62f to 4078f769562a (1 revision)

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 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
Bug: None
Tbr: shrekshao@google.com
Change-Id: Ie040e82a3c827a75794002c29e50848f4454df4f
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/609682
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 798c208..cbf66e1 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@c7e156fb7b8fc18a67119d3805b11d19667412f3",
+  "third_party/externals/dawn"                   : "https://dawn.googlesource.com/dawn.git@ff2b5e441cc7417281f08135c80702c74b91c9ad",
   "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 51518fc..0895c2a 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 = "c7e156fb7b8fc18a67119d3805b11d19667412f3",
+        commit = "ff2b5e441cc7417281f08135c80702c74b91c9ad",
         remote = "https://dawn.googlesource.com/dawn.git",
     )