Roll third_party/webgpu-cts/ 4f338fe8c..1a346483b (25 commits)
Regenerated:
- expectations.txt
- compat-expectations.txt
- ts_sources.txt
- test_list.txt
- resource_files.txt
- webtest .html files
https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/4f338fe8c277..1a346483b7e4
- 1a3464 Refactor src/webpgu/api/validation/encoding and a few extra (#4273)
- 4ebc81 Fix texture_intra_invocation_coherence.spec.ts (#4272)
- b9f6db Make selectDeviceXXX unreachable on AllFeaturesMaxLimitsGPUTest (#4270)
- 927cb5 Add labels to command encoders (#4271)
- 93c5fa Refactor shader/validation/expression/overload_resolution.spec.ts (#4269)
- 6891e5 Refactor webgpu/examples (#4268)
- f0ac54 Refactor shader/execution/* (#4266)
- bd5fda Refactor shader/execution/expression/call/builtin/texture* (#4267)
- 66ff5a Refactor api/operation (#4265)
- 2ae91f Return mismatched device holder to the mismatched device pool (#4264)
- f16777 Add comment case to WGSL enable test. (#4262)
- 0e6468 Fix shader/validation/types/textures (#4261)
- 6b3ead Fix shader/execution/expression/call/builtin/textureSampleBias (#4263)
- fe6ac5 Remove shaderModule and compilationInfo from error.extra (#4249)
- b1fefb Fix enable regular expression. (#4260)
- 808ad2 wgsl: test declaring a name 'binding_array' (#4257)
- b9af49 Refactor shader/validation/(function|parse)/* (#4250)
- 011f7e Refactor shader/validation/expression/call/builtin/* (#4247)
- 35ee1b Refactor shader/validtion/expression/(access|binary|unary) (#4251)
- 1afb0a Refactor shader/validation/types/* + 1 (#4252)
- 200fcc Refactor shader/validation/statement/* (#4253)
- ce97d9 Refactor shader/validation/expression/matrix/* (#4258)
- fbb8c7 Refactor shader/validation/shader_io/* (#4254)
- e787be Make ShaderValidationTest auto skip if required features missing. (#4255)
- 16fcac Unreserve the `binding_array` keyword. (#4245)
Created with './tools/run cts roll'
Cq-Include-Trybots: luci.chromium.try:android-dawn-arm-rel,android-dawn-arm64-rel,dawn-try-linux-x64-intel-uhd770-rel,dawn-try-mac-amd-exp,dawn-try-mac-arm64-m2-exp,dawn-try-mac-intel-exp,dawn-try-win-x64-intel-uhd770-rel,dawn-try-win10-x86-rel,linux-dawn-nvidia-1660-exp-rel,linux-dawn-rel,mac-arm64-dawn-rel,mac-dawn-rel,win-dawn-rel
Include-Ci-Only-Tests: true
Change-Id: Idc01a5fb6a4d9ddbfecb10008cba5b97efa85cae
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/229894
Reviewed-by: Peter McNeeley <petermcneeley@google.com>
Commit-Queue: dan sinclair <dsinclair@chromium.org>
Reviewed-by: dan sinclair <dsinclair@chromium.org>
Reviewed-by: Corentin Wallez <cwallez@chromium.org>
diff --git a/DEPS b/DEPS
index c0b797c..0119950 100644
--- a/DEPS
+++ b/DEPS
@@ -364,7 +364,7 @@
# WebGPU CTS - not used directly by Dawn, only transitively by Chromium.
'third_party/webgpu-cts': {
- 'url': '{chromium_git}/external/github.com/gpuweb/cts@4f338fe8c2774df69c53e940e69f6b9c957ace6c',
+ 'url': '{chromium_git}/external/github.com/gpuweb/cts@1a346483b7e4463c888580bcf00ed181ea92f549',
'condition': 'build_with_chromium',
},
diff --git a/third_party/gn/webgpu-cts/test_list.txt b/third_party/gn/webgpu-cts/test_list.txt
index 47666f2..5e07afb 100644
--- a/third_party/gn/webgpu-cts/test_list.txt
+++ b/third_party/gn/webgpu-cts/test_list.txt
@@ -22794,31 +22794,2333 @@
webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_usage:
webgpu:api,validation,encoding,cmds,copyTextureToTexture:sample_count:
webgpu:api,validation,encoding,cmds,copyTextureToTexture:multisampled_copy_restrictions:
-webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormatFeature="_undef_";dstFormatFeature="_undef_"
-webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormatFeature="_undef_";dstFormatFeature="depth32float-stencil8"
-webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormatFeature="_undef_";dstFormatFeature="texture-compression-bc"
-webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormatFeature="_undef_";dstFormatFeature="texture-compression-etc2"
-webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormatFeature="_undef_";dstFormatFeature="texture-compression-astc"
-webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormatFeature="depth32float-stencil8";dstFormatFeature="_undef_"
-webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormatFeature="depth32float-stencil8";dstFormatFeature="depth32float-stencil8"
-webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormatFeature="depth32float-stencil8";dstFormatFeature="texture-compression-bc"
-webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormatFeature="depth32float-stencil8";dstFormatFeature="texture-compression-etc2"
-webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormatFeature="depth32float-stencil8";dstFormatFeature="texture-compression-astc"
-webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormatFeature="texture-compression-bc";dstFormatFeature="_undef_"
-webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormatFeature="texture-compression-bc";dstFormatFeature="depth32float-stencil8"
-webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormatFeature="texture-compression-bc";dstFormatFeature="texture-compression-bc"
-webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormatFeature="texture-compression-bc";dstFormatFeature="texture-compression-etc2"
-webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormatFeature="texture-compression-bc";dstFormatFeature="texture-compression-astc"
-webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormatFeature="texture-compression-etc2";dstFormatFeature="_undef_"
-webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormatFeature="texture-compression-etc2";dstFormatFeature="depth32float-stencil8"
-webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormatFeature="texture-compression-etc2";dstFormatFeature="texture-compression-bc"
-webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormatFeature="texture-compression-etc2";dstFormatFeature="texture-compression-etc2"
-webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormatFeature="texture-compression-etc2";dstFormatFeature="texture-compression-astc"
-webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormatFeature="texture-compression-astc";dstFormatFeature="_undef_"
-webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormatFeature="texture-compression-astc";dstFormatFeature="depth32float-stencil8"
-webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormatFeature="texture-compression-astc";dstFormatFeature="texture-compression-bc"
-webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormatFeature="texture-compression-astc";dstFormatFeature="texture-compression-etc2"
-webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormatFeature="texture-compression-astc";dstFormatFeature="texture-compression-astc"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8unorm";dstFormat="r8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8unorm";dstFormat="r8snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8unorm";dstFormat="r8uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8unorm";dstFormat="r8sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8unorm";dstFormat="rg8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8unorm";dstFormat="rg8snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8unorm";dstFormat="rg8uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8unorm";dstFormat="rg8sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8unorm";dstFormat="rgba8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8unorm";dstFormat="rgba8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8unorm";dstFormat="rgba8snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8unorm";dstFormat="rgba8uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8unorm";dstFormat="rgba8sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8unorm";dstFormat="bgra8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8unorm";dstFormat="bgra8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8unorm";dstFormat="r16uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8unorm";dstFormat="r16sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8unorm";dstFormat="r16float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8unorm";dstFormat="rg16uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8unorm";dstFormat="rg16sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8unorm";dstFormat="rg16float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8unorm";dstFormat="rgba16uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8unorm";dstFormat="rgba16sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8unorm";dstFormat="rgba16float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8unorm";dstFormat="r32uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8unorm";dstFormat="r32sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8unorm";dstFormat="r32float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8unorm";dstFormat="rg32uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8unorm";dstFormat="rg32sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8unorm";dstFormat="rg32float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8unorm";dstFormat="rgba32uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8unorm";dstFormat="rgba32sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8unorm";dstFormat="rgba32float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8unorm";dstFormat="rgb10a2uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8unorm";dstFormat="rgb10a2unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8unorm";dstFormat="rg11b10ufloat"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8unorm";dstFormat="rgb9e5ufloat"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8unorm";dstFormat="stencil8"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8unorm";dstFormat="depth16unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8snorm";dstFormat="r8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8snorm";dstFormat="r8snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8snorm";dstFormat="r8uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8snorm";dstFormat="r8sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8snorm";dstFormat="rg8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8snorm";dstFormat="rg8snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8snorm";dstFormat="rg8uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8snorm";dstFormat="rg8sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8snorm";dstFormat="rgba8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8snorm";dstFormat="rgba8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8snorm";dstFormat="rgba8snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8snorm";dstFormat="rgba8uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8snorm";dstFormat="rgba8sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8snorm";dstFormat="bgra8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8snorm";dstFormat="bgra8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8snorm";dstFormat="r16uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8snorm";dstFormat="r16sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8snorm";dstFormat="r16float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8snorm";dstFormat="rg16uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8snorm";dstFormat="rg16sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8snorm";dstFormat="rg16float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8snorm";dstFormat="rgba16uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8snorm";dstFormat="rgba16sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8snorm";dstFormat="rgba16float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8snorm";dstFormat="r32uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8snorm";dstFormat="r32sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8snorm";dstFormat="r32float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8snorm";dstFormat="rg32uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8snorm";dstFormat="rg32sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8snorm";dstFormat="rg32float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8snorm";dstFormat="rgba32uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8snorm";dstFormat="rgba32sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8snorm";dstFormat="rgba32float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8snorm";dstFormat="rgb10a2uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8snorm";dstFormat="rgb10a2unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8snorm";dstFormat="rg11b10ufloat"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8snorm";dstFormat="rgb9e5ufloat"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8snorm";dstFormat="stencil8"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8snorm";dstFormat="depth16unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8uint";dstFormat="r8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8uint";dstFormat="r8snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8uint";dstFormat="r8uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8uint";dstFormat="r8sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8uint";dstFormat="rg8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8uint";dstFormat="rg8snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8uint";dstFormat="rg8uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8uint";dstFormat="rg8sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8uint";dstFormat="rgba8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8uint";dstFormat="rgba8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8uint";dstFormat="rgba8snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8uint";dstFormat="rgba8uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8uint";dstFormat="rgba8sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8uint";dstFormat="bgra8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8uint";dstFormat="bgra8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8uint";dstFormat="r16uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8uint";dstFormat="r16sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8uint";dstFormat="r16float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8uint";dstFormat="rg16uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8uint";dstFormat="rg16sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8uint";dstFormat="rg16float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8uint";dstFormat="rgba16uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8uint";dstFormat="rgba16sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8uint";dstFormat="rgba16float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8uint";dstFormat="r32uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8uint";dstFormat="r32sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8uint";dstFormat="r32float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8uint";dstFormat="rg32uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8uint";dstFormat="rg32sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8uint";dstFormat="rg32float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8uint";dstFormat="rgba32uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8uint";dstFormat="rgba32sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8uint";dstFormat="rgba32float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8uint";dstFormat="rgb10a2uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8uint";dstFormat="rgb10a2unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8uint";dstFormat="rg11b10ufloat"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8uint";dstFormat="rgb9e5ufloat"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8uint";dstFormat="stencil8"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8uint";dstFormat="depth16unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8sint";dstFormat="r8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8sint";dstFormat="r8snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8sint";dstFormat="r8uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8sint";dstFormat="r8sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8sint";dstFormat="rg8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8sint";dstFormat="rg8snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8sint";dstFormat="rg8uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8sint";dstFormat="rg8sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8sint";dstFormat="rgba8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8sint";dstFormat="rgba8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8sint";dstFormat="rgba8snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8sint";dstFormat="rgba8uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8sint";dstFormat="rgba8sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8sint";dstFormat="bgra8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8sint";dstFormat="bgra8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8sint";dstFormat="r16uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8sint";dstFormat="r16sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8sint";dstFormat="r16float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8sint";dstFormat="rg16uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8sint";dstFormat="rg16sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8sint";dstFormat="rg16float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8sint";dstFormat="rgba16uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8sint";dstFormat="rgba16sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8sint";dstFormat="rgba16float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8sint";dstFormat="r32uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8sint";dstFormat="r32sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8sint";dstFormat="r32float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8sint";dstFormat="rg32uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8sint";dstFormat="rg32sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8sint";dstFormat="rg32float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8sint";dstFormat="rgba32uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8sint";dstFormat="rgba32sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8sint";dstFormat="rgba32float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8sint";dstFormat="rgb10a2uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8sint";dstFormat="rgb10a2unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8sint";dstFormat="rg11b10ufloat"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8sint";dstFormat="rgb9e5ufloat"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8sint";dstFormat="stencil8"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r8sint";dstFormat="depth16unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8unorm";dstFormat="r8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8unorm";dstFormat="r8snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8unorm";dstFormat="r8uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8unorm";dstFormat="r8sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8unorm";dstFormat="rg8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8unorm";dstFormat="rg8snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8unorm";dstFormat="rg8uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8unorm";dstFormat="rg8sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8unorm";dstFormat="rgba8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8unorm";dstFormat="rgba8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8unorm";dstFormat="rgba8snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8unorm";dstFormat="rgba8uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8unorm";dstFormat="rgba8sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8unorm";dstFormat="bgra8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8unorm";dstFormat="bgra8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8unorm";dstFormat="r16uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8unorm";dstFormat="r16sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8unorm";dstFormat="r16float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8unorm";dstFormat="rg16uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8unorm";dstFormat="rg16sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8unorm";dstFormat="rg16float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8unorm";dstFormat="rgba16uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8unorm";dstFormat="rgba16sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8unorm";dstFormat="rgba16float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8unorm";dstFormat="r32uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8unorm";dstFormat="r32sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8unorm";dstFormat="r32float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8unorm";dstFormat="rg32uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8unorm";dstFormat="rg32sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8unorm";dstFormat="rg32float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8unorm";dstFormat="rgba32uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8unorm";dstFormat="rgba32sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8unorm";dstFormat="rgba32float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8unorm";dstFormat="rgb10a2uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8unorm";dstFormat="rgb10a2unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8unorm";dstFormat="rg11b10ufloat"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8unorm";dstFormat="rgb9e5ufloat"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8unorm";dstFormat="stencil8"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8unorm";dstFormat="depth16unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8snorm";dstFormat="r8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8snorm";dstFormat="r8snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8snorm";dstFormat="r8uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8snorm";dstFormat="r8sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8snorm";dstFormat="rg8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8snorm";dstFormat="rg8snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8snorm";dstFormat="rg8uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8snorm";dstFormat="rg8sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8snorm";dstFormat="rgba8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8snorm";dstFormat="rgba8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8snorm";dstFormat="rgba8snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8snorm";dstFormat="rgba8uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8snorm";dstFormat="rgba8sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8snorm";dstFormat="bgra8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8snorm";dstFormat="bgra8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8snorm";dstFormat="r16uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8snorm";dstFormat="r16sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8snorm";dstFormat="r16float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8snorm";dstFormat="rg16uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8snorm";dstFormat="rg16sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8snorm";dstFormat="rg16float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8snorm";dstFormat="rgba16uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8snorm";dstFormat="rgba16sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8snorm";dstFormat="rgba16float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8snorm";dstFormat="r32uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8snorm";dstFormat="r32sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8snorm";dstFormat="r32float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8snorm";dstFormat="rg32uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8snorm";dstFormat="rg32sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8snorm";dstFormat="rg32float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8snorm";dstFormat="rgba32uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8snorm";dstFormat="rgba32sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8snorm";dstFormat="rgba32float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8snorm";dstFormat="rgb10a2uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8snorm";dstFormat="rgb10a2unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8snorm";dstFormat="rg11b10ufloat"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8snorm";dstFormat="rgb9e5ufloat"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8snorm";dstFormat="stencil8"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8snorm";dstFormat="depth16unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8uint";dstFormat="r8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8uint";dstFormat="r8snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8uint";dstFormat="r8uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8uint";dstFormat="r8sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8uint";dstFormat="rg8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8uint";dstFormat="rg8snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8uint";dstFormat="rg8uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8uint";dstFormat="rg8sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8uint";dstFormat="rgba8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8uint";dstFormat="rgba8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8uint";dstFormat="rgba8snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8uint";dstFormat="rgba8uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8uint";dstFormat="rgba8sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8uint";dstFormat="bgra8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8uint";dstFormat="bgra8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8uint";dstFormat="r16uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8uint";dstFormat="r16sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8uint";dstFormat="r16float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8uint";dstFormat="rg16uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8uint";dstFormat="rg16sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8uint";dstFormat="rg16float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8uint";dstFormat="rgba16uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8uint";dstFormat="rgba16sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8uint";dstFormat="rgba16float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8uint";dstFormat="r32uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8uint";dstFormat="r32sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8uint";dstFormat="r32float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8uint";dstFormat="rg32uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8uint";dstFormat="rg32sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8uint";dstFormat="rg32float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8uint";dstFormat="rgba32uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8uint";dstFormat="rgba32sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8uint";dstFormat="rgba32float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8uint";dstFormat="rgb10a2uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8uint";dstFormat="rgb10a2unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8uint";dstFormat="rg11b10ufloat"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8uint";dstFormat="rgb9e5ufloat"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8uint";dstFormat="stencil8"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8uint";dstFormat="depth16unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8sint";dstFormat="r8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8sint";dstFormat="r8snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8sint";dstFormat="r8uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8sint";dstFormat="r8sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8sint";dstFormat="rg8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8sint";dstFormat="rg8snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8sint";dstFormat="rg8uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8sint";dstFormat="rg8sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8sint";dstFormat="rgba8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8sint";dstFormat="rgba8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8sint";dstFormat="rgba8snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8sint";dstFormat="rgba8uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8sint";dstFormat="rgba8sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8sint";dstFormat="bgra8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8sint";dstFormat="bgra8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8sint";dstFormat="r16uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8sint";dstFormat="r16sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8sint";dstFormat="r16float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8sint";dstFormat="rg16uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8sint";dstFormat="rg16sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8sint";dstFormat="rg16float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8sint";dstFormat="rgba16uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8sint";dstFormat="rgba16sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8sint";dstFormat="rgba16float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8sint";dstFormat="r32uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8sint";dstFormat="r32sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8sint";dstFormat="r32float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8sint";dstFormat="rg32uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8sint";dstFormat="rg32sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8sint";dstFormat="rg32float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8sint";dstFormat="rgba32uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8sint";dstFormat="rgba32sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8sint";dstFormat="rgba32float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8sint";dstFormat="rgb10a2uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8sint";dstFormat="rgb10a2unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8sint";dstFormat="rg11b10ufloat"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8sint";dstFormat="rgb9e5ufloat"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8sint";dstFormat="stencil8"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg8sint";dstFormat="depth16unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8unorm";dstFormat="r8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8unorm";dstFormat="r8snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8unorm";dstFormat="r8uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8unorm";dstFormat="r8sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8unorm";dstFormat="rg8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8unorm";dstFormat="rg8snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8unorm";dstFormat="rg8uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8unorm";dstFormat="rg8sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8unorm";dstFormat="rgba8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8unorm";dstFormat="rgba8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8unorm";dstFormat="rgba8snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8unorm";dstFormat="rgba8uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8unorm";dstFormat="rgba8sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8unorm";dstFormat="bgra8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8unorm";dstFormat="bgra8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8unorm";dstFormat="r16uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8unorm";dstFormat="r16sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8unorm";dstFormat="r16float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8unorm";dstFormat="rg16uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8unorm";dstFormat="rg16sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8unorm";dstFormat="rg16float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8unorm";dstFormat="rgba16uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8unorm";dstFormat="rgba16sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8unorm";dstFormat="rgba16float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8unorm";dstFormat="r32uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8unorm";dstFormat="r32sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8unorm";dstFormat="r32float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8unorm";dstFormat="rg32uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8unorm";dstFormat="rg32sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8unorm";dstFormat="rg32float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8unorm";dstFormat="rgba32uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8unorm";dstFormat="rgba32sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8unorm";dstFormat="rgba32float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8unorm";dstFormat="rgb10a2uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8unorm";dstFormat="rgb10a2unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8unorm";dstFormat="rg11b10ufloat"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8unorm";dstFormat="rgb9e5ufloat"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8unorm";dstFormat="stencil8"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8unorm";dstFormat="depth16unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8unorm-srgb";dstFormat="r8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8unorm-srgb";dstFormat="r8snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8unorm-srgb";dstFormat="r8uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8unorm-srgb";dstFormat="r8sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8unorm-srgb";dstFormat="rg8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8unorm-srgb";dstFormat="rg8snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8unorm-srgb";dstFormat="rg8uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8unorm-srgb";dstFormat="rg8sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8unorm-srgb";dstFormat="rgba8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8unorm-srgb";dstFormat="rgba8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8unorm-srgb";dstFormat="rgba8snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8unorm-srgb";dstFormat="rgba8uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8unorm-srgb";dstFormat="rgba8sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8unorm-srgb";dstFormat="bgra8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8unorm-srgb";dstFormat="bgra8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8unorm-srgb";dstFormat="r16uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8unorm-srgb";dstFormat="r16sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8unorm-srgb";dstFormat="r16float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8unorm-srgb";dstFormat="rg16uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8unorm-srgb";dstFormat="rg16sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8unorm-srgb";dstFormat="rg16float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8unorm-srgb";dstFormat="rgba16uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8unorm-srgb";dstFormat="rgba16sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8unorm-srgb";dstFormat="rgba16float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8unorm-srgb";dstFormat="r32uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8unorm-srgb";dstFormat="r32sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8unorm-srgb";dstFormat="r32float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8unorm-srgb";dstFormat="rg32uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8unorm-srgb";dstFormat="rg32sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8unorm-srgb";dstFormat="rg32float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8unorm-srgb";dstFormat="rgba32uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8unorm-srgb";dstFormat="rgba32sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8unorm-srgb";dstFormat="rgba32float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8unorm-srgb";dstFormat="rgb10a2uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8unorm-srgb";dstFormat="rgb10a2unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8unorm-srgb";dstFormat="rg11b10ufloat"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8unorm-srgb";dstFormat="rgb9e5ufloat"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8unorm-srgb";dstFormat="stencil8"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8unorm-srgb";dstFormat="depth16unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8snorm";dstFormat="r8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8snorm";dstFormat="r8snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8snorm";dstFormat="r8uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8snorm";dstFormat="r8sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8snorm";dstFormat="rg8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8snorm";dstFormat="rg8snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8snorm";dstFormat="rg8uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8snorm";dstFormat="rg8sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8snorm";dstFormat="rgba8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8snorm";dstFormat="rgba8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8snorm";dstFormat="rgba8snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8snorm";dstFormat="rgba8uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8snorm";dstFormat="rgba8sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8snorm";dstFormat="bgra8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8snorm";dstFormat="bgra8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8snorm";dstFormat="r16uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8snorm";dstFormat="r16sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8snorm";dstFormat="r16float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8snorm";dstFormat="rg16uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8snorm";dstFormat="rg16sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8snorm";dstFormat="rg16float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8snorm";dstFormat="rgba16uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8snorm";dstFormat="rgba16sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8snorm";dstFormat="rgba16float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8snorm";dstFormat="r32uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8snorm";dstFormat="r32sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8snorm";dstFormat="r32float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8snorm";dstFormat="rg32uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8snorm";dstFormat="rg32sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8snorm";dstFormat="rg32float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8snorm";dstFormat="rgba32uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8snorm";dstFormat="rgba32sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8snorm";dstFormat="rgba32float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8snorm";dstFormat="rgb10a2uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8snorm";dstFormat="rgb10a2unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8snorm";dstFormat="rg11b10ufloat"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8snorm";dstFormat="rgb9e5ufloat"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8snorm";dstFormat="stencil8"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8snorm";dstFormat="depth16unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8uint";dstFormat="r8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8uint";dstFormat="r8snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8uint";dstFormat="r8uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8uint";dstFormat="r8sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8uint";dstFormat="rg8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8uint";dstFormat="rg8snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8uint";dstFormat="rg8uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8uint";dstFormat="rg8sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8uint";dstFormat="rgba8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8uint";dstFormat="rgba8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8uint";dstFormat="rgba8snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8uint";dstFormat="rgba8uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8uint";dstFormat="rgba8sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8uint";dstFormat="bgra8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8uint";dstFormat="bgra8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8uint";dstFormat="r16uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8uint";dstFormat="r16sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8uint";dstFormat="r16float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8uint";dstFormat="rg16uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8uint";dstFormat="rg16sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8uint";dstFormat="rg16float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8uint";dstFormat="rgba16uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8uint";dstFormat="rgba16sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8uint";dstFormat="rgba16float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8uint";dstFormat="r32uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8uint";dstFormat="r32sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8uint";dstFormat="r32float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8uint";dstFormat="rg32uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8uint";dstFormat="rg32sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8uint";dstFormat="rg32float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8uint";dstFormat="rgba32uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8uint";dstFormat="rgba32sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8uint";dstFormat="rgba32float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8uint";dstFormat="rgb10a2uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8uint";dstFormat="rgb10a2unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8uint";dstFormat="rg11b10ufloat"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8uint";dstFormat="rgb9e5ufloat"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8uint";dstFormat="stencil8"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8uint";dstFormat="depth16unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8sint";dstFormat="r8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8sint";dstFormat="r8snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8sint";dstFormat="r8uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8sint";dstFormat="r8sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8sint";dstFormat="rg8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8sint";dstFormat="rg8snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8sint";dstFormat="rg8uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8sint";dstFormat="rg8sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8sint";dstFormat="rgba8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8sint";dstFormat="rgba8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8sint";dstFormat="rgba8snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8sint";dstFormat="rgba8uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8sint";dstFormat="rgba8sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8sint";dstFormat="bgra8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8sint";dstFormat="bgra8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8sint";dstFormat="r16uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8sint";dstFormat="r16sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8sint";dstFormat="r16float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8sint";dstFormat="rg16uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8sint";dstFormat="rg16sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8sint";dstFormat="rg16float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8sint";dstFormat="rgba16uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8sint";dstFormat="rgba16sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8sint";dstFormat="rgba16float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8sint";dstFormat="r32uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8sint";dstFormat="r32sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8sint";dstFormat="r32float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8sint";dstFormat="rg32uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8sint";dstFormat="rg32sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8sint";dstFormat="rg32float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8sint";dstFormat="rgba32uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8sint";dstFormat="rgba32sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8sint";dstFormat="rgba32float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8sint";dstFormat="rgb10a2uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8sint";dstFormat="rgb10a2unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8sint";dstFormat="rg11b10ufloat"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8sint";dstFormat="rgb9e5ufloat"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8sint";dstFormat="stencil8"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba8sint";dstFormat="depth16unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bgra8unorm";dstFormat="r8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bgra8unorm";dstFormat="r8snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bgra8unorm";dstFormat="r8uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bgra8unorm";dstFormat="r8sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bgra8unorm";dstFormat="rg8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bgra8unorm";dstFormat="rg8snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bgra8unorm";dstFormat="rg8uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bgra8unorm";dstFormat="rg8sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bgra8unorm";dstFormat="rgba8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bgra8unorm";dstFormat="rgba8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bgra8unorm";dstFormat="rgba8snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bgra8unorm";dstFormat="rgba8uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bgra8unorm";dstFormat="rgba8sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bgra8unorm";dstFormat="bgra8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bgra8unorm";dstFormat="bgra8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bgra8unorm";dstFormat="r16uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bgra8unorm";dstFormat="r16sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bgra8unorm";dstFormat="r16float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bgra8unorm";dstFormat="rg16uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bgra8unorm";dstFormat="rg16sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bgra8unorm";dstFormat="rg16float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bgra8unorm";dstFormat="rgba16uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bgra8unorm";dstFormat="rgba16sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bgra8unorm";dstFormat="rgba16float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bgra8unorm";dstFormat="r32uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bgra8unorm";dstFormat="r32sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bgra8unorm";dstFormat="r32float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bgra8unorm";dstFormat="rg32uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bgra8unorm";dstFormat="rg32sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bgra8unorm";dstFormat="rg32float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bgra8unorm";dstFormat="rgba32uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bgra8unorm";dstFormat="rgba32sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bgra8unorm";dstFormat="rgba32float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bgra8unorm";dstFormat="rgb10a2uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bgra8unorm";dstFormat="rgb10a2unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bgra8unorm";dstFormat="rg11b10ufloat"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bgra8unorm";dstFormat="rgb9e5ufloat"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bgra8unorm";dstFormat="stencil8"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bgra8unorm";dstFormat="depth16unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bgra8unorm-srgb";dstFormat="r8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bgra8unorm-srgb";dstFormat="r8snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bgra8unorm-srgb";dstFormat="r8uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bgra8unorm-srgb";dstFormat="r8sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bgra8unorm-srgb";dstFormat="rg8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bgra8unorm-srgb";dstFormat="rg8snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bgra8unorm-srgb";dstFormat="rg8uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bgra8unorm-srgb";dstFormat="rg8sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bgra8unorm-srgb";dstFormat="rgba8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bgra8unorm-srgb";dstFormat="rgba8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bgra8unorm-srgb";dstFormat="rgba8snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bgra8unorm-srgb";dstFormat="rgba8uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bgra8unorm-srgb";dstFormat="rgba8sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bgra8unorm-srgb";dstFormat="bgra8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bgra8unorm-srgb";dstFormat="bgra8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bgra8unorm-srgb";dstFormat="r16uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bgra8unorm-srgb";dstFormat="r16sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bgra8unorm-srgb";dstFormat="r16float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bgra8unorm-srgb";dstFormat="rg16uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bgra8unorm-srgb";dstFormat="rg16sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bgra8unorm-srgb";dstFormat="rg16float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bgra8unorm-srgb";dstFormat="rgba16uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bgra8unorm-srgb";dstFormat="rgba16sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bgra8unorm-srgb";dstFormat="rgba16float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bgra8unorm-srgb";dstFormat="r32uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bgra8unorm-srgb";dstFormat="r32sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bgra8unorm-srgb";dstFormat="r32float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bgra8unorm-srgb";dstFormat="rg32uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bgra8unorm-srgb";dstFormat="rg32sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bgra8unorm-srgb";dstFormat="rg32float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bgra8unorm-srgb";dstFormat="rgba32uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bgra8unorm-srgb";dstFormat="rgba32sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bgra8unorm-srgb";dstFormat="rgba32float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bgra8unorm-srgb";dstFormat="rgb10a2uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bgra8unorm-srgb";dstFormat="rgb10a2unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bgra8unorm-srgb";dstFormat="rg11b10ufloat"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bgra8unorm-srgb";dstFormat="rgb9e5ufloat"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bgra8unorm-srgb";dstFormat="stencil8"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bgra8unorm-srgb";dstFormat="depth16unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r16uint";dstFormat="r8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r16uint";dstFormat="r8snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r16uint";dstFormat="r8uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r16uint";dstFormat="r8sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r16uint";dstFormat="rg8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r16uint";dstFormat="rg8snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r16uint";dstFormat="rg8uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r16uint";dstFormat="rg8sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r16uint";dstFormat="rgba8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r16uint";dstFormat="rgba8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r16uint";dstFormat="rgba8snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r16uint";dstFormat="rgba8uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r16uint";dstFormat="rgba8sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r16uint";dstFormat="bgra8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r16uint";dstFormat="bgra8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r16uint";dstFormat="r16uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r16uint";dstFormat="r16sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r16uint";dstFormat="r16float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r16uint";dstFormat="rg16uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r16uint";dstFormat="rg16sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r16uint";dstFormat="rg16float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r16uint";dstFormat="rgba16uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r16uint";dstFormat="rgba16sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r16uint";dstFormat="rgba16float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r16uint";dstFormat="r32uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r16uint";dstFormat="r32sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r16uint";dstFormat="r32float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r16uint";dstFormat="rg32uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r16uint";dstFormat="rg32sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r16uint";dstFormat="rg32float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r16uint";dstFormat="rgba32uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r16uint";dstFormat="rgba32sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r16uint";dstFormat="rgba32float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r16uint";dstFormat="rgb10a2uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r16uint";dstFormat="rgb10a2unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r16uint";dstFormat="rg11b10ufloat"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r16uint";dstFormat="rgb9e5ufloat"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r16uint";dstFormat="stencil8"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r16uint";dstFormat="depth16unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r16sint";dstFormat="r8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r16sint";dstFormat="r8snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r16sint";dstFormat="r8uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r16sint";dstFormat="r8sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r16sint";dstFormat="rg8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r16sint";dstFormat="rg8snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r16sint";dstFormat="rg8uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r16sint";dstFormat="rg8sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r16sint";dstFormat="rgba8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r16sint";dstFormat="rgba8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r16sint";dstFormat="rgba8snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r16sint";dstFormat="rgba8uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r16sint";dstFormat="rgba8sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r16sint";dstFormat="bgra8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r16sint";dstFormat="bgra8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r16sint";dstFormat="r16uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r16sint";dstFormat="r16sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r16sint";dstFormat="r16float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r16sint";dstFormat="rg16uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r16sint";dstFormat="rg16sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r16sint";dstFormat="rg16float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r16sint";dstFormat="rgba16uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r16sint";dstFormat="rgba16sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r16sint";dstFormat="rgba16float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r16sint";dstFormat="r32uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r16sint";dstFormat="r32sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r16sint";dstFormat="r32float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r16sint";dstFormat="rg32uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r16sint";dstFormat="rg32sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r16sint";dstFormat="rg32float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r16sint";dstFormat="rgba32uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r16sint";dstFormat="rgba32sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r16sint";dstFormat="rgba32float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r16sint";dstFormat="rgb10a2uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r16sint";dstFormat="rgb10a2unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r16sint";dstFormat="rg11b10ufloat"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r16sint";dstFormat="rgb9e5ufloat"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r16sint";dstFormat="stencil8"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r16sint";dstFormat="depth16unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r16float";dstFormat="r8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r16float";dstFormat="r8snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r16float";dstFormat="r8uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r16float";dstFormat="r8sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r16float";dstFormat="rg8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r16float";dstFormat="rg8snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r16float";dstFormat="rg8uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r16float";dstFormat="rg8sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r16float";dstFormat="rgba8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r16float";dstFormat="rgba8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r16float";dstFormat="rgba8snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r16float";dstFormat="rgba8uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r16float";dstFormat="rgba8sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r16float";dstFormat="bgra8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r16float";dstFormat="bgra8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r16float";dstFormat="r16uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r16float";dstFormat="r16sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r16float";dstFormat="r16float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r16float";dstFormat="rg16uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r16float";dstFormat="rg16sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r16float";dstFormat="rg16float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r16float";dstFormat="rgba16uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r16float";dstFormat="rgba16sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r16float";dstFormat="rgba16float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r16float";dstFormat="r32uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r16float";dstFormat="r32sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r16float";dstFormat="r32float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r16float";dstFormat="rg32uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r16float";dstFormat="rg32sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r16float";dstFormat="rg32float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r16float";dstFormat="rgba32uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r16float";dstFormat="rgba32sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r16float";dstFormat="rgba32float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r16float";dstFormat="rgb10a2uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r16float";dstFormat="rgb10a2unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r16float";dstFormat="rg11b10ufloat"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r16float";dstFormat="rgb9e5ufloat"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r16float";dstFormat="stencil8"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r16float";dstFormat="depth16unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg16uint";dstFormat="r8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg16uint";dstFormat="r8snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg16uint";dstFormat="r8uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg16uint";dstFormat="r8sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg16uint";dstFormat="rg8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg16uint";dstFormat="rg8snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg16uint";dstFormat="rg8uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg16uint";dstFormat="rg8sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg16uint";dstFormat="rgba8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg16uint";dstFormat="rgba8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg16uint";dstFormat="rgba8snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg16uint";dstFormat="rgba8uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg16uint";dstFormat="rgba8sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg16uint";dstFormat="bgra8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg16uint";dstFormat="bgra8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg16uint";dstFormat="r16uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg16uint";dstFormat="r16sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg16uint";dstFormat="r16float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg16uint";dstFormat="rg16uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg16uint";dstFormat="rg16sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg16uint";dstFormat="rg16float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg16uint";dstFormat="rgba16uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg16uint";dstFormat="rgba16sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg16uint";dstFormat="rgba16float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg16uint";dstFormat="r32uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg16uint";dstFormat="r32sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg16uint";dstFormat="r32float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg16uint";dstFormat="rg32uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg16uint";dstFormat="rg32sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg16uint";dstFormat="rg32float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg16uint";dstFormat="rgba32uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg16uint";dstFormat="rgba32sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg16uint";dstFormat="rgba32float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg16uint";dstFormat="rgb10a2uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg16uint";dstFormat="rgb10a2unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg16uint";dstFormat="rg11b10ufloat"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg16uint";dstFormat="rgb9e5ufloat"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg16uint";dstFormat="stencil8"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg16uint";dstFormat="depth16unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg16sint";dstFormat="r8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg16sint";dstFormat="r8snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg16sint";dstFormat="r8uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg16sint";dstFormat="r8sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg16sint";dstFormat="rg8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg16sint";dstFormat="rg8snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg16sint";dstFormat="rg8uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg16sint";dstFormat="rg8sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg16sint";dstFormat="rgba8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg16sint";dstFormat="rgba8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg16sint";dstFormat="rgba8snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg16sint";dstFormat="rgba8uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg16sint";dstFormat="rgba8sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg16sint";dstFormat="bgra8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg16sint";dstFormat="bgra8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg16sint";dstFormat="r16uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg16sint";dstFormat="r16sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg16sint";dstFormat="r16float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg16sint";dstFormat="rg16uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg16sint";dstFormat="rg16sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg16sint";dstFormat="rg16float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg16sint";dstFormat="rgba16uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg16sint";dstFormat="rgba16sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg16sint";dstFormat="rgba16float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg16sint";dstFormat="r32uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg16sint";dstFormat="r32sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg16sint";dstFormat="r32float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg16sint";dstFormat="rg32uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg16sint";dstFormat="rg32sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg16sint";dstFormat="rg32float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg16sint";dstFormat="rgba32uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg16sint";dstFormat="rgba32sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg16sint";dstFormat="rgba32float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg16sint";dstFormat="rgb10a2uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg16sint";dstFormat="rgb10a2unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg16sint";dstFormat="rg11b10ufloat"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg16sint";dstFormat="rgb9e5ufloat"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg16sint";dstFormat="stencil8"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg16sint";dstFormat="depth16unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg16float";dstFormat="r8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg16float";dstFormat="r8snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg16float";dstFormat="r8uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg16float";dstFormat="r8sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg16float";dstFormat="rg8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg16float";dstFormat="rg8snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg16float";dstFormat="rg8uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg16float";dstFormat="rg8sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg16float";dstFormat="rgba8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg16float";dstFormat="rgba8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg16float";dstFormat="rgba8snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg16float";dstFormat="rgba8uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg16float";dstFormat="rgba8sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg16float";dstFormat="bgra8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg16float";dstFormat="bgra8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg16float";dstFormat="r16uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg16float";dstFormat="r16sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg16float";dstFormat="r16float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg16float";dstFormat="rg16uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg16float";dstFormat="rg16sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg16float";dstFormat="rg16float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg16float";dstFormat="rgba16uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg16float";dstFormat="rgba16sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg16float";dstFormat="rgba16float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg16float";dstFormat="r32uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg16float";dstFormat="r32sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg16float";dstFormat="r32float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg16float";dstFormat="rg32uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg16float";dstFormat="rg32sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg16float";dstFormat="rg32float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg16float";dstFormat="rgba32uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg16float";dstFormat="rgba32sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg16float";dstFormat="rgba32float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg16float";dstFormat="rgb10a2uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg16float";dstFormat="rgb10a2unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg16float";dstFormat="rg11b10ufloat"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg16float";dstFormat="rgb9e5ufloat"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg16float";dstFormat="stencil8"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg16float";dstFormat="depth16unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba16uint";dstFormat="r8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba16uint";dstFormat="r8snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba16uint";dstFormat="r8uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba16uint";dstFormat="r8sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba16uint";dstFormat="rg8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba16uint";dstFormat="rg8snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba16uint";dstFormat="rg8uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba16uint";dstFormat="rg8sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba16uint";dstFormat="rgba8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba16uint";dstFormat="rgba8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba16uint";dstFormat="rgba8snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba16uint";dstFormat="rgba8uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba16uint";dstFormat="rgba8sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba16uint";dstFormat="bgra8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba16uint";dstFormat="bgra8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba16uint";dstFormat="r16uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba16uint";dstFormat="r16sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba16uint";dstFormat="r16float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba16uint";dstFormat="rg16uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba16uint";dstFormat="rg16sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba16uint";dstFormat="rg16float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba16uint";dstFormat="rgba16uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba16uint";dstFormat="rgba16sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba16uint";dstFormat="rgba16float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba16uint";dstFormat="r32uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba16uint";dstFormat="r32sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba16uint";dstFormat="r32float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba16uint";dstFormat="rg32uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba16uint";dstFormat="rg32sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba16uint";dstFormat="rg32float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba16uint";dstFormat="rgba32uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba16uint";dstFormat="rgba32sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba16uint";dstFormat="rgba32float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba16uint";dstFormat="rgb10a2uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba16uint";dstFormat="rgb10a2unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba16uint";dstFormat="rg11b10ufloat"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba16uint";dstFormat="rgb9e5ufloat"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba16uint";dstFormat="stencil8"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba16uint";dstFormat="depth16unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba16sint";dstFormat="r8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba16sint";dstFormat="r8snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba16sint";dstFormat="r8uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba16sint";dstFormat="r8sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba16sint";dstFormat="rg8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba16sint";dstFormat="rg8snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba16sint";dstFormat="rg8uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba16sint";dstFormat="rg8sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba16sint";dstFormat="rgba8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba16sint";dstFormat="rgba8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba16sint";dstFormat="rgba8snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba16sint";dstFormat="rgba8uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba16sint";dstFormat="rgba8sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba16sint";dstFormat="bgra8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba16sint";dstFormat="bgra8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba16sint";dstFormat="r16uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba16sint";dstFormat="r16sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba16sint";dstFormat="r16float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba16sint";dstFormat="rg16uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba16sint";dstFormat="rg16sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba16sint";dstFormat="rg16float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba16sint";dstFormat="rgba16uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba16sint";dstFormat="rgba16sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba16sint";dstFormat="rgba16float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba16sint";dstFormat="r32uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba16sint";dstFormat="r32sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba16sint";dstFormat="r32float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba16sint";dstFormat="rg32uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba16sint";dstFormat="rg32sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba16sint";dstFormat="rg32float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba16sint";dstFormat="rgba32uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba16sint";dstFormat="rgba32sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba16sint";dstFormat="rgba32float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba16sint";dstFormat="rgb10a2uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba16sint";dstFormat="rgb10a2unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba16sint";dstFormat="rg11b10ufloat"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba16sint";dstFormat="rgb9e5ufloat"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba16sint";dstFormat="stencil8"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba16sint";dstFormat="depth16unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba16float";dstFormat="r8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba16float";dstFormat="r8snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba16float";dstFormat="r8uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba16float";dstFormat="r8sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba16float";dstFormat="rg8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba16float";dstFormat="rg8snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba16float";dstFormat="rg8uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba16float";dstFormat="rg8sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba16float";dstFormat="rgba8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba16float";dstFormat="rgba8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba16float";dstFormat="rgba8snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba16float";dstFormat="rgba8uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba16float";dstFormat="rgba8sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba16float";dstFormat="bgra8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba16float";dstFormat="bgra8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba16float";dstFormat="r16uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba16float";dstFormat="r16sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba16float";dstFormat="r16float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba16float";dstFormat="rg16uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba16float";dstFormat="rg16sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba16float";dstFormat="rg16float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba16float";dstFormat="rgba16uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba16float";dstFormat="rgba16sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba16float";dstFormat="rgba16float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba16float";dstFormat="r32uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba16float";dstFormat="r32sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba16float";dstFormat="r32float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba16float";dstFormat="rg32uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba16float";dstFormat="rg32sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba16float";dstFormat="rg32float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba16float";dstFormat="rgba32uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba16float";dstFormat="rgba32sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba16float";dstFormat="rgba32float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba16float";dstFormat="rgb10a2uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba16float";dstFormat="rgb10a2unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba16float";dstFormat="rg11b10ufloat"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba16float";dstFormat="rgb9e5ufloat"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba16float";dstFormat="stencil8"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba16float";dstFormat="depth16unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r32uint";dstFormat="r8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r32uint";dstFormat="r8snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r32uint";dstFormat="r8uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r32uint";dstFormat="r8sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r32uint";dstFormat="rg8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r32uint";dstFormat="rg8snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r32uint";dstFormat="rg8uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r32uint";dstFormat="rg8sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r32uint";dstFormat="rgba8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r32uint";dstFormat="rgba8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r32uint";dstFormat="rgba8snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r32uint";dstFormat="rgba8uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r32uint";dstFormat="rgba8sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r32uint";dstFormat="bgra8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r32uint";dstFormat="bgra8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r32uint";dstFormat="r16uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r32uint";dstFormat="r16sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r32uint";dstFormat="r16float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r32uint";dstFormat="rg16uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r32uint";dstFormat="rg16sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r32uint";dstFormat="rg16float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r32uint";dstFormat="rgba16uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r32uint";dstFormat="rgba16sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r32uint";dstFormat="rgba16float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r32uint";dstFormat="r32uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r32uint";dstFormat="r32sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r32uint";dstFormat="r32float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r32uint";dstFormat="rg32uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r32uint";dstFormat="rg32sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r32uint";dstFormat="rg32float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r32uint";dstFormat="rgba32uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r32uint";dstFormat="rgba32sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r32uint";dstFormat="rgba32float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r32uint";dstFormat="rgb10a2uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r32uint";dstFormat="rgb10a2unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r32uint";dstFormat="rg11b10ufloat"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r32uint";dstFormat="rgb9e5ufloat"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r32uint";dstFormat="stencil8"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r32uint";dstFormat="depth16unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r32sint";dstFormat="r8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r32sint";dstFormat="r8snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r32sint";dstFormat="r8uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r32sint";dstFormat="r8sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r32sint";dstFormat="rg8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r32sint";dstFormat="rg8snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r32sint";dstFormat="rg8uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r32sint";dstFormat="rg8sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r32sint";dstFormat="rgba8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r32sint";dstFormat="rgba8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r32sint";dstFormat="rgba8snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r32sint";dstFormat="rgba8uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r32sint";dstFormat="rgba8sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r32sint";dstFormat="bgra8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r32sint";dstFormat="bgra8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r32sint";dstFormat="r16uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r32sint";dstFormat="r16sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r32sint";dstFormat="r16float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r32sint";dstFormat="rg16uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r32sint";dstFormat="rg16sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r32sint";dstFormat="rg16float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r32sint";dstFormat="rgba16uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r32sint";dstFormat="rgba16sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r32sint";dstFormat="rgba16float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r32sint";dstFormat="r32uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r32sint";dstFormat="r32sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r32sint";dstFormat="r32float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r32sint";dstFormat="rg32uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r32sint";dstFormat="rg32sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r32sint";dstFormat="rg32float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r32sint";dstFormat="rgba32uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r32sint";dstFormat="rgba32sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r32sint";dstFormat="rgba32float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r32sint";dstFormat="rgb10a2uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r32sint";dstFormat="rgb10a2unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r32sint";dstFormat="rg11b10ufloat"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r32sint";dstFormat="rgb9e5ufloat"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r32sint";dstFormat="stencil8"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r32sint";dstFormat="depth16unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r32float";dstFormat="r8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r32float";dstFormat="r8snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r32float";dstFormat="r8uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r32float";dstFormat="r8sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r32float";dstFormat="rg8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r32float";dstFormat="rg8snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r32float";dstFormat="rg8uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r32float";dstFormat="rg8sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r32float";dstFormat="rgba8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r32float";dstFormat="rgba8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r32float";dstFormat="rgba8snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r32float";dstFormat="rgba8uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r32float";dstFormat="rgba8sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r32float";dstFormat="bgra8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r32float";dstFormat="bgra8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r32float";dstFormat="r16uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r32float";dstFormat="r16sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r32float";dstFormat="r16float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r32float";dstFormat="rg16uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r32float";dstFormat="rg16sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r32float";dstFormat="rg16float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r32float";dstFormat="rgba16uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r32float";dstFormat="rgba16sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r32float";dstFormat="rgba16float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r32float";dstFormat="r32uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r32float";dstFormat="r32sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r32float";dstFormat="r32float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r32float";dstFormat="rg32uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r32float";dstFormat="rg32sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r32float";dstFormat="rg32float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r32float";dstFormat="rgba32uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r32float";dstFormat="rgba32sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r32float";dstFormat="rgba32float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r32float";dstFormat="rgb10a2uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r32float";dstFormat="rgb10a2unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r32float";dstFormat="rg11b10ufloat"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r32float";dstFormat="rgb9e5ufloat"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r32float";dstFormat="stencil8"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="r32float";dstFormat="depth16unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg32uint";dstFormat="r8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg32uint";dstFormat="r8snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg32uint";dstFormat="r8uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg32uint";dstFormat="r8sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg32uint";dstFormat="rg8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg32uint";dstFormat="rg8snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg32uint";dstFormat="rg8uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg32uint";dstFormat="rg8sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg32uint";dstFormat="rgba8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg32uint";dstFormat="rgba8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg32uint";dstFormat="rgba8snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg32uint";dstFormat="rgba8uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg32uint";dstFormat="rgba8sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg32uint";dstFormat="bgra8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg32uint";dstFormat="bgra8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg32uint";dstFormat="r16uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg32uint";dstFormat="r16sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg32uint";dstFormat="r16float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg32uint";dstFormat="rg16uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg32uint";dstFormat="rg16sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg32uint";dstFormat="rg16float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg32uint";dstFormat="rgba16uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg32uint";dstFormat="rgba16sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg32uint";dstFormat="rgba16float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg32uint";dstFormat="r32uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg32uint";dstFormat="r32sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg32uint";dstFormat="r32float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg32uint";dstFormat="rg32uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg32uint";dstFormat="rg32sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg32uint";dstFormat="rg32float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg32uint";dstFormat="rgba32uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg32uint";dstFormat="rgba32sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg32uint";dstFormat="rgba32float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg32uint";dstFormat="rgb10a2uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg32uint";dstFormat="rgb10a2unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg32uint";dstFormat="rg11b10ufloat"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg32uint";dstFormat="rgb9e5ufloat"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg32uint";dstFormat="stencil8"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg32uint";dstFormat="depth16unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg32sint";dstFormat="r8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg32sint";dstFormat="r8snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg32sint";dstFormat="r8uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg32sint";dstFormat="r8sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg32sint";dstFormat="rg8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg32sint";dstFormat="rg8snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg32sint";dstFormat="rg8uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg32sint";dstFormat="rg8sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg32sint";dstFormat="rgba8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg32sint";dstFormat="rgba8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg32sint";dstFormat="rgba8snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg32sint";dstFormat="rgba8uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg32sint";dstFormat="rgba8sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg32sint";dstFormat="bgra8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg32sint";dstFormat="bgra8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg32sint";dstFormat="r16uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg32sint";dstFormat="r16sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg32sint";dstFormat="r16float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg32sint";dstFormat="rg16uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg32sint";dstFormat="rg16sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg32sint";dstFormat="rg16float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg32sint";dstFormat="rgba16uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg32sint";dstFormat="rgba16sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg32sint";dstFormat="rgba16float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg32sint";dstFormat="r32uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg32sint";dstFormat="r32sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg32sint";dstFormat="r32float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg32sint";dstFormat="rg32uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg32sint";dstFormat="rg32sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg32sint";dstFormat="rg32float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg32sint";dstFormat="rgba32uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg32sint";dstFormat="rgba32sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg32sint";dstFormat="rgba32float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg32sint";dstFormat="rgb10a2uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg32sint";dstFormat="rgb10a2unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg32sint";dstFormat="rg11b10ufloat"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg32sint";dstFormat="rgb9e5ufloat"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg32sint";dstFormat="stencil8"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg32sint";dstFormat="depth16unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg32float";dstFormat="r8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg32float";dstFormat="r8snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg32float";dstFormat="r8uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg32float";dstFormat="r8sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg32float";dstFormat="rg8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg32float";dstFormat="rg8snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg32float";dstFormat="rg8uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg32float";dstFormat="rg8sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg32float";dstFormat="rgba8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg32float";dstFormat="rgba8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg32float";dstFormat="rgba8snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg32float";dstFormat="rgba8uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg32float";dstFormat="rgba8sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg32float";dstFormat="bgra8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg32float";dstFormat="bgra8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg32float";dstFormat="r16uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg32float";dstFormat="r16sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg32float";dstFormat="r16float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg32float";dstFormat="rg16uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg32float";dstFormat="rg16sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg32float";dstFormat="rg16float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg32float";dstFormat="rgba16uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg32float";dstFormat="rgba16sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg32float";dstFormat="rgba16float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg32float";dstFormat="r32uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg32float";dstFormat="r32sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg32float";dstFormat="r32float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg32float";dstFormat="rg32uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg32float";dstFormat="rg32sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg32float";dstFormat="rg32float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg32float";dstFormat="rgba32uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg32float";dstFormat="rgba32sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg32float";dstFormat="rgba32float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg32float";dstFormat="rgb10a2uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg32float";dstFormat="rgb10a2unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg32float";dstFormat="rg11b10ufloat"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg32float";dstFormat="rgb9e5ufloat"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg32float";dstFormat="stencil8"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg32float";dstFormat="depth16unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba32uint";dstFormat="r8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba32uint";dstFormat="r8snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba32uint";dstFormat="r8uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba32uint";dstFormat="r8sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba32uint";dstFormat="rg8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba32uint";dstFormat="rg8snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba32uint";dstFormat="rg8uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba32uint";dstFormat="rg8sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba32uint";dstFormat="rgba8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba32uint";dstFormat="rgba8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba32uint";dstFormat="rgba8snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba32uint";dstFormat="rgba8uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba32uint";dstFormat="rgba8sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba32uint";dstFormat="bgra8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba32uint";dstFormat="bgra8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba32uint";dstFormat="r16uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba32uint";dstFormat="r16sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba32uint";dstFormat="r16float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba32uint";dstFormat="rg16uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba32uint";dstFormat="rg16sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba32uint";dstFormat="rg16float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba32uint";dstFormat="rgba16uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba32uint";dstFormat="rgba16sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba32uint";dstFormat="rgba16float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba32uint";dstFormat="r32uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba32uint";dstFormat="r32sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba32uint";dstFormat="r32float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba32uint";dstFormat="rg32uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba32uint";dstFormat="rg32sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba32uint";dstFormat="rg32float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba32uint";dstFormat="rgba32uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba32uint";dstFormat="rgba32sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba32uint";dstFormat="rgba32float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba32uint";dstFormat="rgb10a2uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba32uint";dstFormat="rgb10a2unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba32uint";dstFormat="rg11b10ufloat"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba32uint";dstFormat="rgb9e5ufloat"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba32uint";dstFormat="stencil8"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba32uint";dstFormat="depth16unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba32sint";dstFormat="r8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba32sint";dstFormat="r8snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba32sint";dstFormat="r8uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba32sint";dstFormat="r8sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba32sint";dstFormat="rg8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba32sint";dstFormat="rg8snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba32sint";dstFormat="rg8uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba32sint";dstFormat="rg8sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba32sint";dstFormat="rgba8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba32sint";dstFormat="rgba8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba32sint";dstFormat="rgba8snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba32sint";dstFormat="rgba8uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba32sint";dstFormat="rgba8sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba32sint";dstFormat="bgra8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba32sint";dstFormat="bgra8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba32sint";dstFormat="r16uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba32sint";dstFormat="r16sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba32sint";dstFormat="r16float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba32sint";dstFormat="rg16uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba32sint";dstFormat="rg16sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba32sint";dstFormat="rg16float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba32sint";dstFormat="rgba16uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba32sint";dstFormat="rgba16sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba32sint";dstFormat="rgba16float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba32sint";dstFormat="r32uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba32sint";dstFormat="r32sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba32sint";dstFormat="r32float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba32sint";dstFormat="rg32uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba32sint";dstFormat="rg32sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba32sint";dstFormat="rg32float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba32sint";dstFormat="rgba32uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba32sint";dstFormat="rgba32sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba32sint";dstFormat="rgba32float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba32sint";dstFormat="rgb10a2uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba32sint";dstFormat="rgb10a2unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba32sint";dstFormat="rg11b10ufloat"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba32sint";dstFormat="rgb9e5ufloat"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba32sint";dstFormat="stencil8"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba32sint";dstFormat="depth16unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba32float";dstFormat="r8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba32float";dstFormat="r8snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba32float";dstFormat="r8uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba32float";dstFormat="r8sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba32float";dstFormat="rg8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba32float";dstFormat="rg8snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba32float";dstFormat="rg8uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba32float";dstFormat="rg8sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba32float";dstFormat="rgba8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba32float";dstFormat="rgba8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba32float";dstFormat="rgba8snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba32float";dstFormat="rgba8uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba32float";dstFormat="rgba8sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba32float";dstFormat="bgra8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba32float";dstFormat="bgra8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba32float";dstFormat="r16uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba32float";dstFormat="r16sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba32float";dstFormat="r16float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba32float";dstFormat="rg16uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba32float";dstFormat="rg16sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba32float";dstFormat="rg16float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba32float";dstFormat="rgba16uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba32float";dstFormat="rgba16sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba32float";dstFormat="rgba16float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba32float";dstFormat="r32uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba32float";dstFormat="r32sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba32float";dstFormat="r32float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba32float";dstFormat="rg32uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba32float";dstFormat="rg32sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba32float";dstFormat="rg32float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba32float";dstFormat="rgba32uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba32float";dstFormat="rgba32sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba32float";dstFormat="rgba32float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba32float";dstFormat="rgb10a2uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba32float";dstFormat="rgb10a2unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba32float";dstFormat="rg11b10ufloat"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba32float";dstFormat="rgb9e5ufloat"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba32float";dstFormat="stencil8"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgba32float";dstFormat="depth16unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgb10a2uint";dstFormat="r8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgb10a2uint";dstFormat="r8snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgb10a2uint";dstFormat="r8uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgb10a2uint";dstFormat="r8sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgb10a2uint";dstFormat="rg8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgb10a2uint";dstFormat="rg8snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgb10a2uint";dstFormat="rg8uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgb10a2uint";dstFormat="rg8sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgb10a2uint";dstFormat="rgba8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgb10a2uint";dstFormat="rgba8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgb10a2uint";dstFormat="rgba8snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgb10a2uint";dstFormat="rgba8uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgb10a2uint";dstFormat="rgba8sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgb10a2uint";dstFormat="bgra8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgb10a2uint";dstFormat="bgra8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgb10a2uint";dstFormat="r16uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgb10a2uint";dstFormat="r16sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgb10a2uint";dstFormat="r16float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgb10a2uint";dstFormat="rg16uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgb10a2uint";dstFormat="rg16sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgb10a2uint";dstFormat="rg16float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgb10a2uint";dstFormat="rgba16uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgb10a2uint";dstFormat="rgba16sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgb10a2uint";dstFormat="rgba16float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgb10a2uint";dstFormat="r32uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgb10a2uint";dstFormat="r32sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgb10a2uint";dstFormat="r32float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgb10a2uint";dstFormat="rg32uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgb10a2uint";dstFormat="rg32sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgb10a2uint";dstFormat="rg32float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgb10a2uint";dstFormat="rgba32uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgb10a2uint";dstFormat="rgba32sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgb10a2uint";dstFormat="rgba32float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgb10a2uint";dstFormat="rgb10a2uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgb10a2uint";dstFormat="rgb10a2unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgb10a2uint";dstFormat="rg11b10ufloat"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgb10a2uint";dstFormat="rgb9e5ufloat"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgb10a2uint";dstFormat="stencil8"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgb10a2uint";dstFormat="depth16unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgb10a2unorm";dstFormat="r8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgb10a2unorm";dstFormat="r8snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgb10a2unorm";dstFormat="r8uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgb10a2unorm";dstFormat="r8sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgb10a2unorm";dstFormat="rg8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgb10a2unorm";dstFormat="rg8snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgb10a2unorm";dstFormat="rg8uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgb10a2unorm";dstFormat="rg8sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgb10a2unorm";dstFormat="rgba8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgb10a2unorm";dstFormat="rgba8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgb10a2unorm";dstFormat="rgba8snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgb10a2unorm";dstFormat="rgba8uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgb10a2unorm";dstFormat="rgba8sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgb10a2unorm";dstFormat="bgra8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgb10a2unorm";dstFormat="bgra8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgb10a2unorm";dstFormat="r16uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgb10a2unorm";dstFormat="r16sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgb10a2unorm";dstFormat="r16float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgb10a2unorm";dstFormat="rg16uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgb10a2unorm";dstFormat="rg16sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgb10a2unorm";dstFormat="rg16float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgb10a2unorm";dstFormat="rgba16uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgb10a2unorm";dstFormat="rgba16sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgb10a2unorm";dstFormat="rgba16float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgb10a2unorm";dstFormat="r32uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgb10a2unorm";dstFormat="r32sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgb10a2unorm";dstFormat="r32float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgb10a2unorm";dstFormat="rg32uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgb10a2unorm";dstFormat="rg32sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgb10a2unorm";dstFormat="rg32float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgb10a2unorm";dstFormat="rgba32uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgb10a2unorm";dstFormat="rgba32sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgb10a2unorm";dstFormat="rgba32float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgb10a2unorm";dstFormat="rgb10a2uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgb10a2unorm";dstFormat="rgb10a2unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgb10a2unorm";dstFormat="rg11b10ufloat"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgb10a2unorm";dstFormat="rgb9e5ufloat"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgb10a2unorm";dstFormat="stencil8"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgb10a2unorm";dstFormat="depth16unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg11b10ufloat";dstFormat="r8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg11b10ufloat";dstFormat="r8snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg11b10ufloat";dstFormat="r8uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg11b10ufloat";dstFormat="r8sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg11b10ufloat";dstFormat="rg8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg11b10ufloat";dstFormat="rg8snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg11b10ufloat";dstFormat="rg8uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg11b10ufloat";dstFormat="rg8sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg11b10ufloat";dstFormat="rgba8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg11b10ufloat";dstFormat="rgba8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg11b10ufloat";dstFormat="rgba8snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg11b10ufloat";dstFormat="rgba8uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg11b10ufloat";dstFormat="rgba8sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg11b10ufloat";dstFormat="bgra8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg11b10ufloat";dstFormat="bgra8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg11b10ufloat";dstFormat="r16uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg11b10ufloat";dstFormat="r16sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg11b10ufloat";dstFormat="r16float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg11b10ufloat";dstFormat="rg16uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg11b10ufloat";dstFormat="rg16sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg11b10ufloat";dstFormat="rg16float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg11b10ufloat";dstFormat="rgba16uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg11b10ufloat";dstFormat="rgba16sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg11b10ufloat";dstFormat="rgba16float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg11b10ufloat";dstFormat="r32uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg11b10ufloat";dstFormat="r32sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg11b10ufloat";dstFormat="r32float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg11b10ufloat";dstFormat="rg32uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg11b10ufloat";dstFormat="rg32sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg11b10ufloat";dstFormat="rg32float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg11b10ufloat";dstFormat="rgba32uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg11b10ufloat";dstFormat="rgba32sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg11b10ufloat";dstFormat="rgba32float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg11b10ufloat";dstFormat="rgb10a2uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg11b10ufloat";dstFormat="rgb10a2unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg11b10ufloat";dstFormat="rg11b10ufloat"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg11b10ufloat";dstFormat="rgb9e5ufloat"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg11b10ufloat";dstFormat="stencil8"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rg11b10ufloat";dstFormat="depth16unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgb9e5ufloat";dstFormat="r8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgb9e5ufloat";dstFormat="r8snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgb9e5ufloat";dstFormat="r8uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgb9e5ufloat";dstFormat="r8sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgb9e5ufloat";dstFormat="rg8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgb9e5ufloat";dstFormat="rg8snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgb9e5ufloat";dstFormat="rg8uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgb9e5ufloat";dstFormat="rg8sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgb9e5ufloat";dstFormat="rgba8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgb9e5ufloat";dstFormat="rgba8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgb9e5ufloat";dstFormat="rgba8snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgb9e5ufloat";dstFormat="rgba8uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgb9e5ufloat";dstFormat="rgba8sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgb9e5ufloat";dstFormat="bgra8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgb9e5ufloat";dstFormat="bgra8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgb9e5ufloat";dstFormat="r16uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgb9e5ufloat";dstFormat="r16sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgb9e5ufloat";dstFormat="r16float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgb9e5ufloat";dstFormat="rg16uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgb9e5ufloat";dstFormat="rg16sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgb9e5ufloat";dstFormat="rg16float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgb9e5ufloat";dstFormat="rgba16uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgb9e5ufloat";dstFormat="rgba16sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgb9e5ufloat";dstFormat="rgba16float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgb9e5ufloat";dstFormat="r32uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgb9e5ufloat";dstFormat="r32sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgb9e5ufloat";dstFormat="r32float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgb9e5ufloat";dstFormat="rg32uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgb9e5ufloat";dstFormat="rg32sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgb9e5ufloat";dstFormat="rg32float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgb9e5ufloat";dstFormat="rgba32uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgb9e5ufloat";dstFormat="rgba32sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgb9e5ufloat";dstFormat="rgba32float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgb9e5ufloat";dstFormat="rgb10a2uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgb9e5ufloat";dstFormat="rgb10a2unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgb9e5ufloat";dstFormat="rg11b10ufloat"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgb9e5ufloat";dstFormat="rgb9e5ufloat"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgb9e5ufloat";dstFormat="stencil8"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="rgb9e5ufloat";dstFormat="depth16unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="stencil8";dstFormat="r8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="stencil8";dstFormat="r8snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="stencil8";dstFormat="r8uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="stencil8";dstFormat="r8sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="stencil8";dstFormat="rg8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="stencil8";dstFormat="rg8snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="stencil8";dstFormat="rg8uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="stencil8";dstFormat="rg8sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="stencil8";dstFormat="rgba8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="stencil8";dstFormat="rgba8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="stencil8";dstFormat="rgba8snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="stencil8";dstFormat="rgba8uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="stencil8";dstFormat="rgba8sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="stencil8";dstFormat="bgra8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="stencil8";dstFormat="bgra8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="stencil8";dstFormat="r16uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="stencil8";dstFormat="r16sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="stencil8";dstFormat="r16float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="stencil8";dstFormat="rg16uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="stencil8";dstFormat="rg16sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="stencil8";dstFormat="rg16float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="stencil8";dstFormat="rgba16uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="stencil8";dstFormat="rgba16sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="stencil8";dstFormat="rgba16float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="stencil8";dstFormat="r32uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="stencil8";dstFormat="r32sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="stencil8";dstFormat="r32float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="stencil8";dstFormat="rg32uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="stencil8";dstFormat="rg32sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="stencil8";dstFormat="rg32float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="stencil8";dstFormat="rgba32uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="stencil8";dstFormat="rgba32sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="stencil8";dstFormat="rgba32float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="stencil8";dstFormat="rgb10a2uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="stencil8";dstFormat="rgb10a2unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="stencil8";dstFormat="rg11b10ufloat"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="stencil8";dstFormat="rgb9e5ufloat"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="stencil8";dstFormat="stencil8"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="stencil8";dstFormat="depth16unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="depth16unorm";dstFormat="r8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="depth16unorm";dstFormat="r8snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="depth16unorm";dstFormat="r8uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="depth16unorm";dstFormat="r8sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="depth16unorm";dstFormat="rg8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="depth16unorm";dstFormat="rg8snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="depth16unorm";dstFormat="rg8uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="depth16unorm";dstFormat="rg8sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="depth16unorm";dstFormat="rgba8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="depth16unorm";dstFormat="rgba8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="depth16unorm";dstFormat="rgba8snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="depth16unorm";dstFormat="rgba8uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="depth16unorm";dstFormat="rgba8sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="depth16unorm";dstFormat="bgra8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="depth16unorm";dstFormat="bgra8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="depth16unorm";dstFormat="r16uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="depth16unorm";dstFormat="r16sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="depth16unorm";dstFormat="r16float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="depth16unorm";dstFormat="rg16uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="depth16unorm";dstFormat="rg16sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="depth16unorm";dstFormat="rg16float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="depth16unorm";dstFormat="rgba16uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="depth16unorm";dstFormat="rgba16sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="depth16unorm";dstFormat="rgba16float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="depth16unorm";dstFormat="r32uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="depth16unorm";dstFormat="r32sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="depth16unorm";dstFormat="r32float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="depth16unorm";dstFormat="rg32uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="depth16unorm";dstFormat="rg32sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="depth16unorm";dstFormat="rg32float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="depth16unorm";dstFormat="rgba32uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="depth16unorm";dstFormat="rgba32sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="depth16unorm";dstFormat="rgba32float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="depth16unorm";dstFormat="rgb10a2uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="depth16unorm";dstFormat="rgb10a2unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="depth16unorm";dstFormat="rg11b10ufloat"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="depth16unorm";dstFormat="rgb9e5ufloat"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="depth16unorm";dstFormat="stencil8"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="depth16unorm";dstFormat="depth16unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="depth32float";dstFormat="r8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="depth32float";dstFormat="r8snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="depth32float";dstFormat="r8uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="depth32float";dstFormat="r8sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="depth32float";dstFormat="rg8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="depth32float";dstFormat="rg8snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="depth32float";dstFormat="rg8uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="depth32float";dstFormat="rg8sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="depth32float";dstFormat="rgba8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="depth32float";dstFormat="rgba8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="depth32float";dstFormat="rgba8snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="depth32float";dstFormat="rgba8uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="depth32float";dstFormat="rgba8sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="depth32float";dstFormat="bgra8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="depth32float";dstFormat="bgra8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="depth32float";dstFormat="r16uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="depth32float";dstFormat="r16sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="depth32float";dstFormat="r16float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="depth32float";dstFormat="rg16uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="depth32float";dstFormat="rg16sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="depth32float";dstFormat="rg16float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="depth32float";dstFormat="rgba16uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="depth32float";dstFormat="rgba16sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="depth32float";dstFormat="rgba16float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="depth32float";dstFormat="r32uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="depth32float";dstFormat="r32sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="depth32float";dstFormat="r32float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="depth32float";dstFormat="rg32uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="depth32float";dstFormat="rg32sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="depth32float";dstFormat="rg32float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="depth32float";dstFormat="rgba32uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="depth32float";dstFormat="rgba32sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="depth32float";dstFormat="rgba32float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="depth32float";dstFormat="rgb10a2uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="depth32float";dstFormat="rgb10a2unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="depth32float";dstFormat="rg11b10ufloat"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="depth32float";dstFormat="rgb9e5ufloat"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="depth32float";dstFormat="stencil8"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="depth32float";dstFormat="depth16unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="depth32float-stencil8";dstFormat="r8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="depth32float-stencil8";dstFormat="r8snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="depth32float-stencil8";dstFormat="r8uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="depth32float-stencil8";dstFormat="r8sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="depth32float-stencil8";dstFormat="rg8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="depth32float-stencil8";dstFormat="rg8snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="depth32float-stencil8";dstFormat="rg8uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="depth32float-stencil8";dstFormat="rg8sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="depth32float-stencil8";dstFormat="rgba8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="depth32float-stencil8";dstFormat="rgba8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="depth32float-stencil8";dstFormat="rgba8snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="depth32float-stencil8";dstFormat="rgba8uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="depth32float-stencil8";dstFormat="rgba8sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="depth32float-stencil8";dstFormat="bgra8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="depth32float-stencil8";dstFormat="bgra8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="depth32float-stencil8";dstFormat="r16uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="depth32float-stencil8";dstFormat="r16sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="depth32float-stencil8";dstFormat="r16float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="depth32float-stencil8";dstFormat="rg16uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="depth32float-stencil8";dstFormat="rg16sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="depth32float-stencil8";dstFormat="rg16float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="depth32float-stencil8";dstFormat="rgba16uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="depth32float-stencil8";dstFormat="rgba16sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="depth32float-stencil8";dstFormat="rgba16float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="depth32float-stencil8";dstFormat="r32uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="depth32float-stencil8";dstFormat="r32sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="depth32float-stencil8";dstFormat="r32float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="depth32float-stencil8";dstFormat="rg32uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="depth32float-stencil8";dstFormat="rg32sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="depth32float-stencil8";dstFormat="rg32float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="depth32float-stencil8";dstFormat="rgba32uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="depth32float-stencil8";dstFormat="rgba32sint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="depth32float-stencil8";dstFormat="rgba32float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="depth32float-stencil8";dstFormat="rgb10a2uint"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="depth32float-stencil8";dstFormat="rgb10a2unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="depth32float-stencil8";dstFormat="rg11b10ufloat"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="depth32float-stencil8";dstFormat="rgb9e5ufloat"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="depth32float-stencil8";dstFormat="stencil8"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="depth32float-stencil8";dstFormat="depth16unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc1-rgba-unorm";dstFormat="bc1-rgba-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc1-rgba-unorm";dstFormat="bc1-rgba-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc1-rgba-unorm";dstFormat="bc2-rgba-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc1-rgba-unorm";dstFormat="bc2-rgba-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc1-rgba-unorm";dstFormat="bc3-rgba-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc1-rgba-unorm";dstFormat="bc3-rgba-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc1-rgba-unorm";dstFormat="bc4-r-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc1-rgba-unorm";dstFormat="bc4-r-snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc1-rgba-unorm";dstFormat="bc5-rg-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc1-rgba-unorm";dstFormat="bc5-rg-snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc1-rgba-unorm";dstFormat="bc6h-rgb-ufloat"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc1-rgba-unorm";dstFormat="bc6h-rgb-float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc1-rgba-unorm";dstFormat="bc7-rgba-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc1-rgba-unorm";dstFormat="bc7-rgba-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc1-rgba-unorm";dstFormat="etc2-rgb8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc1-rgba-unorm";dstFormat="etc2-rgb8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc1-rgba-unorm";dstFormat="etc2-rgb8a1unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc1-rgba-unorm";dstFormat="etc2-rgb8a1unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc1-rgba-unorm";dstFormat="etc2-rgba8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc1-rgba-unorm";dstFormat="etc2-rgba8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc1-rgba-unorm";dstFormat="eac-r11unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc1-rgba-unorm";dstFormat="eac-r11snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc1-rgba-unorm";dstFormat="eac-rg11unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc1-rgba-unorm";dstFormat="eac-rg11snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc1-rgba-unorm";dstFormat="astc-4x4-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc1-rgba-unorm";dstFormat="astc-4x4-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc1-rgba-unorm-srgb";dstFormat="bc1-rgba-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc1-rgba-unorm-srgb";dstFormat="bc1-rgba-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc1-rgba-unorm-srgb";dstFormat="bc2-rgba-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc1-rgba-unorm-srgb";dstFormat="bc2-rgba-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc1-rgba-unorm-srgb";dstFormat="bc3-rgba-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc1-rgba-unorm-srgb";dstFormat="bc3-rgba-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc1-rgba-unorm-srgb";dstFormat="bc4-r-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc1-rgba-unorm-srgb";dstFormat="bc4-r-snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc1-rgba-unorm-srgb";dstFormat="bc5-rg-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc1-rgba-unorm-srgb";dstFormat="bc5-rg-snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc1-rgba-unorm-srgb";dstFormat="bc6h-rgb-ufloat"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc1-rgba-unorm-srgb";dstFormat="bc6h-rgb-float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc1-rgba-unorm-srgb";dstFormat="bc7-rgba-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc1-rgba-unorm-srgb";dstFormat="bc7-rgba-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc1-rgba-unorm-srgb";dstFormat="etc2-rgb8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc1-rgba-unorm-srgb";dstFormat="etc2-rgb8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc1-rgba-unorm-srgb";dstFormat="etc2-rgb8a1unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc1-rgba-unorm-srgb";dstFormat="etc2-rgb8a1unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc1-rgba-unorm-srgb";dstFormat="etc2-rgba8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc1-rgba-unorm-srgb";dstFormat="etc2-rgba8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc1-rgba-unorm-srgb";dstFormat="eac-r11unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc1-rgba-unorm-srgb";dstFormat="eac-r11snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc1-rgba-unorm-srgb";dstFormat="eac-rg11unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc1-rgba-unorm-srgb";dstFormat="eac-rg11snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc1-rgba-unorm-srgb";dstFormat="astc-4x4-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc1-rgba-unorm-srgb";dstFormat="astc-4x4-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc2-rgba-unorm";dstFormat="bc1-rgba-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc2-rgba-unorm";dstFormat="bc1-rgba-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc2-rgba-unorm";dstFormat="bc2-rgba-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc2-rgba-unorm";dstFormat="bc2-rgba-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc2-rgba-unorm";dstFormat="bc3-rgba-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc2-rgba-unorm";dstFormat="bc3-rgba-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc2-rgba-unorm";dstFormat="bc4-r-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc2-rgba-unorm";dstFormat="bc4-r-snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc2-rgba-unorm";dstFormat="bc5-rg-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc2-rgba-unorm";dstFormat="bc5-rg-snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc2-rgba-unorm";dstFormat="bc6h-rgb-ufloat"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc2-rgba-unorm";dstFormat="bc6h-rgb-float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc2-rgba-unorm";dstFormat="bc7-rgba-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc2-rgba-unorm";dstFormat="bc7-rgba-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc2-rgba-unorm";dstFormat="etc2-rgb8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc2-rgba-unorm";dstFormat="etc2-rgb8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc2-rgba-unorm";dstFormat="etc2-rgb8a1unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc2-rgba-unorm";dstFormat="etc2-rgb8a1unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc2-rgba-unorm";dstFormat="etc2-rgba8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc2-rgba-unorm";dstFormat="etc2-rgba8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc2-rgba-unorm";dstFormat="eac-r11unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc2-rgba-unorm";dstFormat="eac-r11snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc2-rgba-unorm";dstFormat="eac-rg11unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc2-rgba-unorm";dstFormat="eac-rg11snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc2-rgba-unorm";dstFormat="astc-4x4-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc2-rgba-unorm";dstFormat="astc-4x4-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc2-rgba-unorm-srgb";dstFormat="bc1-rgba-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc2-rgba-unorm-srgb";dstFormat="bc1-rgba-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc2-rgba-unorm-srgb";dstFormat="bc2-rgba-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc2-rgba-unorm-srgb";dstFormat="bc2-rgba-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc2-rgba-unorm-srgb";dstFormat="bc3-rgba-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc2-rgba-unorm-srgb";dstFormat="bc3-rgba-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc2-rgba-unorm-srgb";dstFormat="bc4-r-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc2-rgba-unorm-srgb";dstFormat="bc4-r-snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc2-rgba-unorm-srgb";dstFormat="bc5-rg-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc2-rgba-unorm-srgb";dstFormat="bc5-rg-snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc2-rgba-unorm-srgb";dstFormat="bc6h-rgb-ufloat"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc2-rgba-unorm-srgb";dstFormat="bc6h-rgb-float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc2-rgba-unorm-srgb";dstFormat="bc7-rgba-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc2-rgba-unorm-srgb";dstFormat="bc7-rgba-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc2-rgba-unorm-srgb";dstFormat="etc2-rgb8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc2-rgba-unorm-srgb";dstFormat="etc2-rgb8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc2-rgba-unorm-srgb";dstFormat="etc2-rgb8a1unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc2-rgba-unorm-srgb";dstFormat="etc2-rgb8a1unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc2-rgba-unorm-srgb";dstFormat="etc2-rgba8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc2-rgba-unorm-srgb";dstFormat="etc2-rgba8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc2-rgba-unorm-srgb";dstFormat="eac-r11unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc2-rgba-unorm-srgb";dstFormat="eac-r11snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc2-rgba-unorm-srgb";dstFormat="eac-rg11unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc2-rgba-unorm-srgb";dstFormat="eac-rg11snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc2-rgba-unorm-srgb";dstFormat="astc-4x4-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc2-rgba-unorm-srgb";dstFormat="astc-4x4-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc3-rgba-unorm";dstFormat="bc1-rgba-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc3-rgba-unorm";dstFormat="bc1-rgba-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc3-rgba-unorm";dstFormat="bc2-rgba-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc3-rgba-unorm";dstFormat="bc2-rgba-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc3-rgba-unorm";dstFormat="bc3-rgba-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc3-rgba-unorm";dstFormat="bc3-rgba-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc3-rgba-unorm";dstFormat="bc4-r-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc3-rgba-unorm";dstFormat="bc4-r-snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc3-rgba-unorm";dstFormat="bc5-rg-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc3-rgba-unorm";dstFormat="bc5-rg-snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc3-rgba-unorm";dstFormat="bc6h-rgb-ufloat"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc3-rgba-unorm";dstFormat="bc6h-rgb-float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc3-rgba-unorm";dstFormat="bc7-rgba-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc3-rgba-unorm";dstFormat="bc7-rgba-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc3-rgba-unorm";dstFormat="etc2-rgb8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc3-rgba-unorm";dstFormat="etc2-rgb8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc3-rgba-unorm";dstFormat="etc2-rgb8a1unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc3-rgba-unorm";dstFormat="etc2-rgb8a1unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc3-rgba-unorm";dstFormat="etc2-rgba8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc3-rgba-unorm";dstFormat="etc2-rgba8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc3-rgba-unorm";dstFormat="eac-r11unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc3-rgba-unorm";dstFormat="eac-r11snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc3-rgba-unorm";dstFormat="eac-rg11unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc3-rgba-unorm";dstFormat="eac-rg11snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc3-rgba-unorm";dstFormat="astc-4x4-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc3-rgba-unorm";dstFormat="astc-4x4-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc3-rgba-unorm-srgb";dstFormat="bc1-rgba-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc3-rgba-unorm-srgb";dstFormat="bc1-rgba-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc3-rgba-unorm-srgb";dstFormat="bc2-rgba-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc3-rgba-unorm-srgb";dstFormat="bc2-rgba-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc3-rgba-unorm-srgb";dstFormat="bc3-rgba-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc3-rgba-unorm-srgb";dstFormat="bc3-rgba-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc3-rgba-unorm-srgb";dstFormat="bc4-r-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc3-rgba-unorm-srgb";dstFormat="bc4-r-snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc3-rgba-unorm-srgb";dstFormat="bc5-rg-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc3-rgba-unorm-srgb";dstFormat="bc5-rg-snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc3-rgba-unorm-srgb";dstFormat="bc6h-rgb-ufloat"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc3-rgba-unorm-srgb";dstFormat="bc6h-rgb-float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc3-rgba-unorm-srgb";dstFormat="bc7-rgba-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc3-rgba-unorm-srgb";dstFormat="bc7-rgba-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc3-rgba-unorm-srgb";dstFormat="etc2-rgb8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc3-rgba-unorm-srgb";dstFormat="etc2-rgb8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc3-rgba-unorm-srgb";dstFormat="etc2-rgb8a1unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc3-rgba-unorm-srgb";dstFormat="etc2-rgb8a1unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc3-rgba-unorm-srgb";dstFormat="etc2-rgba8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc3-rgba-unorm-srgb";dstFormat="etc2-rgba8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc3-rgba-unorm-srgb";dstFormat="eac-r11unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc3-rgba-unorm-srgb";dstFormat="eac-r11snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc3-rgba-unorm-srgb";dstFormat="eac-rg11unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc3-rgba-unorm-srgb";dstFormat="eac-rg11snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc3-rgba-unorm-srgb";dstFormat="astc-4x4-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc3-rgba-unorm-srgb";dstFormat="astc-4x4-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc4-r-unorm";dstFormat="bc1-rgba-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc4-r-unorm";dstFormat="bc1-rgba-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc4-r-unorm";dstFormat="bc2-rgba-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc4-r-unorm";dstFormat="bc2-rgba-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc4-r-unorm";dstFormat="bc3-rgba-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc4-r-unorm";dstFormat="bc3-rgba-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc4-r-unorm";dstFormat="bc4-r-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc4-r-unorm";dstFormat="bc4-r-snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc4-r-unorm";dstFormat="bc5-rg-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc4-r-unorm";dstFormat="bc5-rg-snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc4-r-unorm";dstFormat="bc6h-rgb-ufloat"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc4-r-unorm";dstFormat="bc6h-rgb-float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc4-r-unorm";dstFormat="bc7-rgba-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc4-r-unorm";dstFormat="bc7-rgba-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc4-r-unorm";dstFormat="etc2-rgb8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc4-r-unorm";dstFormat="etc2-rgb8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc4-r-unorm";dstFormat="etc2-rgb8a1unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc4-r-unorm";dstFormat="etc2-rgb8a1unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc4-r-unorm";dstFormat="etc2-rgba8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc4-r-unorm";dstFormat="etc2-rgba8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc4-r-unorm";dstFormat="eac-r11unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc4-r-unorm";dstFormat="eac-r11snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc4-r-unorm";dstFormat="eac-rg11unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc4-r-unorm";dstFormat="eac-rg11snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc4-r-unorm";dstFormat="astc-4x4-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc4-r-unorm";dstFormat="astc-4x4-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc4-r-snorm";dstFormat="bc1-rgba-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc4-r-snorm";dstFormat="bc1-rgba-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc4-r-snorm";dstFormat="bc2-rgba-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc4-r-snorm";dstFormat="bc2-rgba-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc4-r-snorm";dstFormat="bc3-rgba-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc4-r-snorm";dstFormat="bc3-rgba-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc4-r-snorm";dstFormat="bc4-r-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc4-r-snorm";dstFormat="bc4-r-snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc4-r-snorm";dstFormat="bc5-rg-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc4-r-snorm";dstFormat="bc5-rg-snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc4-r-snorm";dstFormat="bc6h-rgb-ufloat"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc4-r-snorm";dstFormat="bc6h-rgb-float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc4-r-snorm";dstFormat="bc7-rgba-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc4-r-snorm";dstFormat="bc7-rgba-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc4-r-snorm";dstFormat="etc2-rgb8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc4-r-snorm";dstFormat="etc2-rgb8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc4-r-snorm";dstFormat="etc2-rgb8a1unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc4-r-snorm";dstFormat="etc2-rgb8a1unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc4-r-snorm";dstFormat="etc2-rgba8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc4-r-snorm";dstFormat="etc2-rgba8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc4-r-snorm";dstFormat="eac-r11unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc4-r-snorm";dstFormat="eac-r11snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc4-r-snorm";dstFormat="eac-rg11unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc4-r-snorm";dstFormat="eac-rg11snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc4-r-snorm";dstFormat="astc-4x4-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc4-r-snorm";dstFormat="astc-4x4-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc5-rg-unorm";dstFormat="bc1-rgba-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc5-rg-unorm";dstFormat="bc1-rgba-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc5-rg-unorm";dstFormat="bc2-rgba-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc5-rg-unorm";dstFormat="bc2-rgba-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc5-rg-unorm";dstFormat="bc3-rgba-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc5-rg-unorm";dstFormat="bc3-rgba-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc5-rg-unorm";dstFormat="bc4-r-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc5-rg-unorm";dstFormat="bc4-r-snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc5-rg-unorm";dstFormat="bc5-rg-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc5-rg-unorm";dstFormat="bc5-rg-snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc5-rg-unorm";dstFormat="bc6h-rgb-ufloat"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc5-rg-unorm";dstFormat="bc6h-rgb-float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc5-rg-unorm";dstFormat="bc7-rgba-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc5-rg-unorm";dstFormat="bc7-rgba-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc5-rg-unorm";dstFormat="etc2-rgb8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc5-rg-unorm";dstFormat="etc2-rgb8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc5-rg-unorm";dstFormat="etc2-rgb8a1unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc5-rg-unorm";dstFormat="etc2-rgb8a1unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc5-rg-unorm";dstFormat="etc2-rgba8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc5-rg-unorm";dstFormat="etc2-rgba8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc5-rg-unorm";dstFormat="eac-r11unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc5-rg-unorm";dstFormat="eac-r11snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc5-rg-unorm";dstFormat="eac-rg11unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc5-rg-unorm";dstFormat="eac-rg11snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc5-rg-unorm";dstFormat="astc-4x4-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc5-rg-unorm";dstFormat="astc-4x4-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc5-rg-snorm";dstFormat="bc1-rgba-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc5-rg-snorm";dstFormat="bc1-rgba-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc5-rg-snorm";dstFormat="bc2-rgba-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc5-rg-snorm";dstFormat="bc2-rgba-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc5-rg-snorm";dstFormat="bc3-rgba-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc5-rg-snorm";dstFormat="bc3-rgba-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc5-rg-snorm";dstFormat="bc4-r-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc5-rg-snorm";dstFormat="bc4-r-snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc5-rg-snorm";dstFormat="bc5-rg-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc5-rg-snorm";dstFormat="bc5-rg-snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc5-rg-snorm";dstFormat="bc6h-rgb-ufloat"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc5-rg-snorm";dstFormat="bc6h-rgb-float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc5-rg-snorm";dstFormat="bc7-rgba-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc5-rg-snorm";dstFormat="bc7-rgba-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc5-rg-snorm";dstFormat="etc2-rgb8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc5-rg-snorm";dstFormat="etc2-rgb8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc5-rg-snorm";dstFormat="etc2-rgb8a1unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc5-rg-snorm";dstFormat="etc2-rgb8a1unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc5-rg-snorm";dstFormat="etc2-rgba8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc5-rg-snorm";dstFormat="etc2-rgba8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc5-rg-snorm";dstFormat="eac-r11unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc5-rg-snorm";dstFormat="eac-r11snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc5-rg-snorm";dstFormat="eac-rg11unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc5-rg-snorm";dstFormat="eac-rg11snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc5-rg-snorm";dstFormat="astc-4x4-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc5-rg-snorm";dstFormat="astc-4x4-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc6h-rgb-ufloat";dstFormat="bc1-rgba-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc6h-rgb-ufloat";dstFormat="bc1-rgba-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc6h-rgb-ufloat";dstFormat="bc2-rgba-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc6h-rgb-ufloat";dstFormat="bc2-rgba-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc6h-rgb-ufloat";dstFormat="bc3-rgba-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc6h-rgb-ufloat";dstFormat="bc3-rgba-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc6h-rgb-ufloat";dstFormat="bc4-r-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc6h-rgb-ufloat";dstFormat="bc4-r-snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc6h-rgb-ufloat";dstFormat="bc5-rg-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc6h-rgb-ufloat";dstFormat="bc5-rg-snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc6h-rgb-ufloat";dstFormat="bc6h-rgb-ufloat"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc6h-rgb-ufloat";dstFormat="bc6h-rgb-float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc6h-rgb-ufloat";dstFormat="bc7-rgba-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc6h-rgb-ufloat";dstFormat="bc7-rgba-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc6h-rgb-ufloat";dstFormat="etc2-rgb8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc6h-rgb-ufloat";dstFormat="etc2-rgb8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc6h-rgb-ufloat";dstFormat="etc2-rgb8a1unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc6h-rgb-ufloat";dstFormat="etc2-rgb8a1unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc6h-rgb-ufloat";dstFormat="etc2-rgba8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc6h-rgb-ufloat";dstFormat="etc2-rgba8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc6h-rgb-ufloat";dstFormat="eac-r11unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc6h-rgb-ufloat";dstFormat="eac-r11snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc6h-rgb-ufloat";dstFormat="eac-rg11unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc6h-rgb-ufloat";dstFormat="eac-rg11snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc6h-rgb-ufloat";dstFormat="astc-4x4-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc6h-rgb-ufloat";dstFormat="astc-4x4-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc6h-rgb-float";dstFormat="bc1-rgba-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc6h-rgb-float";dstFormat="bc1-rgba-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc6h-rgb-float";dstFormat="bc2-rgba-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc6h-rgb-float";dstFormat="bc2-rgba-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc6h-rgb-float";dstFormat="bc3-rgba-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc6h-rgb-float";dstFormat="bc3-rgba-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc6h-rgb-float";dstFormat="bc4-r-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc6h-rgb-float";dstFormat="bc4-r-snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc6h-rgb-float";dstFormat="bc5-rg-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc6h-rgb-float";dstFormat="bc5-rg-snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc6h-rgb-float";dstFormat="bc6h-rgb-ufloat"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc6h-rgb-float";dstFormat="bc6h-rgb-float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc6h-rgb-float";dstFormat="bc7-rgba-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc6h-rgb-float";dstFormat="bc7-rgba-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc6h-rgb-float";dstFormat="etc2-rgb8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc6h-rgb-float";dstFormat="etc2-rgb8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc6h-rgb-float";dstFormat="etc2-rgb8a1unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc6h-rgb-float";dstFormat="etc2-rgb8a1unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc6h-rgb-float";dstFormat="etc2-rgba8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc6h-rgb-float";dstFormat="etc2-rgba8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc6h-rgb-float";dstFormat="eac-r11unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc6h-rgb-float";dstFormat="eac-r11snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc6h-rgb-float";dstFormat="eac-rg11unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc6h-rgb-float";dstFormat="eac-rg11snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc6h-rgb-float";dstFormat="astc-4x4-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc6h-rgb-float";dstFormat="astc-4x4-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc7-rgba-unorm";dstFormat="bc1-rgba-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc7-rgba-unorm";dstFormat="bc1-rgba-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc7-rgba-unorm";dstFormat="bc2-rgba-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc7-rgba-unorm";dstFormat="bc2-rgba-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc7-rgba-unorm";dstFormat="bc3-rgba-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc7-rgba-unorm";dstFormat="bc3-rgba-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc7-rgba-unorm";dstFormat="bc4-r-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc7-rgba-unorm";dstFormat="bc4-r-snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc7-rgba-unorm";dstFormat="bc5-rg-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc7-rgba-unorm";dstFormat="bc5-rg-snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc7-rgba-unorm";dstFormat="bc6h-rgb-ufloat"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc7-rgba-unorm";dstFormat="bc6h-rgb-float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc7-rgba-unorm";dstFormat="bc7-rgba-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc7-rgba-unorm";dstFormat="bc7-rgba-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc7-rgba-unorm";dstFormat="etc2-rgb8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc7-rgba-unorm";dstFormat="etc2-rgb8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc7-rgba-unorm";dstFormat="etc2-rgb8a1unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc7-rgba-unorm";dstFormat="etc2-rgb8a1unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc7-rgba-unorm";dstFormat="etc2-rgba8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc7-rgba-unorm";dstFormat="etc2-rgba8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc7-rgba-unorm";dstFormat="eac-r11unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc7-rgba-unorm";dstFormat="eac-r11snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc7-rgba-unorm";dstFormat="eac-rg11unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc7-rgba-unorm";dstFormat="eac-rg11snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc7-rgba-unorm";dstFormat="astc-4x4-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc7-rgba-unorm";dstFormat="astc-4x4-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc7-rgba-unorm-srgb";dstFormat="bc1-rgba-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc7-rgba-unorm-srgb";dstFormat="bc1-rgba-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc7-rgba-unorm-srgb";dstFormat="bc2-rgba-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc7-rgba-unorm-srgb";dstFormat="bc2-rgba-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc7-rgba-unorm-srgb";dstFormat="bc3-rgba-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc7-rgba-unorm-srgb";dstFormat="bc3-rgba-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc7-rgba-unorm-srgb";dstFormat="bc4-r-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc7-rgba-unorm-srgb";dstFormat="bc4-r-snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc7-rgba-unorm-srgb";dstFormat="bc5-rg-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc7-rgba-unorm-srgb";dstFormat="bc5-rg-snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc7-rgba-unorm-srgb";dstFormat="bc6h-rgb-ufloat"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc7-rgba-unorm-srgb";dstFormat="bc6h-rgb-float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc7-rgba-unorm-srgb";dstFormat="bc7-rgba-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc7-rgba-unorm-srgb";dstFormat="bc7-rgba-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc7-rgba-unorm-srgb";dstFormat="etc2-rgb8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc7-rgba-unorm-srgb";dstFormat="etc2-rgb8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc7-rgba-unorm-srgb";dstFormat="etc2-rgb8a1unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc7-rgba-unorm-srgb";dstFormat="etc2-rgb8a1unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc7-rgba-unorm-srgb";dstFormat="etc2-rgba8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc7-rgba-unorm-srgb";dstFormat="etc2-rgba8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc7-rgba-unorm-srgb";dstFormat="eac-r11unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc7-rgba-unorm-srgb";dstFormat="eac-r11snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc7-rgba-unorm-srgb";dstFormat="eac-rg11unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc7-rgba-unorm-srgb";dstFormat="eac-rg11snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc7-rgba-unorm-srgb";dstFormat="astc-4x4-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="bc7-rgba-unorm-srgb";dstFormat="astc-4x4-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgb8unorm";dstFormat="bc1-rgba-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgb8unorm";dstFormat="bc1-rgba-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgb8unorm";dstFormat="bc2-rgba-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgb8unorm";dstFormat="bc2-rgba-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgb8unorm";dstFormat="bc3-rgba-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgb8unorm";dstFormat="bc3-rgba-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgb8unorm";dstFormat="bc4-r-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgb8unorm";dstFormat="bc4-r-snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgb8unorm";dstFormat="bc5-rg-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgb8unorm";dstFormat="bc5-rg-snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgb8unorm";dstFormat="bc6h-rgb-ufloat"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgb8unorm";dstFormat="bc6h-rgb-float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgb8unorm";dstFormat="bc7-rgba-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgb8unorm";dstFormat="bc7-rgba-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgb8unorm";dstFormat="etc2-rgb8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgb8unorm";dstFormat="etc2-rgb8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgb8unorm";dstFormat="etc2-rgb8a1unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgb8unorm";dstFormat="etc2-rgb8a1unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgb8unorm";dstFormat="etc2-rgba8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgb8unorm";dstFormat="etc2-rgba8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgb8unorm";dstFormat="eac-r11unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgb8unorm";dstFormat="eac-r11snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgb8unorm";dstFormat="eac-rg11unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgb8unorm";dstFormat="eac-rg11snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgb8unorm";dstFormat="astc-4x4-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgb8unorm";dstFormat="astc-4x4-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgb8unorm-srgb";dstFormat="bc1-rgba-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgb8unorm-srgb";dstFormat="bc1-rgba-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgb8unorm-srgb";dstFormat="bc2-rgba-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgb8unorm-srgb";dstFormat="bc2-rgba-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgb8unorm-srgb";dstFormat="bc3-rgba-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgb8unorm-srgb";dstFormat="bc3-rgba-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgb8unorm-srgb";dstFormat="bc4-r-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgb8unorm-srgb";dstFormat="bc4-r-snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgb8unorm-srgb";dstFormat="bc5-rg-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgb8unorm-srgb";dstFormat="bc5-rg-snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgb8unorm-srgb";dstFormat="bc6h-rgb-ufloat"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgb8unorm-srgb";dstFormat="bc6h-rgb-float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgb8unorm-srgb";dstFormat="bc7-rgba-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgb8unorm-srgb";dstFormat="bc7-rgba-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgb8unorm-srgb";dstFormat="etc2-rgb8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgb8unorm-srgb";dstFormat="etc2-rgb8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgb8unorm-srgb";dstFormat="etc2-rgb8a1unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgb8unorm-srgb";dstFormat="etc2-rgb8a1unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgb8unorm-srgb";dstFormat="etc2-rgba8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgb8unorm-srgb";dstFormat="etc2-rgba8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgb8unorm-srgb";dstFormat="eac-r11unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgb8unorm-srgb";dstFormat="eac-r11snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgb8unorm-srgb";dstFormat="eac-rg11unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgb8unorm-srgb";dstFormat="eac-rg11snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgb8unorm-srgb";dstFormat="astc-4x4-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgb8unorm-srgb";dstFormat="astc-4x4-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgb8a1unorm";dstFormat="bc1-rgba-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgb8a1unorm";dstFormat="bc1-rgba-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgb8a1unorm";dstFormat="bc2-rgba-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgb8a1unorm";dstFormat="bc2-rgba-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgb8a1unorm";dstFormat="bc3-rgba-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgb8a1unorm";dstFormat="bc3-rgba-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgb8a1unorm";dstFormat="bc4-r-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgb8a1unorm";dstFormat="bc4-r-snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgb8a1unorm";dstFormat="bc5-rg-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgb8a1unorm";dstFormat="bc5-rg-snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgb8a1unorm";dstFormat="bc6h-rgb-ufloat"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgb8a1unorm";dstFormat="bc6h-rgb-float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgb8a1unorm";dstFormat="bc7-rgba-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgb8a1unorm";dstFormat="bc7-rgba-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgb8a1unorm";dstFormat="etc2-rgb8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgb8a1unorm";dstFormat="etc2-rgb8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgb8a1unorm";dstFormat="etc2-rgb8a1unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgb8a1unorm";dstFormat="etc2-rgb8a1unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgb8a1unorm";dstFormat="etc2-rgba8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgb8a1unorm";dstFormat="etc2-rgba8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgb8a1unorm";dstFormat="eac-r11unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgb8a1unorm";dstFormat="eac-r11snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgb8a1unorm";dstFormat="eac-rg11unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgb8a1unorm";dstFormat="eac-rg11snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgb8a1unorm";dstFormat="astc-4x4-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgb8a1unorm";dstFormat="astc-4x4-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgb8a1unorm-srgb";dstFormat="bc1-rgba-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgb8a1unorm-srgb";dstFormat="bc1-rgba-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgb8a1unorm-srgb";dstFormat="bc2-rgba-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgb8a1unorm-srgb";dstFormat="bc2-rgba-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgb8a1unorm-srgb";dstFormat="bc3-rgba-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgb8a1unorm-srgb";dstFormat="bc3-rgba-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgb8a1unorm-srgb";dstFormat="bc4-r-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgb8a1unorm-srgb";dstFormat="bc4-r-snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgb8a1unorm-srgb";dstFormat="bc5-rg-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgb8a1unorm-srgb";dstFormat="bc5-rg-snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgb8a1unorm-srgb";dstFormat="bc6h-rgb-ufloat"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgb8a1unorm-srgb";dstFormat="bc6h-rgb-float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgb8a1unorm-srgb";dstFormat="bc7-rgba-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgb8a1unorm-srgb";dstFormat="bc7-rgba-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgb8a1unorm-srgb";dstFormat="etc2-rgb8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgb8a1unorm-srgb";dstFormat="etc2-rgb8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgb8a1unorm-srgb";dstFormat="etc2-rgb8a1unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgb8a1unorm-srgb";dstFormat="etc2-rgb8a1unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgb8a1unorm-srgb";dstFormat="etc2-rgba8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgb8a1unorm-srgb";dstFormat="etc2-rgba8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgb8a1unorm-srgb";dstFormat="eac-r11unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgb8a1unorm-srgb";dstFormat="eac-r11snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgb8a1unorm-srgb";dstFormat="eac-rg11unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgb8a1unorm-srgb";dstFormat="eac-rg11snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgb8a1unorm-srgb";dstFormat="astc-4x4-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgb8a1unorm-srgb";dstFormat="astc-4x4-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgba8unorm";dstFormat="bc1-rgba-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgba8unorm";dstFormat="bc1-rgba-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgba8unorm";dstFormat="bc2-rgba-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgba8unorm";dstFormat="bc2-rgba-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgba8unorm";dstFormat="bc3-rgba-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgba8unorm";dstFormat="bc3-rgba-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgba8unorm";dstFormat="bc4-r-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgba8unorm";dstFormat="bc4-r-snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgba8unorm";dstFormat="bc5-rg-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgba8unorm";dstFormat="bc5-rg-snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgba8unorm";dstFormat="bc6h-rgb-ufloat"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgba8unorm";dstFormat="bc6h-rgb-float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgba8unorm";dstFormat="bc7-rgba-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgba8unorm";dstFormat="bc7-rgba-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgba8unorm";dstFormat="etc2-rgb8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgba8unorm";dstFormat="etc2-rgb8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgba8unorm";dstFormat="etc2-rgb8a1unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgba8unorm";dstFormat="etc2-rgb8a1unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgba8unorm";dstFormat="etc2-rgba8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgba8unorm";dstFormat="etc2-rgba8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgba8unorm";dstFormat="eac-r11unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgba8unorm";dstFormat="eac-r11snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgba8unorm";dstFormat="eac-rg11unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgba8unorm";dstFormat="eac-rg11snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgba8unorm";dstFormat="astc-4x4-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgba8unorm";dstFormat="astc-4x4-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgba8unorm-srgb";dstFormat="bc1-rgba-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgba8unorm-srgb";dstFormat="bc1-rgba-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgba8unorm-srgb";dstFormat="bc2-rgba-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgba8unorm-srgb";dstFormat="bc2-rgba-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgba8unorm-srgb";dstFormat="bc3-rgba-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgba8unorm-srgb";dstFormat="bc3-rgba-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgba8unorm-srgb";dstFormat="bc4-r-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgba8unorm-srgb";dstFormat="bc4-r-snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgba8unorm-srgb";dstFormat="bc5-rg-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgba8unorm-srgb";dstFormat="bc5-rg-snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgba8unorm-srgb";dstFormat="bc6h-rgb-ufloat"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgba8unorm-srgb";dstFormat="bc6h-rgb-float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgba8unorm-srgb";dstFormat="bc7-rgba-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgba8unorm-srgb";dstFormat="bc7-rgba-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgba8unorm-srgb";dstFormat="etc2-rgb8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgba8unorm-srgb";dstFormat="etc2-rgb8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgba8unorm-srgb";dstFormat="etc2-rgb8a1unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgba8unorm-srgb";dstFormat="etc2-rgb8a1unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgba8unorm-srgb";dstFormat="etc2-rgba8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgba8unorm-srgb";dstFormat="etc2-rgba8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgba8unorm-srgb";dstFormat="eac-r11unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgba8unorm-srgb";dstFormat="eac-r11snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgba8unorm-srgb";dstFormat="eac-rg11unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgba8unorm-srgb";dstFormat="eac-rg11snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgba8unorm-srgb";dstFormat="astc-4x4-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="etc2-rgba8unorm-srgb";dstFormat="astc-4x4-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="eac-r11unorm";dstFormat="bc1-rgba-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="eac-r11unorm";dstFormat="bc1-rgba-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="eac-r11unorm";dstFormat="bc2-rgba-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="eac-r11unorm";dstFormat="bc2-rgba-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="eac-r11unorm";dstFormat="bc3-rgba-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="eac-r11unorm";dstFormat="bc3-rgba-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="eac-r11unorm";dstFormat="bc4-r-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="eac-r11unorm";dstFormat="bc4-r-snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="eac-r11unorm";dstFormat="bc5-rg-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="eac-r11unorm";dstFormat="bc5-rg-snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="eac-r11unorm";dstFormat="bc6h-rgb-ufloat"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="eac-r11unorm";dstFormat="bc6h-rgb-float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="eac-r11unorm";dstFormat="bc7-rgba-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="eac-r11unorm";dstFormat="bc7-rgba-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="eac-r11unorm";dstFormat="etc2-rgb8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="eac-r11unorm";dstFormat="etc2-rgb8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="eac-r11unorm";dstFormat="etc2-rgb8a1unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="eac-r11unorm";dstFormat="etc2-rgb8a1unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="eac-r11unorm";dstFormat="etc2-rgba8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="eac-r11unorm";dstFormat="etc2-rgba8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="eac-r11unorm";dstFormat="eac-r11unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="eac-r11unorm";dstFormat="eac-r11snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="eac-r11unorm";dstFormat="eac-rg11unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="eac-r11unorm";dstFormat="eac-rg11snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="eac-r11unorm";dstFormat="astc-4x4-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="eac-r11unorm";dstFormat="astc-4x4-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="eac-r11snorm";dstFormat="bc1-rgba-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="eac-r11snorm";dstFormat="bc1-rgba-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="eac-r11snorm";dstFormat="bc2-rgba-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="eac-r11snorm";dstFormat="bc2-rgba-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="eac-r11snorm";dstFormat="bc3-rgba-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="eac-r11snorm";dstFormat="bc3-rgba-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="eac-r11snorm";dstFormat="bc4-r-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="eac-r11snorm";dstFormat="bc4-r-snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="eac-r11snorm";dstFormat="bc5-rg-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="eac-r11snorm";dstFormat="bc5-rg-snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="eac-r11snorm";dstFormat="bc6h-rgb-ufloat"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="eac-r11snorm";dstFormat="bc6h-rgb-float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="eac-r11snorm";dstFormat="bc7-rgba-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="eac-r11snorm";dstFormat="bc7-rgba-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="eac-r11snorm";dstFormat="etc2-rgb8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="eac-r11snorm";dstFormat="etc2-rgb8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="eac-r11snorm";dstFormat="etc2-rgb8a1unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="eac-r11snorm";dstFormat="etc2-rgb8a1unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="eac-r11snorm";dstFormat="etc2-rgba8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="eac-r11snorm";dstFormat="etc2-rgba8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="eac-r11snorm";dstFormat="eac-r11unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="eac-r11snorm";dstFormat="eac-r11snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="eac-r11snorm";dstFormat="eac-rg11unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="eac-r11snorm";dstFormat="eac-rg11snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="eac-r11snorm";dstFormat="astc-4x4-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="eac-r11snorm";dstFormat="astc-4x4-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="eac-rg11unorm";dstFormat="bc1-rgba-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="eac-rg11unorm";dstFormat="bc1-rgba-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="eac-rg11unorm";dstFormat="bc2-rgba-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="eac-rg11unorm";dstFormat="bc2-rgba-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="eac-rg11unorm";dstFormat="bc3-rgba-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="eac-rg11unorm";dstFormat="bc3-rgba-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="eac-rg11unorm";dstFormat="bc4-r-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="eac-rg11unorm";dstFormat="bc4-r-snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="eac-rg11unorm";dstFormat="bc5-rg-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="eac-rg11unorm";dstFormat="bc5-rg-snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="eac-rg11unorm";dstFormat="bc6h-rgb-ufloat"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="eac-rg11unorm";dstFormat="bc6h-rgb-float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="eac-rg11unorm";dstFormat="bc7-rgba-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="eac-rg11unorm";dstFormat="bc7-rgba-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="eac-rg11unorm";dstFormat="etc2-rgb8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="eac-rg11unorm";dstFormat="etc2-rgb8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="eac-rg11unorm";dstFormat="etc2-rgb8a1unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="eac-rg11unorm";dstFormat="etc2-rgb8a1unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="eac-rg11unorm";dstFormat="etc2-rgba8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="eac-rg11unorm";dstFormat="etc2-rgba8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="eac-rg11unorm";dstFormat="eac-r11unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="eac-rg11unorm";dstFormat="eac-r11snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="eac-rg11unorm";dstFormat="eac-rg11unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="eac-rg11unorm";dstFormat="eac-rg11snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="eac-rg11unorm";dstFormat="astc-4x4-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="eac-rg11unorm";dstFormat="astc-4x4-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="eac-rg11snorm";dstFormat="bc1-rgba-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="eac-rg11snorm";dstFormat="bc1-rgba-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="eac-rg11snorm";dstFormat="bc2-rgba-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="eac-rg11snorm";dstFormat="bc2-rgba-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="eac-rg11snorm";dstFormat="bc3-rgba-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="eac-rg11snorm";dstFormat="bc3-rgba-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="eac-rg11snorm";dstFormat="bc4-r-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="eac-rg11snorm";dstFormat="bc4-r-snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="eac-rg11snorm";dstFormat="bc5-rg-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="eac-rg11snorm";dstFormat="bc5-rg-snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="eac-rg11snorm";dstFormat="bc6h-rgb-ufloat"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="eac-rg11snorm";dstFormat="bc6h-rgb-float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="eac-rg11snorm";dstFormat="bc7-rgba-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="eac-rg11snorm";dstFormat="bc7-rgba-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="eac-rg11snorm";dstFormat="etc2-rgb8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="eac-rg11snorm";dstFormat="etc2-rgb8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="eac-rg11snorm";dstFormat="etc2-rgb8a1unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="eac-rg11snorm";dstFormat="etc2-rgb8a1unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="eac-rg11snorm";dstFormat="etc2-rgba8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="eac-rg11snorm";dstFormat="etc2-rgba8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="eac-rg11snorm";dstFormat="eac-r11unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="eac-rg11snorm";dstFormat="eac-r11snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="eac-rg11snorm";dstFormat="eac-rg11unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="eac-rg11snorm";dstFormat="eac-rg11snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="eac-rg11snorm";dstFormat="astc-4x4-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="eac-rg11snorm";dstFormat="astc-4x4-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="astc-4x4-unorm";dstFormat="bc1-rgba-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="astc-4x4-unorm";dstFormat="bc1-rgba-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="astc-4x4-unorm";dstFormat="bc2-rgba-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="astc-4x4-unorm";dstFormat="bc2-rgba-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="astc-4x4-unorm";dstFormat="bc3-rgba-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="astc-4x4-unorm";dstFormat="bc3-rgba-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="astc-4x4-unorm";dstFormat="bc4-r-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="astc-4x4-unorm";dstFormat="bc4-r-snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="astc-4x4-unorm";dstFormat="bc5-rg-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="astc-4x4-unorm";dstFormat="bc5-rg-snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="astc-4x4-unorm";dstFormat="bc6h-rgb-ufloat"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="astc-4x4-unorm";dstFormat="bc6h-rgb-float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="astc-4x4-unorm";dstFormat="bc7-rgba-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="astc-4x4-unorm";dstFormat="bc7-rgba-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="astc-4x4-unorm";dstFormat="etc2-rgb8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="astc-4x4-unorm";dstFormat="etc2-rgb8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="astc-4x4-unorm";dstFormat="etc2-rgb8a1unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="astc-4x4-unorm";dstFormat="etc2-rgb8a1unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="astc-4x4-unorm";dstFormat="etc2-rgba8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="astc-4x4-unorm";dstFormat="etc2-rgba8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="astc-4x4-unorm";dstFormat="eac-r11unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="astc-4x4-unorm";dstFormat="eac-r11snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="astc-4x4-unorm";dstFormat="eac-rg11unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="astc-4x4-unorm";dstFormat="eac-rg11snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="astc-4x4-unorm";dstFormat="astc-4x4-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="astc-4x4-unorm";dstFormat="astc-4x4-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="astc-4x4-unorm-srgb";dstFormat="bc1-rgba-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="astc-4x4-unorm-srgb";dstFormat="bc1-rgba-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="astc-4x4-unorm-srgb";dstFormat="bc2-rgba-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="astc-4x4-unorm-srgb";dstFormat="bc2-rgba-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="astc-4x4-unorm-srgb";dstFormat="bc3-rgba-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="astc-4x4-unorm-srgb";dstFormat="bc3-rgba-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="astc-4x4-unorm-srgb";dstFormat="bc4-r-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="astc-4x4-unorm-srgb";dstFormat="bc4-r-snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="astc-4x4-unorm-srgb";dstFormat="bc5-rg-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="astc-4x4-unorm-srgb";dstFormat="bc5-rg-snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="astc-4x4-unorm-srgb";dstFormat="bc6h-rgb-ufloat"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="astc-4x4-unorm-srgb";dstFormat="bc6h-rgb-float"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="astc-4x4-unorm-srgb";dstFormat="bc7-rgba-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="astc-4x4-unorm-srgb";dstFormat="bc7-rgba-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="astc-4x4-unorm-srgb";dstFormat="etc2-rgb8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="astc-4x4-unorm-srgb";dstFormat="etc2-rgb8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="astc-4x4-unorm-srgb";dstFormat="etc2-rgb8a1unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="astc-4x4-unorm-srgb";dstFormat="etc2-rgb8a1unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="astc-4x4-unorm-srgb";dstFormat="etc2-rgba8unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="astc-4x4-unorm-srgb";dstFormat="etc2-rgba8unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="astc-4x4-unorm-srgb";dstFormat="eac-r11unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="astc-4x4-unorm-srgb";dstFormat="eac-r11snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="astc-4x4-unorm-srgb";dstFormat="eac-rg11unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="astc-4x4-unorm-srgb";dstFormat="eac-rg11snorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="astc-4x4-unorm-srgb";dstFormat="astc-4x4-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="astc-4x4-unorm-srgb";dstFormat="astc-4x4-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="astc-5x4-unorm";dstFormat="astc-5x4-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="astc-5x4-unorm";dstFormat="astc-5x4-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="astc-5x4-unorm-srgb";dstFormat="astc-5x4-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="astc-5x4-unorm-srgb";dstFormat="astc-5x4-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="astc-5x5-unorm";dstFormat="astc-5x5-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="astc-5x5-unorm";dstFormat="astc-5x5-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="astc-5x5-unorm-srgb";dstFormat="astc-5x5-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="astc-5x5-unorm-srgb";dstFormat="astc-5x5-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="astc-6x5-unorm";dstFormat="astc-6x5-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="astc-6x5-unorm";dstFormat="astc-6x5-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="astc-6x5-unorm-srgb";dstFormat="astc-6x5-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="astc-6x5-unorm-srgb";dstFormat="astc-6x5-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="astc-6x6-unorm";dstFormat="astc-6x6-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="astc-6x6-unorm";dstFormat="astc-6x6-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="astc-6x6-unorm-srgb";dstFormat="astc-6x6-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="astc-6x6-unorm-srgb";dstFormat="astc-6x6-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="astc-8x5-unorm";dstFormat="astc-8x5-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="astc-8x5-unorm";dstFormat="astc-8x5-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="astc-8x5-unorm-srgb";dstFormat="astc-8x5-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="astc-8x5-unorm-srgb";dstFormat="astc-8x5-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="astc-8x6-unorm";dstFormat="astc-8x6-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="astc-8x6-unorm";dstFormat="astc-8x6-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="astc-8x6-unorm-srgb";dstFormat="astc-8x6-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="astc-8x6-unorm-srgb";dstFormat="astc-8x6-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="astc-8x8-unorm";dstFormat="astc-8x8-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="astc-8x8-unorm";dstFormat="astc-8x8-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="astc-8x8-unorm-srgb";dstFormat="astc-8x8-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="astc-8x8-unorm-srgb";dstFormat="astc-8x8-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="astc-10x5-unorm";dstFormat="astc-10x5-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="astc-10x5-unorm";dstFormat="astc-10x5-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="astc-10x5-unorm-srgb";dstFormat="astc-10x5-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="astc-10x5-unorm-srgb";dstFormat="astc-10x5-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="astc-10x6-unorm";dstFormat="astc-10x6-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="astc-10x6-unorm";dstFormat="astc-10x6-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="astc-10x6-unorm-srgb";dstFormat="astc-10x6-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="astc-10x6-unorm-srgb";dstFormat="astc-10x6-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="astc-10x8-unorm";dstFormat="astc-10x8-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="astc-10x8-unorm";dstFormat="astc-10x8-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="astc-10x8-unorm-srgb";dstFormat="astc-10x8-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="astc-10x8-unorm-srgb";dstFormat="astc-10x8-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="astc-10x10-unorm";dstFormat="astc-10x10-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="astc-10x10-unorm";dstFormat="astc-10x10-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="astc-10x10-unorm-srgb";dstFormat="astc-10x10-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="astc-10x10-unorm-srgb";dstFormat="astc-10x10-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="astc-12x10-unorm";dstFormat="astc-12x10-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="astc-12x10-unorm";dstFormat="astc-12x10-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="astc-12x10-unorm-srgb";dstFormat="astc-12x10-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="astc-12x10-unorm-srgb";dstFormat="astc-12x10-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="astc-12x12-unorm";dstFormat="astc-12x12-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="astc-12x12-unorm";dstFormat="astc-12x12-unorm-srgb"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="astc-12x12-unorm-srgb";dstFormat="astc-12x12-unorm"
+webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:srcFormat="astc-12x12-unorm-srgb";dstFormat="astc-12x12-unorm-srgb"
webgpu:api,validation,encoding,cmds,copyTextureToTexture:depth_stencil_copy_restrictions:format="stencil8"
webgpu:api,validation,encoding,cmds,copyTextureToTexture:depth_stencil_copy_restrictions:format="depth16unorm"
webgpu:api,validation,encoding,cmds,copyTextureToTexture:depth_stencil_copy_restrictions:format="depth32float"
@@ -42596,10 +44898,8 @@
webgpu:examples:basic,builder_subcases_short:
webgpu:examples:gpu,async:
webgpu:examples:gpu,buffers:
-webgpu:examples:gpu,with_texture_compression,bc:textureCompressionBC=false
-webgpu:examples:gpu,with_texture_compression,bc:textureCompressionBC=true
-webgpu:examples:gpu,with_texture_compression,etc2:textureCompressionETC2=false
-webgpu:examples:gpu,with_texture_compression,etc2:textureCompressionETC2=true
+webgpu:examples:gpu,with_texture_compression,bc:
+webgpu:examples:gpu,with_texture_compression,etc2:
webgpu:idl,constants,flags:BufferUsage,count:
webgpu:idl,constants,flags:BufferUsage,values:key="MAP_READ"
webgpu:idl,constants,flags:BufferUsage,values:key="MAP_WRITE"
@@ -213876,6 +216176,7 @@
webgpu:shader,validation,parse,enable:enable:case="subgroups"
webgpu:shader,validation,parse,enable:enable:case="subgroups_f16_pass1"
webgpu:shader,validation,parse,enable:enable:case="subgroups_f16_pass2"
+webgpu:shader,validation,parse,enable:enable:case="in_comment_f16"
webgpu:shader,validation,parse,identifiers:module_var_name:ident="foo"
webgpu:shader,validation,parse,identifiers:module_var_name:ident="Foo"
webgpu:shader,validation,parse,identifiers:module_var_name:ident="FOO"
@@ -213896,6 +216197,7 @@
webgpu:shader,validation,parse,identifiers:module_var_name:ident="array"
webgpu:shader,validation,parse,identifiers:module_var_name:ident="atomic"
webgpu:shader,validation,parse,identifiers:module_var_name:ident="bool"
+webgpu:shader,validation,parse,identifiers:module_var_name:ident="binding_array"
webgpu:shader,validation,parse,identifiers:module_var_name:ident="bf16"
webgpu:shader,validation,parse,identifiers:module_var_name:ident="bitcast"
webgpu:shader,validation,parse,identifiers:module_var_name:ident="f32"
@@ -213997,7 +216299,6 @@
webgpu:shader,validation,parse,identifiers:module_var_name:ident="auto"
webgpu:shader,validation,parse,identifiers:module_var_name:ident="await"
webgpu:shader,validation,parse,identifiers:module_var_name:ident="become"
-webgpu:shader,validation,parse,identifiers:module_var_name:ident="binding_array"
webgpu:shader,validation,parse,identifiers:module_var_name:ident="cast"
webgpu:shader,validation,parse,identifiers:module_var_name:ident="catch"
webgpu:shader,validation,parse,identifiers:module_var_name:ident="class"
@@ -214150,6 +216451,7 @@
webgpu:shader,validation,parse,identifiers:module_const_name:ident="array"
webgpu:shader,validation,parse,identifiers:module_const_name:ident="atomic"
webgpu:shader,validation,parse,identifiers:module_const_name:ident="bool"
+webgpu:shader,validation,parse,identifiers:module_const_name:ident="binding_array"
webgpu:shader,validation,parse,identifiers:module_const_name:ident="bf16"
webgpu:shader,validation,parse,identifiers:module_const_name:ident="bitcast"
webgpu:shader,validation,parse,identifiers:module_const_name:ident="f32"
@@ -214251,7 +216553,6 @@
webgpu:shader,validation,parse,identifiers:module_const_name:ident="auto"
webgpu:shader,validation,parse,identifiers:module_const_name:ident="await"
webgpu:shader,validation,parse,identifiers:module_const_name:ident="become"
-webgpu:shader,validation,parse,identifiers:module_const_name:ident="binding_array"
webgpu:shader,validation,parse,identifiers:module_const_name:ident="cast"
webgpu:shader,validation,parse,identifiers:module_const_name:ident="catch"
webgpu:shader,validation,parse,identifiers:module_const_name:ident="class"
@@ -214404,6 +216705,7 @@
webgpu:shader,validation,parse,identifiers:override_name:ident="array"
webgpu:shader,validation,parse,identifiers:override_name:ident="atomic"
webgpu:shader,validation,parse,identifiers:override_name:ident="bool"
+webgpu:shader,validation,parse,identifiers:override_name:ident="binding_array"
webgpu:shader,validation,parse,identifiers:override_name:ident="bf16"
webgpu:shader,validation,parse,identifiers:override_name:ident="bitcast"
webgpu:shader,validation,parse,identifiers:override_name:ident="f32"
@@ -214505,7 +216807,6 @@
webgpu:shader,validation,parse,identifiers:override_name:ident="auto"
webgpu:shader,validation,parse,identifiers:override_name:ident="await"
webgpu:shader,validation,parse,identifiers:override_name:ident="become"
-webgpu:shader,validation,parse,identifiers:override_name:ident="binding_array"
webgpu:shader,validation,parse,identifiers:override_name:ident="cast"
webgpu:shader,validation,parse,identifiers:override_name:ident="catch"
webgpu:shader,validation,parse,identifiers:override_name:ident="class"
@@ -214658,6 +216959,7 @@
webgpu:shader,validation,parse,identifiers:function_name:ident="array"
webgpu:shader,validation,parse,identifiers:function_name:ident="atomic"
webgpu:shader,validation,parse,identifiers:function_name:ident="bool"
+webgpu:shader,validation,parse,identifiers:function_name:ident="binding_array"
webgpu:shader,validation,parse,identifiers:function_name:ident="bf16"
webgpu:shader,validation,parse,identifiers:function_name:ident="bitcast"
webgpu:shader,validation,parse,identifiers:function_name:ident="f32"
@@ -214759,7 +217061,6 @@
webgpu:shader,validation,parse,identifiers:function_name:ident="auto"
webgpu:shader,validation,parse,identifiers:function_name:ident="await"
webgpu:shader,validation,parse,identifiers:function_name:ident="become"
-webgpu:shader,validation,parse,identifiers:function_name:ident="binding_array"
webgpu:shader,validation,parse,identifiers:function_name:ident="cast"
webgpu:shader,validation,parse,identifiers:function_name:ident="catch"
webgpu:shader,validation,parse,identifiers:function_name:ident="class"
@@ -214912,6 +217213,7 @@
webgpu:shader,validation,parse,identifiers:struct_name:ident="array"
webgpu:shader,validation,parse,identifiers:struct_name:ident="atomic"
webgpu:shader,validation,parse,identifiers:struct_name:ident="bool"
+webgpu:shader,validation,parse,identifiers:struct_name:ident="binding_array"
webgpu:shader,validation,parse,identifiers:struct_name:ident="bf16"
webgpu:shader,validation,parse,identifiers:struct_name:ident="bitcast"
webgpu:shader,validation,parse,identifiers:struct_name:ident="f32"
@@ -215013,7 +217315,6 @@
webgpu:shader,validation,parse,identifiers:struct_name:ident="auto"
webgpu:shader,validation,parse,identifiers:struct_name:ident="await"
webgpu:shader,validation,parse,identifiers:struct_name:ident="become"
-webgpu:shader,validation,parse,identifiers:struct_name:ident="binding_array"
webgpu:shader,validation,parse,identifiers:struct_name:ident="cast"
webgpu:shader,validation,parse,identifiers:struct_name:ident="catch"
webgpu:shader,validation,parse,identifiers:struct_name:ident="class"
@@ -215166,6 +217467,7 @@
webgpu:shader,validation,parse,identifiers:alias_name:ident="array"
webgpu:shader,validation,parse,identifiers:alias_name:ident="atomic"
webgpu:shader,validation,parse,identifiers:alias_name:ident="bool"
+webgpu:shader,validation,parse,identifiers:alias_name:ident="binding_array"
webgpu:shader,validation,parse,identifiers:alias_name:ident="bf16"
webgpu:shader,validation,parse,identifiers:alias_name:ident="bitcast"
webgpu:shader,validation,parse,identifiers:alias_name:ident="f32"
@@ -215267,7 +217569,6 @@
webgpu:shader,validation,parse,identifiers:alias_name:ident="auto"
webgpu:shader,validation,parse,identifiers:alias_name:ident="await"
webgpu:shader,validation,parse,identifiers:alias_name:ident="become"
-webgpu:shader,validation,parse,identifiers:alias_name:ident="binding_array"
webgpu:shader,validation,parse,identifiers:alias_name:ident="cast"
webgpu:shader,validation,parse,identifiers:alias_name:ident="catch"
webgpu:shader,validation,parse,identifiers:alias_name:ident="class"
@@ -215420,6 +217721,7 @@
webgpu:shader,validation,parse,identifiers:function_param_name:ident="array"
webgpu:shader,validation,parse,identifiers:function_param_name:ident="atomic"
webgpu:shader,validation,parse,identifiers:function_param_name:ident="bool"
+webgpu:shader,validation,parse,identifiers:function_param_name:ident="binding_array"
webgpu:shader,validation,parse,identifiers:function_param_name:ident="bf16"
webgpu:shader,validation,parse,identifiers:function_param_name:ident="bitcast"
webgpu:shader,validation,parse,identifiers:function_param_name:ident="f32"
@@ -215521,7 +217823,6 @@
webgpu:shader,validation,parse,identifiers:function_param_name:ident="auto"
webgpu:shader,validation,parse,identifiers:function_param_name:ident="await"
webgpu:shader,validation,parse,identifiers:function_param_name:ident="become"
-webgpu:shader,validation,parse,identifiers:function_param_name:ident="binding_array"
webgpu:shader,validation,parse,identifiers:function_param_name:ident="cast"
webgpu:shader,validation,parse,identifiers:function_param_name:ident="catch"
webgpu:shader,validation,parse,identifiers:function_param_name:ident="class"
@@ -215674,6 +217975,7 @@
webgpu:shader,validation,parse,identifiers:function_const_name:ident="array"
webgpu:shader,validation,parse,identifiers:function_const_name:ident="atomic"
webgpu:shader,validation,parse,identifiers:function_const_name:ident="bool"
+webgpu:shader,validation,parse,identifiers:function_const_name:ident="binding_array"
webgpu:shader,validation,parse,identifiers:function_const_name:ident="bf16"
webgpu:shader,validation,parse,identifiers:function_const_name:ident="bitcast"
webgpu:shader,validation,parse,identifiers:function_const_name:ident="f32"
@@ -215775,7 +218077,6 @@
webgpu:shader,validation,parse,identifiers:function_const_name:ident="auto"
webgpu:shader,validation,parse,identifiers:function_const_name:ident="await"
webgpu:shader,validation,parse,identifiers:function_const_name:ident="become"
-webgpu:shader,validation,parse,identifiers:function_const_name:ident="binding_array"
webgpu:shader,validation,parse,identifiers:function_const_name:ident="cast"
webgpu:shader,validation,parse,identifiers:function_const_name:ident="catch"
webgpu:shader,validation,parse,identifiers:function_const_name:ident="class"
@@ -215928,6 +218229,7 @@
webgpu:shader,validation,parse,identifiers:function_let_name:ident="array"
webgpu:shader,validation,parse,identifiers:function_let_name:ident="atomic"
webgpu:shader,validation,parse,identifiers:function_let_name:ident="bool"
+webgpu:shader,validation,parse,identifiers:function_let_name:ident="binding_array"
webgpu:shader,validation,parse,identifiers:function_let_name:ident="bf16"
webgpu:shader,validation,parse,identifiers:function_let_name:ident="bitcast"
webgpu:shader,validation,parse,identifiers:function_let_name:ident="f32"
@@ -216029,7 +218331,6 @@
webgpu:shader,validation,parse,identifiers:function_let_name:ident="auto"
webgpu:shader,validation,parse,identifiers:function_let_name:ident="await"
webgpu:shader,validation,parse,identifiers:function_let_name:ident="become"
-webgpu:shader,validation,parse,identifiers:function_let_name:ident="binding_array"
webgpu:shader,validation,parse,identifiers:function_let_name:ident="cast"
webgpu:shader,validation,parse,identifiers:function_let_name:ident="catch"
webgpu:shader,validation,parse,identifiers:function_let_name:ident="class"
@@ -216182,6 +218483,7 @@
webgpu:shader,validation,parse,identifiers:function_var_name:ident="array"
webgpu:shader,validation,parse,identifiers:function_var_name:ident="atomic"
webgpu:shader,validation,parse,identifiers:function_var_name:ident="bool"
+webgpu:shader,validation,parse,identifiers:function_var_name:ident="binding_array"
webgpu:shader,validation,parse,identifiers:function_var_name:ident="bf16"
webgpu:shader,validation,parse,identifiers:function_var_name:ident="bitcast"
webgpu:shader,validation,parse,identifiers:function_var_name:ident="f32"
@@ -216283,7 +218585,6 @@
webgpu:shader,validation,parse,identifiers:function_var_name:ident="auto"
webgpu:shader,validation,parse,identifiers:function_var_name:ident="await"
webgpu:shader,validation,parse,identifiers:function_var_name:ident="become"
-webgpu:shader,validation,parse,identifiers:function_var_name:ident="binding_array"
webgpu:shader,validation,parse,identifiers:function_var_name:ident="cast"
webgpu:shader,validation,parse,identifiers:function_var_name:ident="catch"
webgpu:shader,validation,parse,identifiers:function_var_name:ident="class"
diff --git a/third_party/webgpu-cts b/third_party/webgpu-cts
index 4f338fe..1a34648 160000
--- a/third_party/webgpu-cts
+++ b/third_party/webgpu-cts
@@ -1 +1 @@
-Subproject commit 4f338fe8c2774df69c53e940e69f6b9c957ace6c
+Subproject commit 1a346483b7e4463c888580bcf00ed181ea92f549
diff --git a/webgpu-cts/compat-expectations.txt b/webgpu-cts/compat-expectations.txt
index 7e7dcf0..01630af 100644
--- a/webgpu-cts/compat-expectations.txt
+++ b/webgpu-cts/compat-expectations.txt
@@ -82,7 +82,7 @@
# results: [ Failure RetryOnFailure Skip Slow ]
# END TAG HEADER
-# Last rolled: 2025-03-05 10:22:04PM
+# Last rolled: 2025-03-10 06:50:48AM
# conflicts_allowed: true
@@ -19612,7 +19612,6 @@
crbug.com/42251283 [ intel linux ] webgpu:shader,execution,expression,call,builtin,dpdyCoarse:f32:vectorize=4;non_uniform_discard=false [ Failure ]
crbug.com/42251283 [ intel linux ] webgpu:shader,execution,expression,call,builtin,dpdyCoarse:f32:vectorize=4;non_uniform_discard=true [ Failure ]
-
################################################################################
# Assorted failures that are missing bug associations (NEEDS TRIAGE)
################################################################################
@@ -21668,6 +21667,8 @@
crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,texture_utils:readTextureToTexelViews:srcFormat="rgba32float";texelViewFormat="rgba32float";viewDimension="cube";sampleCount=1 [ Failure ]
crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,texture_utils:readTextureToTexelViews:srcFormat="stencil8";texelViewFormat="stencil8";viewDimension="cube";sampleCount=1 [ Failure ]
crbug.com/0000 [ intel linux ] webgpu:shader,execution,expression,call,builtin,texture_utils:readTextureToTexelViews:srcFormat="stencil8";texelViewFormat="stencil8";viewDimension="cube";sampleCount=1 [ Failure ]
+crbug.com/0000 [ linux nvidia ] webgpu:shader,execution,shader_io,fragment_builtins:inputs,interStage,centroid:nearFar=[0,1];sampleCount=1;interpolation={"type":"perspective","sampling":"center"} [ Failure ]
+crbug.com/0000 [ linux nvidia ] webgpu:shader,execution,shader_io,fragment_builtins:inputs,interStage,centroid:nearFar=[0.25,0.75];sampleCount=1;interpolation={"type":"perspective","sampling":"center"} [ Failure ]
crbug.com/0000 [ android-pixel-6 ] webgpu:web_platform,copyToTexture,ImageBitmap:from_ImageData:alpha="none";orientation="flipY";colorSpaceConversion="none";srcFlipYInCopy=true;dstFormat="rg16float";dstPremultiplied=false [ Failure ]
crbug.com/0000 [ android-pixel-6 android-t ] webgpu:web_platform,copyToTexture,canvas:copy_contents_from_gpu_context_canvas:canvasType="offscreen";srcAndDstInSameGPUDevice=false;dstColorFormat="rgba8unorm-srgb";srcAlphaMode="premultiplied";dstAlphaMode="opaque";srcDoFlipYDuringCopy=false [ Failure ]
crbug.com/0000 [ android-pixel-6 android-t ] webgpu:web_platform,copyToTexture,canvas:copy_contents_from_gpu_context_canvas:canvasType="offscreen";srcAndDstInSameGPUDevice=false;dstColorFormat="rgba8unorm-srgb";srcAlphaMode="premultiplied";dstAlphaMode="opaque";srcDoFlipYDuringCopy=true [ Failure ]
diff --git a/webgpu-cts/expectations.txt b/webgpu-cts/expectations.txt
index da2b1f2..27f669d 100644
--- a/webgpu-cts/expectations.txt
+++ b/webgpu-cts/expectations.txt
@@ -82,7 +82,7 @@
# results: [ Failure RetryOnFailure Skip Slow ]
# END TAG HEADER
-# Last rolled: 2025-03-05 10:22:04PM
+# Last rolled: 2025-03-10 06:50:48AM
# conflicts_allowed: true
@@ -6985,6 +6985,7 @@
crbug.com/0000 [ asan dawn-no-backend-validation no-clang-coverage nvidia release-x64 target-cpu-64 win ] webgpu:api,operation,device,all_limits_and_features:everything: [ Failure ]
crbug.com/0000 [ clang-coverage dawn-no-backend-validation linux nvidia nvidia_lt_535.183.01 ] webgpu:api,operation,device,all_limits_and_features:everything: [ Failure ]
crbug.com/0000 [ clang-coverage dawn-no-backend-validation no-asan nvidia release-x64 target-cpu-64 webgpu-dxc-enabled win ] webgpu:api,operation,device,all_limits_and_features:everything: [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:api,operation,memory_sync,buffer,multiple_buffers:wr:boundary="command-buffer";readOp="input-index";readContext="render-bundle-encoder";writeOp="b2b-copy";writeContext="command-encoder" [ Failure ]
crbug.com/0000 [ android-pixel-4 ] webgpu:api,validation,buffer,create:limit: [ Failure ]
crbug.com/0000 [ android-pixel-6 ] webgpu:api,validation,buffer,create:limit: [ Failure ]
crbug.com/0000 [ intel win ] webgpu:api,validation,buffer,create:limit: [ Failure ]
@@ -6998,6 +6999,7 @@
crbug.com/0000 [ android-pixel-4 ] webgpu:api,validation,capability_checks,limits,maxBindGroups:setBindGroup,at_over:limitTest="atMaximum";testValueName="overLimit";encoderType="render" [ Failure ]
crbug.com/0000 [ linux nvidia ] webgpu:api,validation,capability_checks,limits,maxBindGroupsPlusVertexBuffers:createRenderPipeline,at_over:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=true [ Failure ]
crbug.com/0000 [ android-pixel-6 ] webgpu:api,validation,capability_checks,limits,maxBindGroupsPlusVertexBuffers:draw,at_over:limitTest="atMaximum";testValueName="atLimit";encoderType="render" [ Failure ]
+crbug.com/0000 [ linux nvidia ] webgpu:api,validation,capability_checks,limits,maxColorAttachmentBytesPerSample:beginRenderPass,at_over:limitTest="atDefault";testValueName="atLimit";sampleCount=1;interleaveFormat="rgba8unorm" [ Failure ]
crbug.com/0000 [ linux nvidia ] webgpu:api,validation,capability_checks,limits,maxColorAttachmentBytesPerSample:beginRenderPass,at_over:limitTest="atDefault";testValueName="atLimit";sampleCount=4;interleaveFormat="rg16uint" [ Failure ]
crbug.com/0000 [ linux nvidia ] webgpu:api,validation,capability_checks,limits,maxColorAttachmentBytesPerSample:createRenderBundle,at_over:limitTest="atDefault";testValueName="atLimit";sampleCount=1;interleaveFormat="r8unorm" [ Failure ]
crbug.com/0000 [ android-pixel-6 ] webgpu:api,validation,capability_checks,limits,maxComputeInvocationsPerWorkgroup:createComputePipeline,at_over:limitTest="underDefault";testValueName="overLimit";async=false [ Failure ]
@@ -7005,6 +7007,8 @@
crbug.com/0000 [ linux nvidia ] webgpu:api,validation,capability_checks,limits,maxComputeWorkgroupStorageSize:createComputePipeline,at_over:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=false;wgslType="mat4x2%3Cf32%3E" [ Failure ]
crbug.com/0000 [ linux nvidia ] webgpu:api,validation,capability_checks,limits,maxComputeWorkgroupStorageSize:createComputePipeline,at_over:limitTest="underDefault";testValueName="atLimit";async=false;wgslType="mat2x4%3Cf32%3E" [ Failure ]
crbug.com/0000 [ linux nvidia ] webgpu:api,validation,capability_checks,limits,maxComputeWorkgroupStorageSize:createComputePipeline,at_over:limitTest="underDefault";testValueName="atLimit";async=true;wgslType="vec2%3Cf32%3E" [ Failure ]
+crbug.com/0000 [ linux nvidia ] webgpu:api,validation,capability_checks,limits,maxComputeWorkgroupStorageSize:createComputePipeline,at_over:limitTest="underDefault";testValueName="overLimit";async=true;wgslType="S1" [ Failure ]
+crbug.com/0000 [ linux nvidia ] webgpu:api,validation,capability_checks,limits,maxComputeWorkgroupStorageSize:createComputePipeline,at_over:limitTest="underDefault";testValueName="overLimit";async=true;wgslType="mat4x4%3Cf32%3E" [ Failure ]
crbug.com/0000 [ linux no-clang-coverage nvidia ] webgpu:api,validation,capability_checks,limits,maxComputeWorkgroupStorageSize:createComputePipeline,at_over:limitTest="underDefault";testValueName="overLimit";async=true;wgslType="u32" [ Failure ]
crbug.com/0000 [ linux no-clang-coverage nvidia ] webgpu:api,validation,capability_checks,limits,maxComputeWorkgroupStorageSize:createComputePipeline,at_over:limitTest="underDefault";testValueName="overLimit";async=true;wgslType="vec2%3Ci32%3E" [ Failure ]
crbug.com/0000 [ linux nvidia ] webgpu:api,validation,capability_checks,limits,maxComputeWorkgroupsPerDimension:dispatchWorkgroups,at_over:limitTest="underDefault";testValueName="overLimit";pipelineType="createComputePipeline";axis=0 [ Failure ]
@@ -8566,8 +8570,10 @@
crbug.com/0000 [ linux nvidia ] webgpu:api,validation,capability_checks,limits,maxStorageTexturesPerShaderStage:createBindGroupLayout,at_over:limitTest="underDefault";testValueName="atLimit";visibility=3;access="read-only";order="shiftByHalf" [ Failure ]
crbug.com/0000 [ linux nvidia ] webgpu:api,validation,capability_checks,limits,maxStorageTexturesPerShaderStage:createPipeline,at_over:limitTest="atDefault";testValueName="atLimit";async=false;bindingCombination="fragment";access="write-only" [ Failure ]
crbug.com/0000 [ linux nvidia ] webgpu:api,validation,capability_checks,limits,maxStorageTexturesPerShaderStage:createPipeline,at_over:limitTest="atDefault";testValueName="atLimit";async=false;bindingCombination="vertexAndFragmentWithPossibleFragmentStageOverflow";access="read-only" [ Failure ]
+crbug.com/0000 [ linux nvidia ] webgpu:api,validation,capability_checks,limits,maxStorageTexturesPerShaderStage:createPipeline,at_over:limitTest="atDefault";testValueName="atLimit";async=false;bindingCombination="vertexAndFragmentWithPossibleVertexStageOverflow";access="read-only" [ Failure ]
crbug.com/0000 [ linux nvidia ] webgpu:api,validation,capability_checks,limits,maxStorageTexturesPerShaderStage:createPipeline,at_over:limitTest="atDefault";testValueName="atLimit";async=true;bindingCombination="fragment";access="read-write" [ Failure ]
crbug.com/0000 [ linux no-clang-coverage nvidia nvidia_ge_535.183.01 ] webgpu:api,validation,capability_checks,limits,maxStorageTexturesPerShaderStage:createPipeline,at_over:limitTest="atDefault";testValueName="overLimit";async=false;bindingCombination="vertexAndFragmentWithPossibleFragmentStageOverflow";access="read-only" [ Failure ]
+crbug.com/0000 [ linux nvidia ] webgpu:api,validation,capability_checks,limits,maxStorageTexturesPerShaderStage:createPipeline,at_over:limitTest="atDefault";testValueName="overLimit";async=true;bindingCombination="compute";access="read-only" [ Failure ]
crbug.com/0000 [ intel win ] webgpu:api,validation,capability_checks,limits,maxStorageTexturesPerShaderStage:createPipeline,at_over:limitTest="atDefault";testValueName="overLimit";async=true;bindingCombination="vertex";access="read-only" [ Failure ]
crbug.com/0000 [ linux nvidia ] webgpu:api,validation,capability_checks,limits,maxStorageTexturesPerShaderStage:createPipeline,at_over:limitTest="atDefault";testValueName="overLimit";async=true;bindingCombination="vertexAndFragmentWithPossibleVertexStageOverflow";access="read-only" [ Failure ]
crbug.com/0000 [ linux nvidia ] webgpu:api,validation,capability_checks,limits,maxStorageTexturesPerShaderStage:createPipeline,at_over:limitTest="atMaximum";testValueName="atLimit";async=false;bindingCombination="compute";access="read-write" [ Failure ]
@@ -8602,6 +8608,7 @@
crbug.com/0000 [ linux nvidia ] webgpu:api,validation,capability_checks,limits,maxStorageTexturesPerShaderStage:createPipelineLayout,at_over:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";visibility=4;access="read-only";order="backward" [ Failure ]
crbug.com/0000 [ linux nvidia ] webgpu:api,validation,capability_checks,limits,maxStorageTexturesPerShaderStage:createPipelineLayout,at_over:limitTest="underDefault";testValueName="atLimit";visibility=6;access="write-only";order="shiftByHalf" [ Failure ]
crbug.com/0000 [ linux nvidia ] webgpu:api,validation,capability_checks,limits,maxUniformBuffersPerShaderStage:createBindGroupLayout,at_over:limitTest="underDefault";testValueName="atLimit";visibility=3;order="backward" [ Failure ]
+crbug.com/0000 [ linux nvidia ] webgpu:api,validation,capability_checks,limits,maxUniformBuffersPerShaderStage:createPipeline,at_over:limitTest="atDefault";testValueName="overLimit";async=true;bindingCombination="fragment";order="shiftByHalf";bindGroupTest="sameGroup" [ Failure ]
crbug.com/0000 [ linux nvidia ] webgpu:api,validation,capability_checks,limits,maxUniformBuffersPerShaderStage:createPipeline,at_over:limitTest="atMaximum";testValueName="atLimit";async=true;bindingCombination="vertexAndFragmentWithPossibleFragmentStageOverflow";order="forward";bindGroupTest="differentGroups" [ Failure ]
crbug.com/0000 [ linux nvidia ] webgpu:api,validation,capability_checks,limits,maxUniformBuffersPerShaderStage:createPipeline,at_over:limitTest="atMaximum";testValueName="overLimit";async=false;bindingCombination="fragment";order="backward";bindGroupTest="differentGroups" [ Failure ]
crbug.com/0000 [ dawn-backend-validation linux no-clang-coverage nvidia nvidia_ge_535.183.01 ] webgpu:api,validation,capability_checks,limits,maxUniformBuffersPerShaderStage:createPipeline,at_over:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=false;bindingCombination="vertex";order="shiftByHalf";bindGroupTest="differentGroups" [ Failure ]
@@ -8612,9 +8619,11 @@
crbug.com/0000 [ linux nvidia ] webgpu:api,validation,capability_checks,limits,maxUniformBuffersPerShaderStage:createPipeline,at_over:limitTest="underDefault";testValueName="atLimit";async=false;bindingCombination="fragment";order="backward";bindGroupTest="differentGroups" [ Failure ]
crbug.com/0000 [ linux nvidia ] webgpu:api,validation,capability_checks,limits,maxUniformBuffersPerShaderStage:createPipeline,at_over:limitTest="underDefault";testValueName="atLimit";async=false;bindingCombination="fragment";order="backward";bindGroupTest="sameGroup" [ Failure ]
crbug.com/0000 [ linux nvidia ] webgpu:api,validation,capability_checks,limits,maxUniformBuffersPerShaderStage:createPipeline,at_over:limitTest="underDefault";testValueName="atLimit";async=false;bindingCombination="vertex";order="forward";bindGroupTest="sameGroup" [ Failure ]
+crbug.com/0000 [ linux nvidia ] webgpu:api,validation,capability_checks,limits,maxUniformBuffersPerShaderStage:createPipeline,at_over:limitTest="underDefault";testValueName="atLimit";async=false;bindingCombination="vertex";order="shiftByHalf";bindGroupTest="differentGroups" [ Failure ]
crbug.com/0000 [ android-pixel-6 ] webgpu:api,validation,capability_checks,limits,maxUniformBuffersPerShaderStage:createPipeline,at_over:limitTest="underDefault";testValueName="atLimit";async=true;bindingCombination="vertex";order="backward";bindGroupTest="sameGroup" [ Failure ]
crbug.com/0000 [ android-pixel-6 ] webgpu:api,validation,capability_checks,limits,maxUniformBuffersPerShaderStage:createPipelineLayout,at_over:limitTest="atDefault";testValueName="atLimit";visibility=2;order="forward" [ Failure ]
crbug.com/0000 [ linux nvidia ] webgpu:api,validation,capability_checks,limits,maxVertexBufferArrayStride:createRenderPipeline,at_over:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=false [ Failure ]
+crbug.com/0000 [ linux nvidia ] webgpu:api,validation,capability_checks,limits,minUniformBufferOffsetAlignment:setBindGroup,at_over:limitTest="atMinimum";testValueName="underLimit" [ Failure ]
crbug.com/0000 [ android-pixel-4 ] webgpu:api,validation,createBindGroup:buffer,resource_binding_size:type="read-only-storage" [ Failure ]
crbug.com/0000 [ android-pixel-6 ] webgpu:api,validation,createBindGroup:buffer,resource_binding_size:type="read-only-storage" [ Failure ]
crbug.com/0000 [ dawn-no-backend-validation intel-0x9bc5 no-asan target-cpu-32 webgpu-dxc-disabled win ] webgpu:api,validation,createBindGroup:buffer,resource_binding_size:type="read-only-storage" [ Failure ]
@@ -8625,6 +8634,8 @@
crbug.com/0000 [ dawn-no-backend-validation intel-0x9bc5 no-asan target-cpu-32 webgpu-dxc-disabled win ] webgpu:api,validation,createBindGroup:buffer,resource_binding_size:type="storage" [ Failure ]
crbug.com/0000 [ intel-0x4680 linux ] webgpu:api,validation,createBindGroup:buffer,resource_binding_size:type="storage" [ Failure ]
crbug.com/0000 [ linux nvidia ] webgpu:api,validation,createBindGroup:buffer,resource_binding_size:type="storage" [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:api,validation,createTexture:texture_size,2d_texture,uncompressed_format:dimension="_undef_";format="rg32uint";sizeVariant=[{"mult":0,"add":1},{"mult":1,"add":1},{"mult":0,"add":1}] [ Failure ]
+crbug.com/0000 [ android-pixel-4 ] webgpu:api,validation,encoding,cmds,copyTextureToTexture:copy_aspects:format="depth32float-stencil8" [ Failure ]
crbug.com/0000 [ amd mac ] webgpu:api,validation,encoding,cmds,render,dynamic_state:setViewport,exceeds_attachment_size: [ Failure ]
crbug.com/0000 [ android-pixel-4 ] webgpu:api,validation,encoding,cmds,render,dynamic_state:setViewport,exceeds_attachment_size: [ Failure ]
crbug.com/0000 [ android-pixel-6 ] webgpu:api,validation,encoding,cmds,render,dynamic_state:setViewport,exceeds_attachment_size: [ Failure ]
@@ -8652,6 +8663,7 @@
crbug.com/0000 [ nvidia win ] webgpu:api,validation,error_scope:current_scope:errorFilter="validation";stackDepth=1000 [ Failure ]
crbug.com/0000 [ intel linux ] webgpu:api,validation,error_scope:parent_scope:errorFilter="validation";stackDepth=1000 [ Failure ]
crbug.com/0000 [ linux nvidia ] webgpu:api,validation,error_scope:parent_scope:errorFilter="validation";stackDepth=1000 [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:api,validation,render_pipeline,fragment_state:targets_format_renderable:isAsync=false;format="rg32sint" [ Failure ]
crbug.com/0000 [ dawn-no-backend-validation linux no-clang-coverage nvidia nvidia_lt_535.183.01 webgpu-service-worker ] webgpu:idl,javascript:getter_replacement:type="adapter" [ Failure ]
crbug.com/0000 [ linux nvidia ] webgpu:idl,javascript:getter_replacement:type="adapter.limits" [ Failure ]
crbug.com/0000 [ dawn-no-backend-validation linux no-clang-coverage nvidia nvidia_lt_535.183.01 webgpu-service-worker ] webgpu:idl,javascript:getter_replacement:type="buffer" [ Failure ]
@@ -8663,7 +8675,10 @@
crbug.com/0000 [ dawn-no-backend-validation linux no-clang-coverage nvidia nvidia_ge_535.183.01 webgpu-service-worker ] webgpu:print_environment:info: [ Failure ]
crbug.com/0000 [ asan dawn-no-backend-validation intel-0x9bc5 release-x64 target-cpu-64 webgpu-dxc-disabled win ] webgpu:shader,execution,expression,access,array,index:matrix:inputSource="const";elementType="f32" [ Failure ]
crbug.com/0000 [ dawn-no-backend-validation intel-0x4680 no-asan release-x64 target-cpu-64 webgpu-dxc-enabled win ] webgpu:shader,execution,expression,access,array,index:matrix:inputSource="const";elementType="f32" [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,binary,f16_matrix_addition:matrix_compound:inputSource="const";cols=4;rows=3 [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,binary,f32_matrix_vector_multiplication:matrix_vector:inputSource="uniform";cols=2;rows=2 [ Failure ]
crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,asin:abstract_float:inputSource="const";vectorize=4 [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,atomics,atomicOr:or_storage:workgroupSize=1;dispatchSize=1;mapId="passthrough";scalarType="i32" [ Failure ]
crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,bitcast:af_to_f32:inputSource="const";vectorize=4 [ Failure ]
crbug.com/0000 [ android-pixel-4 ] webgpu:shader,execution,expression,call,builtin,smoothstep:f32:inputSource="storage_r";vectorize=2 [ Failure ]
crbug.com/0000 [ android-pixel-4 ] webgpu:shader,execution,expression,call,builtin,smoothstep:f32:inputSource="storage_r";vectorize=3 [ Failure ]
@@ -8678,6 +8693,170 @@
crbug.com/0000 [ clang-coverage dawn-no-backend-validation no-asan nvidia win ] webgpu:shader,execution,expression,call,builtin,subgroupBroadcast:compute,split:predicate="every_odd" [ Failure ]
crbug.com/0000 [ clang-coverage dawn-no-backend-validation no-asan nvidia win ] webgpu:shader,execution,expression,call,builtin,subgroupBroadcast:compute,split:predicate="first_two" [ Failure ]
crbug.com/0000 [ intel linux ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=102;type="f32";op="subgroupMax";wgSize=[64,2,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=342;type="f32";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=347;type="f16";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=350;type="f32";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=355;type="f16";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=359;type="f32";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=363;type="f16";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=367;type="f32";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=371;type="f16";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=375;type="f32";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=37;type="f16";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=383;type="f32";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=388;type="f16";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=391;type="f32";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=396;type="f16";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=39;type="f32";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=403;type="f16";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=407;type="f32";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=411;type="f16";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=415;type="f32";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=41;type="f16";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=423;type="f32";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=428;type="f16";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=431;type="f32";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=436;type="f16";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=43;type="f32";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=444;type="f16";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=448;type="f32";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=452;type="f16";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=456;type="f32";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=460;type="f16";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=464;type="f32";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=469;type="f16";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=472;type="f32";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=477;type="f16";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=480;type="f32";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=485;type="f16";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=489;type="f32";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=493;type="f16";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=497;type="f32";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=500;type="f16";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=504;type="f32";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=509;type="f16";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=512;type="f32";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=517;type="f16";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=520;type="f32";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=525;type="f16";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=529;type="f32";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=533;type="f16";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=537;type="f32";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=541;type="f16";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=545;type="f32";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=54;type="f16";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=553;type="f32";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=558;type="f16";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=561;type="f32";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=566;type="f16";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=56;type="f32";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=574;type="f16";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=578;type="f32";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=582;type="f16";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=586;type="f32";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=590;type="f16";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=594;type="f32";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=599;type="f16";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=601;type="f32";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=606;type="f16";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=60;type="f32";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=614;type="f16";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=618;type="f32";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=622;type="f16";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=626;type="f32";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=630;type="f16";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=634;type="f32";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=639;type="f16";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=642;type="f32";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=647;type="f16";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=650;type="f32";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=655;type="f16";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=659;type="f32";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=663;type="f16";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=667;type="f32";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=671;type="f16";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=675;type="f32";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=67;type="f16";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=683;type="f32";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=688;type="f16";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=691;type="f32";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=696;type="f16";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=69;type="f32";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=703;type="f16";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=707;type="f32";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=711;type="f16";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=715;type="f32";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=71;type="f16";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=723;type="f32";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=728;type="f16";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=731;type="f32";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=736;type="f16";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=73;type="f32";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=744;type="f16";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=748;type="f32";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=752;type="f16";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=756;type="f32";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=760;type="f16";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=764;type="f32";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=769;type="f16";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=772;type="f32";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=777;type="f16";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=780;type="f32";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=785;type="f16";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=789;type="f32";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=793;type="f16";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=797;type="f32";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=800;type="f16";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=804;type="f32";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=809;type="f16";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=812;type="f32";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=817;type="f16";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=820;type="f32";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=825;type="f16";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=829;type="f32";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=833;type="f16";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=837;type="f32";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=841;type="f16";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=845;type="f32";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=84;type="f16";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=853;type="f32";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=858;type="f16";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=861;type="f32";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=866;type="f16";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=86;type="f32";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=874;type="f16";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=878;type="f32";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=882;type="f16";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=886;type="f32";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=890;type="f16";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=894;type="f32";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=899;type="f16";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=901;type="f32";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=906;type="f16";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=90;type="f32";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=914;type="f16";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=918;type="f32";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=922;type="f16";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=926;type="f32";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=930;type="f16";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=934;type="f32";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=939;type="f16";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=942;type="f32";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=947;type="f16";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=950;type="f32";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=955;type="f16";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=959;type="f32";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=963;type="f16";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=967;type="f32";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=971;type="f16";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=975;type="f32";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=97;type="f16";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=983;type="f32";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=988;type="f16";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=991;type="f32";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=996;type="f16";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMinMax:fp_accuracy:case=99;type="f32";op="subgroupMax";wgSize=[128,1,1] [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:shader,execution,expression,call,builtin,subgroupMul:fp_accuracy:case=103;type="f32";wgSize=[64,2,1] [ Failure ]
crbug.com/0000 [ intel-0x4680 no-asan release-x64 target-cpu-64 win ] webgpu:shader,execution,expression,call,builtin,textureDimensions:sampled_and_multisampled:format="bc5-rg-unorm";aspect="all";samples=1 [ Failure ]
crbug.com/0000 [ dawn-no-backend-validation intel-0x4680 no-asan release-x64 target-cpu-64 webgpu-dxc-enabled win ] webgpu:shader,execution,expression,call,builtin,textureDimensions:sampled_and_multisampled:format="depth32float";aspect="all";samples=1 [ Failure ]
crbug.com/0000 [ intel win ] webgpu:shader,execution,expression,call,builtin,textureGather:sampled_3d_coords:stage="c";format="depth24plus";filt="nearest";mode="c" [ Failure ]
@@ -9036,9 +9215,11 @@
crbug.com/0000 [ amd mac ] webgpu:shader,execution,expression,call,builtin,texture_utils:readTextureToTexelViews:srcFormat="stencil8";texelViewFormat="stencil8";viewDimension="cube-array";sampleCount=1 [ Failure ]
crbug.com/0000 [ intel mac ] webgpu:shader,execution,expression,call,builtin,texture_utils:readTextureToTexelViews:srcFormat="stencil8";texelViewFormat="stencil8";viewDimension="cube-array";sampleCount=1 [ Failure ]
crbug.com/0000 [ intel mac ] webgpu:shader,execution,expression,call,builtin,texture_utils:weights:stage="compute" [ Failure ]
+crbug.com/0000 [ intel mac ] webgpu:shader,execution,expression,unary,f16_conversion:abstract_float:inputSource="const";vectorize=2 [ Failure ]
crbug.com/0000 [ dawn-backend-validation intel-0x9bc5 no-asan release-x64 target-cpu-64 webgpu-dxc-disabled win ] webgpu:shader,execution,limits:struct_members: [ Failure ]
crbug.com/0000 [ dawn-no-backend-validation intel webgpu-dxc-disabled win ] webgpu:shader,execution,limits:struct_members: [ Failure ]
crbug.com/0000 [ no-clang-coverage nvidia webgpu-dxc-disabled win ] webgpu:shader,execution,statement,discard:derivatives:useStorageBuffers=true [ Failure ]
+crbug.com/0000 [ amd mac ] webgpu:shader,execution,statement,discard:function_call:useStorageBuffers=true [ Failure ]
crbug.com/0000 [ intel mac ] webgpu:shader,validation,expression,call,builtin,smoothstep:arguments:test="f32" [ Failure ]
crbug.com/0000 [ dawn-no-backend-validation linux no-clang-coverage nvidia nvidia_ge_535.183.01 webgpu-adapter-default webgpu-service-worker ] webgpu:web_platform,canvas,configure:alpha_mode:canvasType="offscreen" [ Failure ]
crbug.com/0000 [ dawn-no-backend-validation linux no-clang-coverage nvidia nvidia_ge_535.183.01 webgpu-adapter-default webgpu-service-worker ] webgpu:web_platform,canvas,configure:format:canvasType="offscreen";format="bc* [ RetryOnFailure ]
@@ -9047,6 +9228,7 @@
crbug.com/0000 [ intel linux ] webgpu:web_platform,canvas,configure:viewFormats:canvasType="onscreen";format="bgra8unorm";viewFormatFeature="_undef_" [ Failure ]
crbug.com/0000 [ dawn-backend-validation intel linux webgpu-adapter-default ] webgpu:web_platform,canvas,configure:viewFormats:canvasType="onscreen";format="rgba8unorm";viewFormatFeature="_undef_" [ Failure ]
crbug.com/0000 [ android-pixel-4 dawn-no-backend-validation webgpu-service-worker ] webgpu:web_platform,canvas,getPreferredCanvasFormat:value: [ Failure ]
+crbug.com/0000 [ intel win ] webgpu:web_platform,canvas,readbackFromWebGPUCanvas:offscreenCanvas,snapshot:format="bgra8unorm";alphaMode="opaque";colorSpace="srgb";snapshotType="convertToBlob" [ Failure ]
crbug.com/0000 [ apple mac ] webgpu:web_platform,canvas,readbackFromWebGPUCanvas:transferToImageBitmap_huge_size: [ Failure ]
crbug.com/0000 [ nvidia win ] webgpu:web_platform,canvas,readbackFromWebGPUCanvas:transferToImageBitmap_huge_size: [ Failure ]
crbug.com/0000 [ intel linux ] webgpu:web_platform,copyToTexture,ImageBitmap:copy_subrect_from_ImageData:alpha="none";orientation="none";colorSpaceConversion="default";srcFlipYInCopy=true;dstPremultiplied=false [ Failure ]
@@ -9093,6 +9275,7 @@
crbug.com/0000 [ intel linux ] webgpu:web_platform,copyToTexture,ImageBitmap:from_ImageData:alpha="none";orientation="none";colorSpaceConversion="default";srcFlipYInCopy=false;dstFormat="rg16float";dstPremultiplied=true [ Failure ]
crbug.com/0000 [ intel linux ] webgpu:web_platform,copyToTexture,ImageBitmap:from_ImageData:alpha="none";orientation="none";colorSpaceConversion="default";srcFlipYInCopy=true;dstFormat="rgb10a2unorm";dstPremultiplied=false [ Failure ]
crbug.com/0000 [ intel linux ] webgpu:web_platform,copyToTexture,ImageBitmap:from_ImageData:alpha="none";orientation="none";colorSpaceConversion="none";srcFlipYInCopy=false;dstFormat="bgra8unorm";dstPremultiplied=false [ Failure ]
+crbug.com/0000 [ intel linux ] webgpu:web_platform,copyToTexture,ImageBitmap:from_ImageData:alpha="none";orientation="none";colorSpaceConversion="none";srcFlipYInCopy=false;dstFormat="r16float";dstPremultiplied=true [ Failure ]
crbug.com/0000 [ intel linux ] webgpu:web_platform,copyToTexture,ImageBitmap:from_ImageData:alpha="premultiply";orientation="flipY";colorSpaceConversion="default";srcFlipYInCopy=false;dstFormat="r8unorm";dstPremultiplied=true [ Failure ]
crbug.com/0000 [ intel linux ] webgpu:web_platform,copyToTexture,ImageBitmap:from_ImageData:alpha="premultiply";orientation="flipY";colorSpaceConversion="none";srcFlipYInCopy=false;dstFormat="rg32float";dstPremultiplied=true [ Failure ]
crbug.com/0000 [ intel linux ] webgpu:web_platform,copyToTexture,ImageBitmap:from_ImageData:alpha="premultiply";orientation="none";colorSpaceConversion="default";srcFlipYInCopy=false;dstFormat="rg32float";dstPremultiplied=false [ Failure ]
@@ -9138,6 +9321,7 @@
crbug.com/0000 [ amd mac ] webgpu:web_platform,copyToTexture,ImageData:from_ImageData:srcDoFlipYDuringCopy=true;dstColorFormat="rgba16float";dstPremultiplied=true [ Failure ]
crbug.com/0000 [ nvidia win ] webgpu:web_platform,copyToTexture,ImageData:from_ImageData:srcDoFlipYDuringCopy=true;dstColorFormat="rgba16float";dstPremultiplied=true [ Failure ]
crbug.com/0000 [ amd mac ] webgpu:web_platform,copyToTexture,ImageData:from_ImageData:srcDoFlipYDuringCopy=true;dstColorFormat="rgba8unorm";dstPremultiplied=true [ Failure ]
+crbug.com/0000 [ nvidia win ] webgpu:web_platform,copyToTexture,ImageData:from_ImageData:srcDoFlipYDuringCopy=true;dstColorFormat="rgba8unorm";dstPremultiplied=true [ Failure ]
crbug.com/0000 [ amd mac ] webgpu:web_platform,copyToTexture,ImageData:from_ImageData:srcDoFlipYDuringCopy=true;dstColorFormat="rgba8unorm-srgb";dstPremultiplied=true [ Failure ]
crbug.com/0000 [ nvidia win ] webgpu:web_platform,copyToTexture,ImageData:from_ImageData:srcDoFlipYDuringCopy=true;dstColorFormat="rgba8unorm-srgb";dstPremultiplied=true [ Failure ]
crbug.com/0000 [ nvidia win ] webgpu:web_platform,copyToTexture,canvas:color_space_conversion:srcColorSpace="display-p3";dstColorSpace="display-p3";dstColorFormat="bgra8unorm";dstPremultiplied=false;srcDoFlipYDuringCopy=true [ Failure ]
@@ -9253,6 +9437,7 @@
crbug.com/0000 [ dawn-no-backend-validation no-clang-coverage nvidia release-x64 target-cpu-64 webgpu-adapter-default webgpu-dedicated-worker webgpu-dxc-enabled win ] webgpu:web_platform,copyToTexture,image_file:from_orientation_metadata_file:imageName="four-colors.jpg";objectTypeFromFile="ImageBitmap-from-Blob";srcDoFlipYDuringCopy=true [ Failure ]
crbug.com/0000 [ dawn-no-backend-validation no-clang-coverage nvidia release-x64 target-cpu-64 webgpu-adapter-default webgpu-dxc-enabled webgpu-shared-worker win ] webgpu:web_platform,copyToTexture,image_file:from_orientation_metadata_file:imageName="four-colors.jpg";objectTypeFromFile="ImageBitmap-from-Blob";srcDoFlipYDuringCopy=true [ Failure ]
crbug.com/0000 [ intel linux ] webgpu:web_platform,copyToTexture,video:copy_from_video:videoName="four-colors-h264-bt601-hflip.mp4";sourceType="VideoFrame";srcDoFlipYDuringCopy=true;dstColorSpace="display-p3" [ Failure ]
+crbug.com/0000 [ intel linux ] webgpu:web_platform,copyToTexture,video:copy_from_video:videoName="four-colors-vp9-bt601-rotate-90.mp4";sourceType="VideoFrame";srcDoFlipYDuringCopy=true;dstColorSpace="display-p3" [ Failure ]
crbug.com/0000 [ dawn-backend-validation intel-0x4680 linux webgpu-adapter-default ] webgpu:web_platform,external_texture,video:importExternalTexture,compute:videoName="four-colors-h264-bt601-rotate-90.mp4";sourceType="VideoElement";dstColorSpace="srgb" [ Failure ]
crbug.com/0000 [ intel linux ] webgpu:web_platform,external_texture,video:importExternalTexture,compute:videoName="four-colors-h264-bt601.mp4";sourceType="VideoElement";dstColorSpace="srgb" [ Failure ]
crbug.com/0000 [ intel linux ] webgpu:web_platform,external_texture,video:importExternalTexture,compute:videoName="four-colors-vp8-bt601.webm";sourceType="VideoFrame";dstColorSpace="display-p3" [ Failure ]
@@ -9264,8 +9449,9 @@
crbug.com/0000 [ intel linux ] webgpu:web_platform,external_texture,video:importExternalTexture,sampleWithVideoFrameWithVisibleRectParam:videoName="four-colors-vp9-bt601-rotate-270.mp4";dstColorSpace="display-p3" [ Failure ]
crbug.com/0000 [ apple mac ] webgpu:web_platform,external_texture,video:importExternalTexture,sampleWithVideoFrameWithVisibleRectParam:videoName="four-colors-vp9-bt601-rotate-90.mp4";dstColorSpace="srgb" [ Failure ]
crbug.com/0000 [ dawn-backend-validation intel-0x4680 linux webgpu-adapter-default ] webgpu:web_platform,external_texture,video:importExternalTexture,sampleWithVideoFrameWithVisibleRectParam:videoName="four-colors-vp9-bt601-rotate-90.mp4";dstColorSpace="srgb" [ Failure ]
+crbug.com/0000 [ intel linux ] webgpu:web_platform,external_texture,video:importExternalTexture,sampleWithVideoFrameWithVisibleRectParam:videoName="four-colors-vp9-bt709.webm";dstColorSpace="display-p3" [ Failure ]
crbug.com/0000 [ dawn-backend-validation intel-0x4680 linux webgpu-adapter-default ] webgpu:web_platform,external_texture,video:importExternalTexture,sample_non_YUV_video_frame:videoFrameFormat="RGBX" [ Failure ]
crbug.com/0000 [ mac-arm64 ] webgpu:web_platform,copyToTexture,ImageData:from_ImageData:srcDoFlipYDuringCopy=true;dstColorFormat="rgba8unorm";dstPremultiplied=true [ Failure ]
crbug.com/0000 [ mac-arm64 ] webgpu:web_platform,copyToTexture,ImageData:from_ImageData:srcDoFlipYDuringCopy=true;dstColorFormat="rgba8unorm-srgb";dstPremultiplied=true [ Failure ]
-crbug.com/0000 [ win10 nvidia-0x2184 ] webgpu:web_platform,copyToTexture,ImageData:from_ImageData:srcDoFlipYDuringCopy=true;dstColorFormat="bgra8unorm-srgb";dstPremultiplied=true [ Failure ]
\ No newline at end of file
+crbug.com/0000 [ nvidia-0x2184 win10 ] webgpu:web_platform,copyToTexture,ImageData:from_ImageData:srcDoFlipYDuringCopy=true;dstColorFormat="bgra8unorm-srgb";dstPremultiplied=true [ Failure ]