Move memory model scope tests to Vulkan 1.1 batch
Fixes #1610 * Updated expected result due to version change
This commit is contained in:
parent
6d17865876
commit
3b656c79f4
2 changed files with 68 additions and 68 deletions
|
|
@ -304,8 +304,6 @@ INSTANTIATE_TEST_CASE_P(
|
|||
"spv.matrix.frag",
|
||||
"spv.matrix2.frag",
|
||||
"spv.memoryQualifier.frag",
|
||||
"spv.memoryScopeSemantics.comp",
|
||||
"spv.memoryScopeSemantics_Error.comp",
|
||||
"spv.merge-unreachable.frag",
|
||||
"spv.multiStruct.comp",
|
||||
"spv.multiStructFuncall.frag",
|
||||
|
|
@ -404,6 +402,8 @@ INSTANTIATE_TEST_CASE_P(
|
|||
"spv.explicittypes.frag",
|
||||
"spv.float32.frag",
|
||||
"spv.float64.frag",
|
||||
"spv.memoryScopeSemantics.comp",
|
||||
"spv.memoryScopeSemantics_Error.comp",
|
||||
"spv.multiView.frag",
|
||||
"spv.RayGenShader11.rgen",
|
||||
"spv.subgroup.frag",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue