Compat CTS: depth texture validation failures.
Bug: 380911418
Change-Id: I9b06c6df376478fb5a3c9696aaad72eb378d3145
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/216574
Bot-Commit: rubber-stamper@appspot.gserviceaccount.com <rubber-stamper@appspot.gserviceaccount.com>
Commit-Queue: Stephen White <senorblanco@chromium.org>
diff --git a/webgpu-cts/compat-expectations.txt b/webgpu-cts/compat-expectations.txt
index 90e92af..993fbf9 100644
--- a/webgpu-cts/compat-expectations.txt
+++ b/webgpu-cts/compat-expectations.txt
@@ -2022,6 +2022,58 @@
crbug.com/376924407 [ linux ] webgpu:api,operation,vertex_state,correctness:array_stride_zero:format="unorm8" [ Skip ]
crbug.com/376924407 [ linux ] webgpu:api,operation,vertex_state,correctness:array_stride_zero:format="unorm8x4-bgra" [ Skip ]
+# texture depth validation tests; need new validation in Dawn
+crbug.com/380911418 webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200,%20vec2i(0,%200))";textureType="texture_depth_2d_array";stage="compute";async=false [ Failure ]
+crbug.com/380911418 webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200,%20vec2i(0,%200))";textureType="texture_depth_2d_array";stage="compute";async=true [ Failure ]
+crbug.com/380911418 webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200,%20vec2i(0,%200))";textureType="texture_depth_2d_array";stage="fragment";async=false [ Failure ]
+crbug.com/380911418 webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200,%20vec2i(0,%200))";textureType="texture_depth_2d_array";stage="fragment";async=true [ Failure ]
+crbug.com/380911418 webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200,%20vec2i(0,%200))";textureType="texture_depth_2d_array";stage="vertex";async=false [ Failure ]
+crbug.com/380911418 webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200,%20vec2i(0,%200))";textureType="texture_depth_2d_array";stage="vertex";async=true [ Failure ]
+crbug.com/380911418 webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d_array";stage="compute";async=false [ Failure ]
+crbug.com/380911418 webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d_array";stage="compute";async=true [ Failure ]
+crbug.com/380911418 webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d_array";stage="fragment";async=false [ Failure ]
+crbug.com/380911418 webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d_array";stage="fragment";async=true [ Failure ]
+crbug.com/380911418 webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d_array";stage="vertex";async=false [ Failure ]
+crbug.com/380911418 webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d_array";stage="vertex";async=true [ Failure ]
+crbug.com/380911418 webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%20vec2i(0,%200))";textureType="texture_depth_2d";stage="compute";async=false [ Failure ]
+crbug.com/380911418 webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%20vec2i(0,%200))";textureType="texture_depth_2d";stage="compute";async=true [ Failure ]
+crbug.com/380911418 webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%20vec2i(0,%200))";textureType="texture_depth_2d";stage="fragment";async=false [ Failure ]
+crbug.com/380911418 webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%20vec2i(0,%200))";textureType="texture_depth_2d";stage="fragment";async=true [ Failure ]
+crbug.com/380911418 webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%20vec2i(0,%200))";textureType="texture_depth_2d";stage="vertex";async=false [ Failure ]
+crbug.com/380911418 webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%20vec2i(0,%200))";textureType="texture_depth_2d";stage="vertex";async=true [ Failure ]
+crbug.com/380911418 webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0))";textureType="texture_depth_2d";stage="compute";async=false [ Failure ]
+crbug.com/380911418 webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0))";textureType="texture_depth_2d";stage="compute";async=true [ Failure ]
+crbug.com/380911418 webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0))";textureType="texture_depth_2d";stage="fragment";async=false [ Failure ]
+crbug.com/380911418 webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0))";textureType="texture_depth_2d";stage="fragment";async=true [ Failure ]
+crbug.com/380911418 webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0))";textureType="texture_depth_2d";stage="vertex";async=false [ Failure ]
+crbug.com/380911418 webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0))";textureType="texture_depth_2d";stage="vertex";async=true [ Failure ]
+crbug.com/380911418 webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec3f(0))";textureType="texture_depth_cube";stage="compute";async=false [ Failure ]
+crbug.com/380911418 webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec3f(0))";textureType="texture_depth_cube";stage="compute";async=true [ Failure ]
+crbug.com/380911418 webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec3f(0))";textureType="texture_depth_cube";stage="fragment";async=false [ Failure ]
+crbug.com/380911418 webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec3f(0))";textureType="texture_depth_cube";stage="fragment";async=true [ Failure ]
+crbug.com/380911418 webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec3f(0))";textureType="texture_depth_cube";stage="vertex";async=false [ Failure ]
+crbug.com/380911418 webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec3f(0))";textureType="texture_depth_cube";stage="vertex";async=true [ Failure ]
+crbug.com/380911418 webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSampleLevel(t,%20s,%20vec2f(0),%200,%200,%20vec2i(0,%200))";textureType="texture_depth_2d_array";stage="fragment";async=false [ Failure ]
+crbug.com/380911418 webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSampleLevel(t,%20s,%20vec2f(0),%200,%200,%20vec2i(0,%200))";textureType="texture_depth_2d_array";stage="fragment";async=true [ Failure ]
+crbug.com/380911418 webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSampleLevel(t,%20s,%20vec2f(0),%200,%200)";textureType="texture_depth_2d_array";stage="fragment";async=false [ Failure ]
+crbug.com/380911418 webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSampleLevel(t,%20s,%20vec2f(0),%200,%200)";textureType="texture_depth_2d_array";stage="fragment";async=true [ Failure ]
+crbug.com/380911418 webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSampleLevel(t,%20s,%20vec2f(0),%200,%20vec2i(0,%200))";textureType="texture_depth_2d";stage="fragment";async=false [ Failure ]
+crbug.com/380911418 webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSampleLevel(t,%20s,%20vec2f(0),%200,%20vec2i(0,%200))";textureType="texture_depth_2d";stage="fragment";async=true [ Failure ]
+crbug.com/380911418 webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSampleLevel(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d";stage="fragment";async=false [ Failure ]
+crbug.com/380911418 webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSampleLevel(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d";stage="fragment";async=true [ Failure ]
+crbug.com/380911418 webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSampleLevel(t,%20s,%20vec3f(0),%200)";textureType="texture_depth_cube";stage="fragment";async=false [ Failure ]
+crbug.com/380911418 webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSampleLevel(t,%20s,%20vec3f(0),%200)";textureType="texture_depth_cube";stage="fragment";async=true [ Failure ]
+crbug.com/380911418 webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec2f(0),%200,%20vec2i(0,%200))";textureType="texture_depth_2d_array";stage="fragment";async=false [ Failure ]
+crbug.com/380911418 webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec2f(0),%200,%20vec2i(0,%200))";textureType="texture_depth_2d_array";stage="fragment";async=true [ Failure ]
+crbug.com/380911418 webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d_array";stage="fragment";async=false [ Failure ]
+crbug.com/380911418 webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d_array";stage="fragment";async=true [ Failure ]
+crbug.com/380911418 webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec2f(0),%20vec2i(0,%200))";textureType="texture_depth_2d";stage="fragment";async=false [ Failure ]
+crbug.com/380911418 webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec2f(0),%20vec2i(0,%200))";textureType="texture_depth_2d";stage="fragment";async=true [ Failure ]
+crbug.com/380911418 webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec2f(0))";textureType="texture_depth_2d";stage="fragment";async=false [ Failure ]
+crbug.com/380911418 webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec2f(0))";textureType="texture_depth_2d";stage="fragment";async=true [ Failure ]
+crbug.com/380911418 webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec3f(0))";textureType="texture_depth_cube";stage="fragment";async=false [ Failure ]
+crbug.com/380911418 webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec3f(0))";textureType="texture_depth_cube";stage="fragment";async=true [ Failure ]
+
# textureSampleCompare tests failing for depth24plus and depth24plus-stencil
crbug.com/377321457 [ android arm ] webgpu:shader,execution,expression,call,builtin,textureSampleCompare:2d_coords:format="depth24plus";filt="linear";modeU="c";modeV="m";offset=true [ Failure ]
crbug.com/377321457 [ android arm ] webgpu:shader,execution,expression,call,builtin,textureSampleCompare:2d_coords:format="depth24plus";filt="linear";modeU="m";modeV="c";offset=true [ Failure ]
@@ -8333,250 +8385,6 @@
crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x4680 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:api,validation,capability_checks,limits,maxColorAttachmentBytesPerSample:createRenderPipeline,at_over:limitTest="underDefault";testValueName="atLimit";async=false;sampleCount=1;interleaveFormat="rg16float" [ Failure ]
crbug.com/0000 [ android-chromium android-pixel-6 angle-opengles arm dawn-no-backend-validation graphite-disabled mobile no-asan no-clang-coverage oop-c passthrough renderer-skia-gl target-cpu-64 webgpu-adapter-default webgpu-no-worker ] webgpu:api,validation,capability_checks,limits,maxUniformBuffersPerShaderStage:createPipeline,at_over:limitTest="underDefault";testValueName="overLimit";async=true;bindingCombination="compute";order="shiftByHalf";bindGroupTest="sameGroup" [ Failure ]
crbug.com/0000 [ android-chromium android-pixel-6 angle-opengles arm dawn-no-backend-validation graphite-disabled mobile no-asan no-clang-coverage oop-c passthrough renderer-skia-gl target-cpu-64 webgpu-adapter-default webgpu-no-worker ] webgpu:api,validation,gpu_external_texture_expiration:import_and_use_in_different_task:sourceType="VideoElement" [ Failure ]
-crbug.com/0000 [ android-chromium android-pixel-6 angle-opengles arm dawn-no-backend-validation graphite-disabled mobile no-asan no-clang-coverage oop-c passthrough renderer-skia-gl target-cpu-64 webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0))";textureType="texture_depth_2d";stage="compute";async=false [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x4680 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0))";textureType="texture_depth_2d";stage="compute";async=false [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x9bc5 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0))";textureType="texture_depth_2d";stage="compute";async=false [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_ge_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0))";textureType="texture_depth_2d";stage="compute";async=false [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_lt_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0))";textureType="texture_depth_2d";stage="compute";async=false [ Failure ]
-crbug.com/0000 [ android-chromium android-pixel-6 angle-opengles arm dawn-no-backend-validation graphite-disabled mobile no-asan no-clang-coverage oop-c passthrough renderer-skia-gl target-cpu-64 webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0))";textureType="texture_depth_2d";stage="compute";async=true [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x4680 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0))";textureType="texture_depth_2d";stage="compute";async=true [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x9bc5 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0))";textureType="texture_depth_2d";stage="compute";async=true [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_ge_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0))";textureType="texture_depth_2d";stage="compute";async=true [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_lt_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0))";textureType="texture_depth_2d";stage="compute";async=true [ Failure ]
-crbug.com/0000 [ android-chromium android-pixel-6 angle-opengles arm dawn-no-backend-validation graphite-disabled mobile no-asan no-clang-coverage oop-c passthrough renderer-skia-gl target-cpu-64 webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0))";textureType="texture_depth_2d";stage="fragment";async=false [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x4680 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0))";textureType="texture_depth_2d";stage="fragment";async=false [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x9bc5 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0))";textureType="texture_depth_2d";stage="fragment";async=false [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_ge_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0))";textureType="texture_depth_2d";stage="fragment";async=false [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_lt_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0))";textureType="texture_depth_2d";stage="fragment";async=false [ Failure ]
-crbug.com/0000 [ android-chromium android-pixel-6 angle-opengles arm dawn-no-backend-validation graphite-disabled mobile no-asan no-clang-coverage oop-c passthrough renderer-skia-gl target-cpu-64 webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0))";textureType="texture_depth_2d";stage="fragment";async=true [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x4680 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0))";textureType="texture_depth_2d";stage="fragment";async=true [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x9bc5 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0))";textureType="texture_depth_2d";stage="fragment";async=true [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_ge_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0))";textureType="texture_depth_2d";stage="fragment";async=true [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_lt_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0))";textureType="texture_depth_2d";stage="fragment";async=true [ Failure ]
-crbug.com/0000 [ android-chromium android-pixel-6 angle-opengles arm dawn-no-backend-validation graphite-disabled mobile no-asan no-clang-coverage oop-c passthrough renderer-skia-gl target-cpu-64 webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0))";textureType="texture_depth_2d";stage="vertex";async=false [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x4680 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0))";textureType="texture_depth_2d";stage="vertex";async=false [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x9bc5 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0))";textureType="texture_depth_2d";stage="vertex";async=false [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_ge_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0))";textureType="texture_depth_2d";stage="vertex";async=false [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_lt_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0))";textureType="texture_depth_2d";stage="vertex";async=false [ Failure ]
-crbug.com/0000 [ android-chromium android-pixel-6 angle-opengles arm dawn-no-backend-validation graphite-disabled mobile no-asan no-clang-coverage oop-c passthrough renderer-skia-gl target-cpu-64 webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0))";textureType="texture_depth_2d";stage="vertex";async=true [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x4680 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0))";textureType="texture_depth_2d";stage="vertex";async=true [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x9bc5 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0))";textureType="texture_depth_2d";stage="vertex";async=true [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_ge_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0))";textureType="texture_depth_2d";stage="vertex";async=true [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_lt_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0))";textureType="texture_depth_2d";stage="vertex";async=true [ Failure ]
-crbug.com/0000 [ android-chromium android-pixel-6 angle-opengles arm dawn-no-backend-validation graphite-disabled mobile no-asan no-clang-coverage oop-c passthrough renderer-skia-gl target-cpu-64 webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d_array";stage="compute";async=false [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x4680 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d_array";stage="compute";async=false [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x9bc5 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d_array";stage="compute";async=false [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_ge_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d_array";stage="compute";async=false [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_lt_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d_array";stage="compute";async=false [ Failure ]
-crbug.com/0000 [ android-chromium android-pixel-6 angle-opengles arm dawn-no-backend-validation graphite-disabled mobile no-asan no-clang-coverage oop-c passthrough renderer-skia-gl target-cpu-64 webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d_array";stage="compute";async=true [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x4680 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d_array";stage="compute";async=true [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x9bc5 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d_array";stage="compute";async=true [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_ge_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d_array";stage="compute";async=true [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_lt_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d_array";stage="compute";async=true [ Failure ]
-crbug.com/0000 [ android-chromium android-pixel-6 angle-opengles arm dawn-no-backend-validation graphite-disabled mobile no-asan no-clang-coverage oop-c passthrough renderer-skia-gl target-cpu-64 webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d_array";stage="fragment";async=false [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x4680 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d_array";stage="fragment";async=false [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x9bc5 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d_array";stage="fragment";async=false [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_ge_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d_array";stage="fragment";async=false [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_lt_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d_array";stage="fragment";async=false [ Failure ]
-crbug.com/0000 [ android-chromium android-pixel-6 angle-opengles arm dawn-no-backend-validation graphite-disabled mobile no-asan no-clang-coverage oop-c passthrough renderer-skia-gl target-cpu-64 webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d_array";stage="fragment";async=true [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x4680 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d_array";stage="fragment";async=true [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x9bc5 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d_array";stage="fragment";async=true [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_ge_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d_array";stage="fragment";async=true [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_lt_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d_array";stage="fragment";async=true [ Failure ]
-crbug.com/0000 [ android-chromium android-pixel-6 angle-opengles arm dawn-no-backend-validation graphite-disabled mobile no-asan no-clang-coverage oop-c passthrough renderer-skia-gl target-cpu-64 webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d_array";stage="vertex";async=false [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x4680 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d_array";stage="vertex";async=false [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x9bc5 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d_array";stage="vertex";async=false [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_ge_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d_array";stage="vertex";async=false [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_lt_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d_array";stage="vertex";async=false [ Failure ]
-crbug.com/0000 [ android-chromium android-pixel-6 angle-opengles arm dawn-no-backend-validation graphite-disabled mobile no-asan no-clang-coverage oop-c passthrough renderer-skia-gl target-cpu-64 webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d_array";stage="vertex";async=true [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x4680 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d_array";stage="vertex";async=true [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x9bc5 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d_array";stage="vertex";async=true [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_ge_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d_array";stage="vertex";async=true [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_lt_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d_array";stage="vertex";async=true [ Failure ]
-crbug.com/0000 [ android-chromium android-pixel-6 angle-opengles arm dawn-no-backend-validation graphite-disabled mobile no-asan no-clang-coverage oop-c passthrough renderer-skia-gl target-cpu-64 webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200,%20vec2i(0,%200))";textureType="texture_depth_2d_array";stage="compute";async=false [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x4680 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200,%20vec2i(0,%200))";textureType="texture_depth_2d_array";stage="compute";async=false [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x9bc5 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200,%20vec2i(0,%200))";textureType="texture_depth_2d_array";stage="compute";async=false [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_ge_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200,%20vec2i(0,%200))";textureType="texture_depth_2d_array";stage="compute";async=false [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_lt_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200,%20vec2i(0,%200))";textureType="texture_depth_2d_array";stage="compute";async=false [ Failure ]
-crbug.com/0000 [ android-chromium android-pixel-6 angle-opengles arm dawn-no-backend-validation graphite-disabled mobile no-asan no-clang-coverage oop-c passthrough renderer-skia-gl target-cpu-64 webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200,%20vec2i(0,%200))";textureType="texture_depth_2d_array";stage="compute";async=true [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x4680 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200,%20vec2i(0,%200))";textureType="texture_depth_2d_array";stage="compute";async=true [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x9bc5 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200,%20vec2i(0,%200))";textureType="texture_depth_2d_array";stage="compute";async=true [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_ge_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200,%20vec2i(0,%200))";textureType="texture_depth_2d_array";stage="compute";async=true [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_lt_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200,%20vec2i(0,%200))";textureType="texture_depth_2d_array";stage="compute";async=true [ Failure ]
-crbug.com/0000 [ android-chromium android-pixel-6 angle-opengles arm dawn-no-backend-validation graphite-disabled mobile no-asan no-clang-coverage oop-c passthrough renderer-skia-gl target-cpu-64 webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200,%20vec2i(0,%200))";textureType="texture_depth_2d_array";stage="fragment";async=false [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x4680 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200,%20vec2i(0,%200))";textureType="texture_depth_2d_array";stage="fragment";async=false [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x9bc5 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200,%20vec2i(0,%200))";textureType="texture_depth_2d_array";stage="fragment";async=false [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_ge_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200,%20vec2i(0,%200))";textureType="texture_depth_2d_array";stage="fragment";async=false [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_lt_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200,%20vec2i(0,%200))";textureType="texture_depth_2d_array";stage="fragment";async=false [ Failure ]
-crbug.com/0000 [ android-chromium android-pixel-6 angle-opengles arm dawn-no-backend-validation graphite-disabled mobile no-asan no-clang-coverage oop-c passthrough renderer-skia-gl target-cpu-64 webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200,%20vec2i(0,%200))";textureType="texture_depth_2d_array";stage="fragment";async=true [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x4680 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200,%20vec2i(0,%200))";textureType="texture_depth_2d_array";stage="fragment";async=true [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x9bc5 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200,%20vec2i(0,%200))";textureType="texture_depth_2d_array";stage="fragment";async=true [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_ge_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200,%20vec2i(0,%200))";textureType="texture_depth_2d_array";stage="fragment";async=true [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_lt_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200,%20vec2i(0,%200))";textureType="texture_depth_2d_array";stage="fragment";async=true [ Failure ]
-crbug.com/0000 [ android-chromium android-pixel-6 angle-opengles arm dawn-no-backend-validation graphite-disabled mobile no-asan no-clang-coverage oop-c passthrough renderer-skia-gl target-cpu-64 webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200,%20vec2i(0,%200))";textureType="texture_depth_2d_array";stage="vertex";async=false [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x4680 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200,%20vec2i(0,%200))";textureType="texture_depth_2d_array";stage="vertex";async=false [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x9bc5 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200,%20vec2i(0,%200))";textureType="texture_depth_2d_array";stage="vertex";async=false [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_ge_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200,%20vec2i(0,%200))";textureType="texture_depth_2d_array";stage="vertex";async=false [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_lt_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200,%20vec2i(0,%200))";textureType="texture_depth_2d_array";stage="vertex";async=false [ Failure ]
-crbug.com/0000 [ android-chromium android-pixel-6 angle-opengles arm dawn-no-backend-validation graphite-disabled mobile no-asan no-clang-coverage oop-c passthrough renderer-skia-gl target-cpu-64 webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200,%20vec2i(0,%200))";textureType="texture_depth_2d_array";stage="vertex";async=true [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x4680 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200,%20vec2i(0,%200))";textureType="texture_depth_2d_array";stage="vertex";async=true [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x9bc5 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200,%20vec2i(0,%200))";textureType="texture_depth_2d_array";stage="vertex";async=true [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_ge_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200,%20vec2i(0,%200))";textureType="texture_depth_2d_array";stage="vertex";async=true [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_lt_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200,%20vec2i(0,%200))";textureType="texture_depth_2d_array";stage="vertex";async=true [ Failure ]
-crbug.com/0000 [ android-chromium android-pixel-6 angle-opengles arm dawn-no-backend-validation graphite-disabled mobile no-asan no-clang-coverage oop-c passthrough renderer-skia-gl target-cpu-64 webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%20vec2i(0,%200))";textureType="texture_depth_2d";stage="compute";async=false [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x4680 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%20vec2i(0,%200))";textureType="texture_depth_2d";stage="compute";async=false [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x9bc5 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%20vec2i(0,%200))";textureType="texture_depth_2d";stage="compute";async=false [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_ge_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%20vec2i(0,%200))";textureType="texture_depth_2d";stage="compute";async=false [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_lt_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%20vec2i(0,%200))";textureType="texture_depth_2d";stage="compute";async=false [ Failure ]
-crbug.com/0000 [ android-chromium android-pixel-6 angle-opengles arm dawn-no-backend-validation graphite-disabled mobile no-asan no-clang-coverage oop-c passthrough renderer-skia-gl target-cpu-64 webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%20vec2i(0,%200))";textureType="texture_depth_2d";stage="compute";async=true [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x4680 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%20vec2i(0,%200))";textureType="texture_depth_2d";stage="compute";async=true [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x9bc5 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%20vec2i(0,%200))";textureType="texture_depth_2d";stage="compute";async=true [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_ge_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%20vec2i(0,%200))";textureType="texture_depth_2d";stage="compute";async=true [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_lt_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%20vec2i(0,%200))";textureType="texture_depth_2d";stage="compute";async=true [ Failure ]
-crbug.com/0000 [ android-chromium android-pixel-6 angle-opengles arm dawn-no-backend-validation graphite-disabled mobile no-asan no-clang-coverage oop-c passthrough renderer-skia-gl target-cpu-64 webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%20vec2i(0,%200))";textureType="texture_depth_2d";stage="fragment";async=false [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x4680 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%20vec2i(0,%200))";textureType="texture_depth_2d";stage="fragment";async=false [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x9bc5 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%20vec2i(0,%200))";textureType="texture_depth_2d";stage="fragment";async=false [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_ge_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%20vec2i(0,%200))";textureType="texture_depth_2d";stage="fragment";async=false [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_lt_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%20vec2i(0,%200))";textureType="texture_depth_2d";stage="fragment";async=false [ Failure ]
-crbug.com/0000 [ android-chromium android-pixel-6 angle-opengles arm dawn-no-backend-validation graphite-disabled mobile no-asan no-clang-coverage oop-c passthrough renderer-skia-gl target-cpu-64 webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%20vec2i(0,%200))";textureType="texture_depth_2d";stage="fragment";async=true [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x4680 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%20vec2i(0,%200))";textureType="texture_depth_2d";stage="fragment";async=true [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x9bc5 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%20vec2i(0,%200))";textureType="texture_depth_2d";stage="fragment";async=true [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_ge_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%20vec2i(0,%200))";textureType="texture_depth_2d";stage="fragment";async=true [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_lt_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%20vec2i(0,%200))";textureType="texture_depth_2d";stage="fragment";async=true [ Failure ]
-crbug.com/0000 [ android-chromium android-pixel-6 angle-opengles arm dawn-no-backend-validation graphite-disabled mobile no-asan no-clang-coverage oop-c passthrough renderer-skia-gl target-cpu-64 webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%20vec2i(0,%200))";textureType="texture_depth_2d";stage="vertex";async=false [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x4680 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%20vec2i(0,%200))";textureType="texture_depth_2d";stage="vertex";async=false [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x9bc5 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%20vec2i(0,%200))";textureType="texture_depth_2d";stage="vertex";async=false [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_ge_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%20vec2i(0,%200))";textureType="texture_depth_2d";stage="vertex";async=false [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_lt_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%20vec2i(0,%200))";textureType="texture_depth_2d";stage="vertex";async=false [ Failure ]
-crbug.com/0000 [ android-chromium android-pixel-6 angle-opengles arm dawn-no-backend-validation graphite-disabled mobile no-asan no-clang-coverage oop-c passthrough renderer-skia-gl target-cpu-64 webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%20vec2i(0,%200))";textureType="texture_depth_2d";stage="vertex";async=true [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x4680 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%20vec2i(0,%200))";textureType="texture_depth_2d";stage="vertex";async=true [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x9bc5 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%20vec2i(0,%200))";textureType="texture_depth_2d";stage="vertex";async=true [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_ge_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%20vec2i(0,%200))";textureType="texture_depth_2d";stage="vertex";async=true [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_lt_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%20vec2i(0,%200))";textureType="texture_depth_2d";stage="vertex";async=true [ Failure ]
-crbug.com/0000 [ android-chromium android-pixel-6 angle-opengles arm dawn-no-backend-validation graphite-disabled mobile no-asan no-clang-coverage oop-c passthrough renderer-skia-gl target-cpu-64 webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec3f(0))";textureType="texture_depth_cube";stage="compute";async=false [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x4680 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec3f(0))";textureType="texture_depth_cube";stage="compute";async=false [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x9bc5 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec3f(0))";textureType="texture_depth_cube";stage="compute";async=false [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_ge_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec3f(0))";textureType="texture_depth_cube";stage="compute";async=false [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_lt_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec3f(0))";textureType="texture_depth_cube";stage="compute";async=false [ Failure ]
-crbug.com/0000 [ android-chromium android-pixel-6 angle-opengles arm dawn-no-backend-validation graphite-disabled mobile no-asan no-clang-coverage oop-c passthrough renderer-skia-gl target-cpu-64 webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec3f(0))";textureType="texture_depth_cube";stage="compute";async=true [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x4680 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec3f(0))";textureType="texture_depth_cube";stage="compute";async=true [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x9bc5 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec3f(0))";textureType="texture_depth_cube";stage="compute";async=true [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_ge_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec3f(0))";textureType="texture_depth_cube";stage="compute";async=true [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_lt_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec3f(0))";textureType="texture_depth_cube";stage="compute";async=true [ Failure ]
-crbug.com/0000 [ android-chromium android-pixel-6 angle-opengles arm dawn-no-backend-validation graphite-disabled mobile no-asan no-clang-coverage oop-c passthrough renderer-skia-gl target-cpu-64 webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec3f(0))";textureType="texture_depth_cube";stage="fragment";async=false [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x4680 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec3f(0))";textureType="texture_depth_cube";stage="fragment";async=false [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x9bc5 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec3f(0))";textureType="texture_depth_cube";stage="fragment";async=false [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_ge_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec3f(0))";textureType="texture_depth_cube";stage="fragment";async=false [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_lt_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec3f(0))";textureType="texture_depth_cube";stage="fragment";async=false [ Failure ]
-crbug.com/0000 [ android-chromium android-pixel-6 angle-opengles arm dawn-no-backend-validation graphite-disabled mobile no-asan no-clang-coverage oop-c passthrough renderer-skia-gl target-cpu-64 webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec3f(0))";textureType="texture_depth_cube";stage="fragment";async=true [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x4680 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec3f(0))";textureType="texture_depth_cube";stage="fragment";async=true [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x9bc5 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec3f(0))";textureType="texture_depth_cube";stage="fragment";async=true [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_ge_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec3f(0))";textureType="texture_depth_cube";stage="fragment";async=true [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_lt_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec3f(0))";textureType="texture_depth_cube";stage="fragment";async=true [ Failure ]
-crbug.com/0000 [ android-chromium android-pixel-6 angle-opengles arm dawn-no-backend-validation graphite-disabled mobile no-asan no-clang-coverage oop-c passthrough renderer-skia-gl target-cpu-64 webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec3f(0))";textureType="texture_depth_cube";stage="vertex";async=false [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x4680 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec3f(0))";textureType="texture_depth_cube";stage="vertex";async=false [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x9bc5 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec3f(0))";textureType="texture_depth_cube";stage="vertex";async=false [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_ge_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec3f(0))";textureType="texture_depth_cube";stage="vertex";async=false [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_lt_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec3f(0))";textureType="texture_depth_cube";stage="vertex";async=false [ Failure ]
-crbug.com/0000 [ android-chromium android-pixel-6 angle-opengles arm dawn-no-backend-validation graphite-disabled mobile no-asan no-clang-coverage oop-c passthrough renderer-skia-gl target-cpu-64 webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec3f(0))";textureType="texture_depth_cube";stage="vertex";async=true [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x4680 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec3f(0))";textureType="texture_depth_cube";stage="vertex";async=true [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x9bc5 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec3f(0))";textureType="texture_depth_cube";stage="vertex";async=true [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_ge_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec3f(0))";textureType="texture_depth_cube";stage="vertex";async=true [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_lt_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec3f(0))";textureType="texture_depth_cube";stage="vertex";async=true [ Failure ]
-crbug.com/0000 [ android-chromium android-pixel-6 angle-opengles arm dawn-no-backend-validation graphite-disabled mobile no-asan no-clang-coverage oop-c passthrough renderer-skia-gl target-cpu-64 webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec2f(0))";textureType="texture_depth_2d";stage="fragment";async=false [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x4680 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec2f(0))";textureType="texture_depth_2d";stage="fragment";async=false [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x9bc5 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec2f(0))";textureType="texture_depth_2d";stage="fragment";async=false [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_ge_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec2f(0))";textureType="texture_depth_2d";stage="fragment";async=false [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_lt_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec2f(0))";textureType="texture_depth_2d";stage="fragment";async=false [ Failure ]
-crbug.com/0000 [ android-chromium android-pixel-6 angle-opengles arm dawn-no-backend-validation graphite-disabled mobile no-asan no-clang-coverage oop-c passthrough renderer-skia-gl target-cpu-64 webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec2f(0))";textureType="texture_depth_2d";stage="fragment";async=true [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x4680 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec2f(0))";textureType="texture_depth_2d";stage="fragment";async=true [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x9bc5 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec2f(0))";textureType="texture_depth_2d";stage="fragment";async=true [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_ge_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec2f(0))";textureType="texture_depth_2d";stage="fragment";async=true [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_lt_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec2f(0))";textureType="texture_depth_2d";stage="fragment";async=true [ Failure ]
-crbug.com/0000 [ android-chromium android-pixel-6 angle-opengles arm dawn-no-backend-validation graphite-disabled mobile no-asan no-clang-coverage oop-c passthrough renderer-skia-gl target-cpu-64 webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d_array";stage="fragment";async=false [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x4680 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d_array";stage="fragment";async=false [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x9bc5 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d_array";stage="fragment";async=false [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_ge_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d_array";stage="fragment";async=false [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_lt_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d_array";stage="fragment";async=false [ Failure ]
-crbug.com/0000 [ android-chromium android-pixel-6 angle-opengles arm dawn-no-backend-validation graphite-disabled mobile no-asan no-clang-coverage oop-c passthrough renderer-skia-gl target-cpu-64 webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d_array";stage="fragment";async=true [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x4680 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d_array";stage="fragment";async=true [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x9bc5 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d_array";stage="fragment";async=true [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_ge_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d_array";stage="fragment";async=true [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_lt_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d_array";stage="fragment";async=true [ Failure ]
-crbug.com/0000 [ android-chromium android-pixel-6 angle-opengles arm dawn-no-backend-validation graphite-disabled mobile no-asan no-clang-coverage oop-c passthrough renderer-skia-gl target-cpu-64 webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec2f(0),%200,%20vec2i(0,%200))";textureType="texture_depth_2d_array";stage="fragment";async=false [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x4680 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec2f(0),%200,%20vec2i(0,%200))";textureType="texture_depth_2d_array";stage="fragment";async=false [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x9bc5 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec2f(0),%200,%20vec2i(0,%200))";textureType="texture_depth_2d_array";stage="fragment";async=false [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_ge_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec2f(0),%200,%20vec2i(0,%200))";textureType="texture_depth_2d_array";stage="fragment";async=false [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_lt_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec2f(0),%200,%20vec2i(0,%200))";textureType="texture_depth_2d_array";stage="fragment";async=false [ Failure ]
-crbug.com/0000 [ android-chromium android-pixel-6 angle-opengles arm dawn-no-backend-validation graphite-disabled mobile no-asan no-clang-coverage oop-c passthrough renderer-skia-gl target-cpu-64 webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec2f(0),%200,%20vec2i(0,%200))";textureType="texture_depth_2d_array";stage="fragment";async=true [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x4680 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec2f(0),%200,%20vec2i(0,%200))";textureType="texture_depth_2d_array";stage="fragment";async=true [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x9bc5 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec2f(0),%200,%20vec2i(0,%200))";textureType="texture_depth_2d_array";stage="fragment";async=true [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_ge_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec2f(0),%200,%20vec2i(0,%200))";textureType="texture_depth_2d_array";stage="fragment";async=true [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_lt_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec2f(0),%200,%20vec2i(0,%200))";textureType="texture_depth_2d_array";stage="fragment";async=true [ Failure ]
-crbug.com/0000 [ android-chromium android-pixel-6 angle-opengles arm dawn-no-backend-validation graphite-disabled mobile no-asan no-clang-coverage oop-c passthrough renderer-skia-gl target-cpu-64 webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec2f(0),%20vec2i(0,%200))";textureType="texture_depth_2d";stage="fragment";async=false [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x4680 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec2f(0),%20vec2i(0,%200))";textureType="texture_depth_2d";stage="fragment";async=false [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x9bc5 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec2f(0),%20vec2i(0,%200))";textureType="texture_depth_2d";stage="fragment";async=false [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_ge_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec2f(0),%20vec2i(0,%200))";textureType="texture_depth_2d";stage="fragment";async=false [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_lt_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec2f(0),%20vec2i(0,%200))";textureType="texture_depth_2d";stage="fragment";async=false [ Failure ]
-crbug.com/0000 [ android-chromium android-pixel-6 angle-opengles arm dawn-no-backend-validation graphite-disabled mobile no-asan no-clang-coverage oop-c passthrough renderer-skia-gl target-cpu-64 webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec2f(0),%20vec2i(0,%200))";textureType="texture_depth_2d";stage="fragment";async=true [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x4680 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec2f(0),%20vec2i(0,%200))";textureType="texture_depth_2d";stage="fragment";async=true [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x9bc5 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec2f(0),%20vec2i(0,%200))";textureType="texture_depth_2d";stage="fragment";async=true [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_ge_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec2f(0),%20vec2i(0,%200))";textureType="texture_depth_2d";stage="fragment";async=true [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_lt_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec2f(0),%20vec2i(0,%200))";textureType="texture_depth_2d";stage="fragment";async=true [ Failure ]
-crbug.com/0000 [ android-chromium android-pixel-6 angle-opengles arm dawn-no-backend-validation graphite-disabled mobile no-asan no-clang-coverage oop-c passthrough renderer-skia-gl target-cpu-64 webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec3f(0))";textureType="texture_depth_cube";stage="fragment";async=false [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x4680 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec3f(0))";textureType="texture_depth_cube";stage="fragment";async=false [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x9bc5 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec3f(0))";textureType="texture_depth_cube";stage="fragment";async=false [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_ge_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec3f(0))";textureType="texture_depth_cube";stage="fragment";async=false [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_lt_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec3f(0))";textureType="texture_depth_cube";stage="fragment";async=false [ Failure ]
-crbug.com/0000 [ android-chromium android-pixel-6 angle-opengles arm dawn-no-backend-validation graphite-disabled mobile no-asan no-clang-coverage oop-c passthrough renderer-skia-gl target-cpu-64 webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec3f(0))";textureType="texture_depth_cube";stage="fragment";async=true [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x4680 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec3f(0))";textureType="texture_depth_cube";stage="fragment";async=true [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x9bc5 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec3f(0))";textureType="texture_depth_cube";stage="fragment";async=true [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_ge_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec3f(0))";textureType="texture_depth_cube";stage="fragment";async=true [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_lt_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec3f(0))";textureType="texture_depth_cube";stage="fragment";async=true [ Failure ]
-crbug.com/0000 [ android-chromium android-pixel-6 angle-opengles arm dawn-no-backend-validation graphite-disabled mobile no-asan no-clang-coverage oop-c passthrough renderer-skia-gl target-cpu-64 webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSampleLevel(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d";stage="fragment";async=false [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x4680 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSampleLevel(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d";stage="fragment";async=false [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x9bc5 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSampleLevel(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d";stage="fragment";async=false [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_ge_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSampleLevel(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d";stage="fragment";async=false [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_lt_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSampleLevel(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d";stage="fragment";async=false [ Failure ]
-crbug.com/0000 [ android-chromium android-pixel-6 angle-opengles arm dawn-no-backend-validation graphite-disabled mobile no-asan no-clang-coverage oop-c passthrough renderer-skia-gl target-cpu-64 webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSampleLevel(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d";stage="fragment";async=true [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x4680 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSampleLevel(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d";stage="fragment";async=true [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x9bc5 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSampleLevel(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d";stage="fragment";async=true [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_ge_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSampleLevel(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d";stage="fragment";async=true [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_lt_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSampleLevel(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d";stage="fragment";async=true [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x4680 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSampleLevel(t,%20s,%20vec2f(0),%200,%200)";textureType="texture_depth_2d_array";stage="fragment";async=false [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x9bc5 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSampleLevel(t,%20s,%20vec2f(0),%200,%200)";textureType="texture_depth_2d_array";stage="fragment";async=false [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_ge_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSampleLevel(t,%20s,%20vec2f(0),%200,%200)";textureType="texture_depth_2d_array";stage="fragment";async=false [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_lt_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSampleLevel(t,%20s,%20vec2f(0),%200,%200)";textureType="texture_depth_2d_array";stage="fragment";async=false [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x4680 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSampleLevel(t,%20s,%20vec2f(0),%200,%200)";textureType="texture_depth_2d_array";stage="fragment";async=true [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x9bc5 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSampleLevel(t,%20s,%20vec2f(0),%200,%200)";textureType="texture_depth_2d_array";stage="fragment";async=true [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_ge_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSampleLevel(t,%20s,%20vec2f(0),%200,%200)";textureType="texture_depth_2d_array";stage="fragment";async=true [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_lt_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSampleLevel(t,%20s,%20vec2f(0),%200,%200)";textureType="texture_depth_2d_array";stage="fragment";async=true [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x4680 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSampleLevel(t,%20s,%20vec2f(0),%200,%200,%20vec2i(0,%200))";textureType="texture_depth_2d_array";stage="fragment";async=false [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x9bc5 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSampleLevel(t,%20s,%20vec2f(0),%200,%200,%20vec2i(0,%200))";textureType="texture_depth_2d_array";stage="fragment";async=false [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_ge_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSampleLevel(t,%20s,%20vec2f(0),%200,%200,%20vec2i(0,%200))";textureType="texture_depth_2d_array";stage="fragment";async=false [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_lt_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSampleLevel(t,%20s,%20vec2f(0),%200,%200,%20vec2i(0,%200))";textureType="texture_depth_2d_array";stage="fragment";async=false [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x4680 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSampleLevel(t,%20s,%20vec2f(0),%200,%200,%20vec2i(0,%200))";textureType="texture_depth_2d_array";stage="fragment";async=true [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x9bc5 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSampleLevel(t,%20s,%20vec2f(0),%200,%200,%20vec2i(0,%200))";textureType="texture_depth_2d_array";stage="fragment";async=true [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_ge_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSampleLevel(t,%20s,%20vec2f(0),%200,%200,%20vec2i(0,%200))";textureType="texture_depth_2d_array";stage="fragment";async=true [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_lt_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSampleLevel(t,%20s,%20vec2f(0),%200,%200,%20vec2i(0,%200))";textureType="texture_depth_2d_array";stage="fragment";async=true [ Failure ]
-crbug.com/0000 [ android-chromium android-pixel-6 angle-opengles arm dawn-no-backend-validation graphite-disabled mobile no-asan no-clang-coverage oop-c passthrough renderer-skia-gl target-cpu-64 webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSampleLevel(t,%20s,%20vec2f(0),%200,%20vec2i(0,%200))";textureType="texture_depth_2d";stage="fragment";async=false [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x4680 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSampleLevel(t,%20s,%20vec2f(0),%200,%20vec2i(0,%200))";textureType="texture_depth_2d";stage="fragment";async=false [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x9bc5 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSampleLevel(t,%20s,%20vec2f(0),%200,%20vec2i(0,%200))";textureType="texture_depth_2d";stage="fragment";async=false [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_ge_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSampleLevel(t,%20s,%20vec2f(0),%200,%20vec2i(0,%200))";textureType="texture_depth_2d";stage="fragment";async=false [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_lt_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSampleLevel(t,%20s,%20vec2f(0),%200,%20vec2i(0,%200))";textureType="texture_depth_2d";stage="fragment";async=false [ Failure ]
-crbug.com/0000 [ android-chromium android-pixel-6 angle-opengles arm dawn-no-backend-validation graphite-disabled mobile no-asan no-clang-coverage oop-c passthrough renderer-skia-gl target-cpu-64 webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSampleLevel(t,%20s,%20vec2f(0),%200,%20vec2i(0,%200))";textureType="texture_depth_2d";stage="fragment";async=true [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x4680 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSampleLevel(t,%20s,%20vec2f(0),%200,%20vec2i(0,%200))";textureType="texture_depth_2d";stage="fragment";async=true [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x9bc5 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSampleLevel(t,%20s,%20vec2f(0),%200,%20vec2i(0,%200))";textureType="texture_depth_2d";stage="fragment";async=true [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_ge_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSampleLevel(t,%20s,%20vec2f(0),%200,%20vec2i(0,%200))";textureType="texture_depth_2d";stage="fragment";async=true [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_lt_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSampleLevel(t,%20s,%20vec2f(0),%200,%20vec2i(0,%200))";textureType="texture_depth_2d";stage="fragment";async=true [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x4680 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSampleLevel(t,%20s,%20vec3f(0),%200)";textureType="texture_depth_cube";stage="fragment";async=false [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x9bc5 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSampleLevel(t,%20s,%20vec3f(0),%200)";textureType="texture_depth_cube";stage="fragment";async=false [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_ge_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSampleLevel(t,%20s,%20vec3f(0),%200)";textureType="texture_depth_cube";stage="fragment";async=false [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_lt_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSampleLevel(t,%20s,%20vec3f(0),%200)";textureType="texture_depth_cube";stage="fragment";async=false [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x4680 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSampleLevel(t,%20s,%20vec3f(0),%200)";textureType="texture_depth_cube";stage="fragment";async=true [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x9bc5 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSampleLevel(t,%20s,%20vec3f(0),%200)";textureType="texture_depth_cube";stage="fragment";async=true [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_ge_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSampleLevel(t,%20s,%20vec3f(0),%200)";textureType="texture_depth_cube";stage="fragment";async=true [ Failure ]
-crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_lt_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSampleLevel(t,%20s,%20vec3f(0),%200)";textureType="texture_depth_cube";stage="fragment";async=true [ Failure ]
crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x9bc5 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:shader,execution,expression,call,builtin,textureSample:depth_2d_coords:format="depth16unorm";modeU="c";modeV="c";offset=false [ Failure ]
crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x9bc5 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:shader,execution,expression,call,builtin,textureSample:depth_2d_coords:format="depth16unorm";modeU="c";modeV="c";offset=true [ Failure ]
crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x9bc5 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:shader,execution,expression,call,builtin,textureSample:depth_2d_coords:format="depth16unorm";modeU="c";modeV="m";offset=false [ Failure ]