Roll vulkan-deps from 155bbe2e1429 to c3a7e669d51b (26 revisions)

https://chromium.googlesource.com/vulkan-deps.git/+log/155bbe2e1429..c3a7e669d51b

Also rolling transitive DEPS:
  https://chromium.googlesource.com/external/github.com/KhronosGroup/glslang/+log/d81aeef9f82050bd5940ce1c475d8316ad41d747..76cc41d26f6902de543773023611e40fbcdde58b
  https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Headers/+log/cb6b2c32dbfc3257c1e9142a116fe9ee3d9b80a2..996c728cf7dcfb29845cfa15222822318f047810
  https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools/+log/9aaa2601400a29ce39ce1111aa9f790e5c9d4c1b..02433568af277324e6d7fe4582b663f14165c563
  https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Loader/+log/9276d73f29651c92402f0f0389108d69bb51b9ca..b0177a972b8d47e823a4500cf88df88a8c27add7
  https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Tools/+log/e94085e2167e33b6b18474da24ff18f46bc56976..15f2de809304aba619ee327f3273425418ca83de
  https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Utility-Libraries/+log/9123b8c04b378c1b81899314e3060a80f255a24b..87ab6b39a97d084a2ef27db85e3cbaf5d2622a09
  https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-ValidationLayers/+log/7d88badaa519c125a2a7a4c041634acb9baba52d..eb768790c6e7f3333970ce3493acfd5a79d2eb76

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 alanbaker@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: alanbaker@google.com
Change-Id: I4437cda6b7737dd1a5c2fdba53a93ea5b5942b1d
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/214077
Commit-Queue: Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com>
Bot-Commit: Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com>
diff --git a/DEPS b/DEPS
index 3d08537..770f388 100644
--- a/DEPS
+++ b/DEPS
@@ -284,12 +284,12 @@
   },
 
   'third_party/vulkan-deps': {
-    'url': '{chromium_git}/vulkan-deps@155bbe2e14290da3b5fadd68d67c298fcb449a9f',
+    'url': '{chromium_git}/vulkan-deps@c3a7e669d51bf3cab9433e17f1227967576c8712',
     'condition': 'dawn_standalone',
   },
 
   'third_party/glslang/src': {
-    'url': '{chromium_git}/external/github.com/KhronosGroup/glslang@d81aeef9f82050bd5940ce1c475d8316ad41d747',
+    'url': '{chromium_git}/external/github.com/KhronosGroup/glslang@76cc41d26f6902de543773023611e40fbcdde58b',
     'condition': 'dawn_standalone',
   },
 
@@ -299,12 +299,12 @@
   },
 
   'third_party/spirv-headers/src': {
-    'url': '{chromium_git}/external/github.com/KhronosGroup/SPIRV-Headers@cb6b2c32dbfc3257c1e9142a116fe9ee3d9b80a2',
+    'url': '{chromium_git}/external/github.com/KhronosGroup/SPIRV-Headers@996c728cf7dcfb29845cfa15222822318f047810',
     'condition': 'dawn_standalone',
   },
 
   'third_party/spirv-tools/src': {
-    'url': '{chromium_git}/external/github.com/KhronosGroup/SPIRV-Tools@9aaa2601400a29ce39ce1111aa9f790e5c9d4c1b',
+    'url': '{chromium_git}/external/github.com/KhronosGroup/SPIRV-Tools@02433568af277324e6d7fe4582b663f14165c563',
     'condition': 'dawn_standalone',
   },
 
@@ -314,22 +314,22 @@
   },
 
   'third_party/vulkan-loader/src': {
-    'url': '{chromium_git}/external/github.com/KhronosGroup/Vulkan-Loader@9276d73f29651c92402f0f0389108d69bb51b9ca',
+    'url': '{chromium_git}/external/github.com/KhronosGroup/Vulkan-Loader@b0177a972b8d47e823a4500cf88df88a8c27add7',
     'condition': 'dawn_standalone',
   },
 
   'third_party/vulkan-tools/src': {
-    'url': '{chromium_git}/external/github.com/KhronosGroup/Vulkan-Tools@e94085e2167e33b6b18474da24ff18f46bc56976',
+    'url': '{chromium_git}/external/github.com/KhronosGroup/Vulkan-Tools@15f2de809304aba619ee327f3273425418ca83de',
     'condition': 'dawn_standalone',
   },
 
   'third_party/vulkan-utility-libraries/src': {
-    'url': '{chromium_git}/external/github.com/KhronosGroup/Vulkan-Utility-Libraries@9123b8c04b378c1b81899314e3060a80f255a24b',
+    'url': '{chromium_git}/external/github.com/KhronosGroup/Vulkan-Utility-Libraries@87ab6b39a97d084a2ef27db85e3cbaf5d2622a09',
     'condition': 'dawn_standalone',
   },
 
   'third_party/vulkan-validation-layers/src': {
-    'url': '{chromium_git}/external/github.com/KhronosGroup/Vulkan-ValidationLayers@7d88badaa519c125a2a7a4c041634acb9baba52d',
+    'url': '{chromium_git}/external/github.com/KhronosGroup/Vulkan-ValidationLayers@eb768790c6e7f3333970ce3493acfd5a79d2eb76',
     'condition': 'dawn_standalone',
   },
 
diff --git a/third_party/glslang/src b/third_party/glslang/src
index d81aeef..76cc41d 160000
--- a/third_party/glslang/src
+++ b/third_party/glslang/src
@@ -1 +1 @@
-Subproject commit d81aeef9f82050bd5940ce1c475d8316ad41d747
+Subproject commit 76cc41d26f6902de543773023611e40fbcdde58b
diff --git a/third_party/spirv-headers/src b/third_party/spirv-headers/src
index cb6b2c3..996c728 160000
--- a/third_party/spirv-headers/src
+++ b/third_party/spirv-headers/src
@@ -1 +1 @@
-Subproject commit cb6b2c32dbfc3257c1e9142a116fe9ee3d9b80a2
+Subproject commit 996c728cf7dcfb29845cfa15222822318f047810
diff --git a/third_party/spirv-tools/src b/third_party/spirv-tools/src
index 9aaa260..0243356 160000
--- a/third_party/spirv-tools/src
+++ b/third_party/spirv-tools/src
@@ -1 +1 @@
-Subproject commit 9aaa2601400a29ce39ce1111aa9f790e5c9d4c1b
+Subproject commit 02433568af277324e6d7fe4582b663f14165c563
diff --git a/third_party/vulkan-deps b/third_party/vulkan-deps
index 155bbe2..c3a7e66 160000
--- a/third_party/vulkan-deps
+++ b/third_party/vulkan-deps
@@ -1 +1 @@
-Subproject commit 155bbe2e14290da3b5fadd68d67c298fcb449a9f
+Subproject commit c3a7e669d51bf3cab9433e17f1227967576c8712
diff --git a/third_party/vulkan-loader/src b/third_party/vulkan-loader/src
index 9276d73..b0177a9 160000
--- a/third_party/vulkan-loader/src
+++ b/third_party/vulkan-loader/src
@@ -1 +1 @@
-Subproject commit 9276d73f29651c92402f0f0389108d69bb51b9ca
+Subproject commit b0177a972b8d47e823a4500cf88df88a8c27add7
diff --git a/third_party/vulkan-tools/src b/third_party/vulkan-tools/src
index e94085e..15f2de8 160000
--- a/third_party/vulkan-tools/src
+++ b/third_party/vulkan-tools/src
@@ -1 +1 @@
-Subproject commit e94085e2167e33b6b18474da24ff18f46bc56976
+Subproject commit 15f2de809304aba619ee327f3273425418ca83de
diff --git a/third_party/vulkan-utility-libraries/src b/third_party/vulkan-utility-libraries/src
index 9123b8c..87ab6b3 160000
--- a/third_party/vulkan-utility-libraries/src
+++ b/third_party/vulkan-utility-libraries/src
@@ -1 +1 @@
-Subproject commit 9123b8c04b378c1b81899314e3060a80f255a24b
+Subproject commit 87ab6b39a97d084a2ef27db85e3cbaf5d2622a09
diff --git a/third_party/vulkan-validation-layers/src b/third_party/vulkan-validation-layers/src
index 7d88bad..eb76879 160000
--- a/third_party/vulkan-validation-layers/src
+++ b/third_party/vulkan-validation-layers/src
@@ -1 +1 @@
-Subproject commit 7d88badaa519c125a2a7a4c041634acb9baba52d
+Subproject commit eb768790c6e7f3333970ce3493acfd5a79d2eb76