Roll vulkan-deps from d649923e90dc to 0f0002bea54e (12 revisions)

https://chromium.googlesource.com/vulkan-deps.git/+log/d649923e90dc..0f0002bea54e

Also rolling transitive DEPS:
  https://chromium.googlesource.com/external/github.com/KhronosGroup/glslang/+log/a729c86d78552ec7e05e3748448e7a99f6f2a696..f69d2768e534132e8626c4817c80e95464dcda8e
  https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools/+log/c173df736cb89ba4daba0beec039317292f22e0d..522dfead39eb232b3873f0e7cfe57cde6b9e69c1
  https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Headers/+log/29f979ee5aa58b7b005f805ea8df7a855c39ff37..14345dab231912ee9601136e96ca67a6e1f632e7
  https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Utility-Libraries/+log/0a786ee3e4fd3602f68ff0ffd9fdcb12e0efb646..8c907ea21fe0147f791d79051b18e21bc8c4ede0
  https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-ValidationLayers/+log/92ecaef7e51a00c0862b41762c272a55e905e622..2c899b17aadecedb7fa9515e386695c96a4d0a26

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/vulkan-deps-dawn-autoroll
Please CC jrprice@google.com,webgpu-developers@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 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

Bug: None
Tbr: jrprice@google.com
Change-Id: I2dd714e0f6ad24e080fa11e2e0a78a17f12923fb
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/209184
Bot-Commit: Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com>
diff --git a/DEPS b/DEPS
index 9c6bdbb..8d2699d 100644
--- a/DEPS
+++ b/DEPS
@@ -278,12 +278,12 @@
   },
 
   'third_party/vulkan-deps': {
-    'url': '{chromium_git}/vulkan-deps@d649923e90dcd1aa8eb9e1c0a4b771e1f01b3da0',
+    'url': '{chromium_git}/vulkan-deps@0f0002bea54e983f0c2adeb11ace100c04ed4b0e',
     'condition': 'dawn_standalone',
   },
 
   'third_party/glslang/src': {
-    'url': '{chromium_git}/external/github.com/KhronosGroup/glslang@a729c86d78552ec7e05e3748448e7a99f6f2a696',
+    'url': '{chromium_git}/external/github.com/KhronosGroup/glslang@f69d2768e534132e8626c4817c80e95464dcda8e',
     'condition': 'dawn_standalone',
   },
 
@@ -298,12 +298,12 @@
   },
 
   'third_party/spirv-tools/src': {
-    'url': '{chromium_git}/external/github.com/KhronosGroup/SPIRV-Tools@c173df736cb89ba4daba0beec039317292f22e0d',
+    'url': '{chromium_git}/external/github.com/KhronosGroup/SPIRV-Tools@522dfead39eb232b3873f0e7cfe57cde6b9e69c1',
     'condition': 'dawn_standalone',
   },
 
   'third_party/vulkan-headers/src': {
-    'url': '{chromium_git}/external/github.com/KhronosGroup/Vulkan-Headers@29f979ee5aa58b7b005f805ea8df7a855c39ff37',
+    'url': '{chromium_git}/external/github.com/KhronosGroup/Vulkan-Headers@14345dab231912ee9601136e96ca67a6e1f632e7',
     'condition': 'dawn_standalone',
   },
 
@@ -318,12 +318,12 @@
   },
 
   'third_party/vulkan-utility-libraries/src': {
-    'url': '{chromium_git}/external/github.com/KhronosGroup/Vulkan-Utility-Libraries@0a786ee3e4fd3602f68ff0ffd9fdcb12e0efb646',
+    'url': '{chromium_git}/external/github.com/KhronosGroup/Vulkan-Utility-Libraries@8c907ea21fe0147f791d79051b18e21bc8c4ede0',
     'condition': 'dawn_standalone',
   },
 
   'third_party/vulkan-validation-layers/src': {
-    'url': '{chromium_git}/external/github.com/KhronosGroup/Vulkan-ValidationLayers@92ecaef7e51a00c0862b41762c272a55e905e622',
+    'url': '{chromium_git}/external/github.com/KhronosGroup/Vulkan-ValidationLayers@2c899b17aadecedb7fa9515e386695c96a4d0a26',
     'condition': 'dawn_standalone',
   },
 
diff --git a/third_party/glslang/src b/third_party/glslang/src
index a729c86..f69d276 160000
--- a/third_party/glslang/src
+++ b/third_party/glslang/src
@@ -1 +1 @@
-Subproject commit a729c86d78552ec7e05e3748448e7a99f6f2a696
+Subproject commit f69d2768e534132e8626c4817c80e95464dcda8e
diff --git a/third_party/spirv-tools/src b/third_party/spirv-tools/src
index c173df7..522dfea 160000
--- a/third_party/spirv-tools/src
+++ b/third_party/spirv-tools/src
@@ -1 +1 @@
-Subproject commit c173df736cb89ba4daba0beec039317292f22e0d
+Subproject commit 522dfead39eb232b3873f0e7cfe57cde6b9e69c1
diff --git a/third_party/vulkan-deps b/third_party/vulkan-deps
index d649923..0f0002b 160000
--- a/third_party/vulkan-deps
+++ b/third_party/vulkan-deps
@@ -1 +1 @@
-Subproject commit d649923e90dcd1aa8eb9e1c0a4b771e1f01b3da0
+Subproject commit 0f0002bea54e983f0c2adeb11ace100c04ed4b0e
diff --git a/third_party/vulkan-headers/src b/third_party/vulkan-headers/src
index 29f979e..14345da 160000
--- a/third_party/vulkan-headers/src
+++ b/third_party/vulkan-headers/src
@@ -1 +1 @@
-Subproject commit 29f979ee5aa58b7b005f805ea8df7a855c39ff37
+Subproject commit 14345dab231912ee9601136e96ca67a6e1f632e7
diff --git a/third_party/vulkan-utility-libraries/src b/third_party/vulkan-utility-libraries/src
index 0a786ee..8c907ea 160000
--- a/third_party/vulkan-utility-libraries/src
+++ b/third_party/vulkan-utility-libraries/src
@@ -1 +1 @@
-Subproject commit 0a786ee3e4fd3602f68ff0ffd9fdcb12e0efb646
+Subproject commit 8c907ea21fe0147f791d79051b18e21bc8c4ede0
diff --git a/third_party/vulkan-validation-layers/src b/third_party/vulkan-validation-layers/src
index 92ecaef..2c899b1 160000
--- a/third_party/vulkan-validation-layers/src
+++ b/third_party/vulkan-validation-layers/src
@@ -1 +1 @@
-Subproject commit 92ecaef7e51a00c0862b41762c272a55e905e622
+Subproject commit 2c899b17aadecedb7fa9515e386695c96a4d0a26