summaryrefslogtreecommitdiffstats
path: root/tests/pipeline
diff options
context:
space:
mode:
authorJay Kwak <82421531+jkwak-work@users.noreply.github.com>2025-01-29 17:42:28 -0800
committerGitHub <noreply@github.com>2025-01-29 17:42:28 -0800
commitcbcb97a64c0b7b908fc7be565b0d6141d2f1a1f7 (patch)
tree21e60b34a0ebe9598cc72e2895db00b8a124573c /tests/pipeline
parent2ba6458eba8bd2d4f4d2ffdd452ae089e5b50907 (diff)
Update SPIRV submodules and fix tests (#6222)
Diffstat (limited to 'tests/pipeline')
-rw-r--r--tests/pipeline/rasterization/mesh/mesh-PerPrimitiveEXT.slang2
-rw-r--r--tests/pipeline/rasterization/mesh/primitive-output.slang2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/pipeline/rasterization/mesh/mesh-PerPrimitiveEXT.slang b/tests/pipeline/rasterization/mesh/mesh-PerPrimitiveEXT.slang
index b5f4f215e..98b3d8751 100644
--- a/tests/pipeline/rasterization/mesh/mesh-PerPrimitiveEXT.slang
+++ b/tests/pipeline/rasterization/mesh/mesh-PerPrimitiveEXT.slang
@@ -1,5 +1,5 @@
// Test that a mesh shader generates PerPrimitiveNV decoration for OutputPrimitives
-//TEST:SIMPLE(filecheck=CHECK):-target spirv -entry main -stage mesh -emit-spirv-directly
+//TEST:SIMPLE(filecheck=CHECK):-target spirv -entry main -stage mesh -emit-spirv-directly -skip-spirv-validation
// CHECK: OpDecorate %gl_PrimitiveID BuiltIn PrimitiveId
// CHECK: OpDecorate %gl_PrimitiveID PerPrimitive{{NV|EXT}}
diff --git a/tests/pipeline/rasterization/mesh/primitive-output.slang b/tests/pipeline/rasterization/mesh/primitive-output.slang
index 683fe19d1..5bc62f263 100644
--- a/tests/pipeline/rasterization/mesh/primitive-output.slang
+++ b/tests/pipeline/rasterization/mesh/primitive-output.slang
@@ -2,7 +2,7 @@
// Test that a simple mesh shader compiles
-//TEST:SIMPLE(filecheck=SPV_CHECK):-target spirv -profile glsl_450+spirv_1_4 -entry main -stage mesh
+//TEST:SIMPLE(filecheck=SPV_CHECK):-target spirv -profile glsl_450+spirv_1_4 -entry main -stage mesh -skip-spirv-validation
//SPV_CHECK-NOT: SPV_NV_mesh_shader
//SPV_CHECK: SPV_EXT_mesh_shader