Roll Dawn from cca03ca6bfe9 to 22505a5afe1f (9 revisions)

https://dawn.googlesource.com/dawn.git/+log/cca03ca6bfe9..22505a5afe1f

2020-10-21 enga@chromium.org Fix systemName output on Mac/iOS
2020-10-21 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll Tint from 0ce070474164 to 8f7c80347dc6 (1 revision)
2020-10-21 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll Tint from 4f79c8405028 to 0ce070474164 (1 revision)
2020-10-21 dsinclair@chromium.org Update type for atomic.
2020-10-21 cwallez@chromium.org Dawn infra: update the primary branch to "main"
2020-10-21 cwallez@chromium.org Trivial grammar fix in README.md
2020-10-21 hao.x.li@intel.com Query API: Record used query index in command encoder
2020-10-21 dsinclair@chromium.org Update WGSL struct syntax.
2020-10-21 jiawei.shao@intel.com Add the entry point of CreateReadyRenderPipeline

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 dsinclair@google.com on the revert to ensure that a human
is aware of the problem.

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/master/autoroll/README.md

Cq-Include-Trybots: skia/skia.primary:Build-Debian10-Clang-x86_64-Debug-Dawn
Bug: None
Tbr: dsinclair@google.com
Change-Id: I0af44d5f4ce2c9bee7c2d0ec0904805947b99b00
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/329117
Reviewed-by: 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 595334a..3e1f735 100644
--- a/DEPS
+++ b/DEPS
@@ -12,7 +12,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, and glslang and shaderc for SPIRV compilation.
   # 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@cca03ca6bfe936cea2cda29e0c72fb0d0fde2850",
+  "third_party/externals/dawn"            : "https://dawn.googlesource.com/dawn.git@22505a5afe1f75b402a00a27d49e313fbd6e2181",
   "third_party/externals/glslang"         : "https://chromium.googlesource.com/external/github.com/KhronosGroup/glslang@4dcc12d1a441b29d5901bc708bb1343d29d6459f",
   "third_party/externals/jinja2"          : "https://chromium.googlesource.com/chromium/src/third_party/jinja2@b41863e42637544c2941b574c7877d3e1f663e25",
   "third_party/externals/markupsafe"      : "https://chromium.googlesource.com/chromium/src/third_party/markupsafe@8f45f5cfa0009d2a70589bcda0349b8cb2b72783",