Roll Dawn from cebf22738909 to 033f24e72cc0 (13 revisions)

https://dawn.googlesource.com/dawn.git/+log/cebf22738909..033f24e72cc0

2023-12-13 jrprice@google.com [ir] Handle entry point attributes for IR->WGSL
2023-12-13 lokokung@google.com Removes leftover debugging code from:
2023-12-13 gman@chromium.org Roll third_party/webgpu-cts/ 3cbe1f7e3..7a6ef7301 (1 commit)
2023-12-12 jiawei.shao@intel.com Support const expression with dot4{I|U}8Packed
2023-12-12 jiawei.shao@intel.com Tint/MSL: Fix translation of dot4{I|U}8Packed
2023-12-12 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from ebfd5875d4b7 to 167af0420ab8 (1 revision)
2023-12-12 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 5c8cb8a69c10 to 398cfb4b1421 (2 revisions)
2023-12-12 arthursonzogni@chromium.org partition_alloc: CMake and GN config
2023-12-12 jrprice@google.com [spirv-reader] Add --use-ir-reader option to exe
2023-12-12 bclayton@google.com [tint][ir] Serialize If instructions
2023-12-12 bclayton@google.com [tint][ir] Serialize Atomics
2023-12-12 bclayton@google.com [tint][ir] Serialize Convert instructions
2023-12-12 lokokung@google.com Renames Unpacked to UnpackedPtr.

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 bclayton@google.com,cwallez@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://issues.skia.org/issues/new?component=1389291&template=1850622

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-Graphite_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: bclayton@google.com
Test: Test: tint_unittests
Change-Id: Ieebe1f46fc9484a742bbc710b18a3fdf600d9dde
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/789276
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 89e5ddb..e784fe5 100644
--- a/DEPS
+++ b/DEPS
@@ -28,7 +28,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@cebf22738909498596d4c7ede83d229addbd5e9e",
+  "third_party/externals/dawn"                   : "https://dawn.googlesource.com/dawn.git@033f24e72cc01610ae2a51aaacf124950b7032c2",
   "third_party/externals/jinja2"                 : "https://chromium.googlesource.com/chromium/src/third_party/jinja2@515dd10de9bf63040045902a4a310d2ba25213a0",
   "third_party/externals/markupsafe"             : "https://chromium.googlesource.com/chromium/src/third_party/markupsafe@006709ba3ed87660a17bd4548c45663628f5ed85",
   "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 8b17004..4686f1d 100644
--- a/bazel/deps.bzl
+++ b/bazel/deps.bzl
@@ -30,7 +30,7 @@
     new_git_repository(
         name = "dawn",
         build_file = ws + "//bazel/external/dawn:BUILD.bazel",
-        commit = "cebf22738909498596d4c7ede83d229addbd5e9e",
+        commit = "033f24e72cc01610ae2a51aaacf124950b7032c2",
         remote = "https://dawn.googlesource.com/dawn.git",
     )