Commit 3b656c79 by Alan Baker

Move memory model scope tests to Vulkan 1.1 batch

Fixes #1610 * Updated expected result due to version change
parent 6d178658
...@@ -304,8 +304,6 @@ INSTANTIATE_TEST_CASE_P( ...@@ -304,8 +304,6 @@ INSTANTIATE_TEST_CASE_P(
"spv.matrix.frag", "spv.matrix.frag",
"spv.matrix2.frag", "spv.matrix2.frag",
"spv.memoryQualifier.frag", "spv.memoryQualifier.frag",
"spv.memoryScopeSemantics.comp",
"spv.memoryScopeSemantics_Error.comp",
"spv.merge-unreachable.frag", "spv.merge-unreachable.frag",
"spv.multiStruct.comp", "spv.multiStruct.comp",
"spv.multiStructFuncall.frag", "spv.multiStructFuncall.frag",
...@@ -404,6 +402,8 @@ INSTANTIATE_TEST_CASE_P( ...@@ -404,6 +402,8 @@ INSTANTIATE_TEST_CASE_P(
"spv.explicittypes.frag", "spv.explicittypes.frag",
"spv.float32.frag", "spv.float32.frag",
"spv.float64.frag", "spv.float64.frag",
"spv.memoryScopeSemantics.comp",
"spv.memoryScopeSemantics_Error.comp",
"spv.multiView.frag", "spv.multiView.frag",
"spv.RayGenShader11.rgen", "spv.RayGenShader11.rgen",
"spv.subgroup.frag", "spv.subgroup.frag",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment