Update known-good to tools/headers for the Nvidia Turing extensions.
authorJohn Kessenich <cepheus@frii.com>
Thu, 20 Sep 2018 07:34:14 +0000 (01:34 -0600)
committerJohn Kessenich <cepheus@frii.com>
Thu, 20 Sep 2018 07:34:14 +0000 (01:34 -0600)
24 files changed:
Test/baseResults/hlsl.partialInit.frag.out
Test/baseResults/hlsl.struct.frag.out
Test/baseResults/spv.AnyHitShader.rahit.out
Test/baseResults/spv.ClosestHitShader.rchit.out
Test/baseResults/spv.IntersectShader.rint.out
Test/baseResults/spv.MissShader.rmiss.out
Test/baseResults/spv.RayConstants.rgen.out
Test/baseResults/spv.RayGenShader.rgen.out
Test/baseResults/spv.atomicInt64.comp.out
Test/baseResults/spv.computeShaderDerivatives.comp.out
Test/baseResults/spv.computeShaderDerivatives2.comp.out
Test/baseResults/spv.fragmentShaderBarycentric.frag.out
Test/baseResults/spv.fragmentShaderBarycentric2.frag.out
Test/baseResults/spv.memoryScopeSemantics.comp.out
Test/baseResults/spv.meshShaderBuiltins.mesh.out
Test/baseResults/spv.meshShaderPerViewBuiltins.mesh.out
Test/baseResults/spv.meshShaderPerViewUserDefined.mesh.out
Test/baseResults/spv.meshShaderSharedMem.mesh.out
Test/baseResults/spv.meshShaderTaskMem.mesh.out
Test/baseResults/spv.meshShaderUserDefined.mesh.out
Test/baseResults/spv.meshTaskShader.task.out
Test/baseResults/spv.shaderImageFootprint.frag.out
Test/baseResults/spv.shadingRate.frag.out
known_good.json

index 350a745..2cdbb0f 100644 (file)
@@ -398,6 +398,10 @@ gl_FragCoord origin is upper left
 0:?     'ci' ( const int)
 0:?       0 (const int)
 
+error: SPIRV-Tools Validation Errors
+error: If OpTypeBool is stored in conjunction with OpVariable, it can only be used with non-externally visible shader Storage Classes: Workgroup, CrossWorkgroup, Private, and Function
+  %_entryPointOutput_c = OpVariable %_ptr_Output_bool Output
+
 // Module Version 10000
 // Generated by (magic number): 80007
 // Id's are bound by 104
index bd216c8..4ea7bbb 100644 (file)
@@ -211,6 +211,10 @@ gl_FragCoord origin is upper left
 0:?     's.ff3' (layout( location=6) flat in bool)
 0:?     's.ff4' (layout( location=7) in 4-component vector of float)
 
+error: SPIRV-Tools Validation Errors
+error: If OpTypeBool is stored in conjunction with OpVariable, it can only be used with non-externally visible shader Storage Classes: Workgroup, CrossWorkgroup, Private, and Function
+  %s_b = OpVariable %_ptr_Input_bool Input
+
 // Module Version 10000
 // Generated by (magic number): 80007
 // Id's are bound by 102
index 12d5382..1dd88b3 100644 (file)
@@ -1,6 +1,4 @@
 spv.AnyHitShader.rahit
-error: SPIRV-Tools Validation Errors
-error: Invalid capability operand: 5340
 // Module Version 10000
 // Generated by (magic number): 80007
 // Id's are bound by 81
index dcf6fa3..5a1d7fc 100644 (file)
@@ -1,6 +1,4 @@
 spv.ClosestHitShader.rchit
-error: SPIRV-Tools Validation Errors
-error: Invalid capability operand: 5340
 // Module Version 10000
 // Generated by (magic number): 80007
 // Id's are bound by 88
index be53d35..bc84c6e 100644 (file)
@@ -1,6 +1,4 @@
 spv.IntersectShader.rint
-error: SPIRV-Tools Validation Errors
-error: Invalid capability operand: 5340
 // Module Version 10000
 // Generated by (magic number): 80007
 // Id's are bound by 71
index 6de3a4e..5384084 100644 (file)
@@ -1,6 +1,4 @@
 spv.MissShader.rmiss
-error: SPIRV-Tools Validation Errors
-error: Invalid capability operand: 5340
 // Module Version 10000
 // Generated by (magic number): 80007
 // Id's are bound by 60
index 2f391e9..ecbee8a 100644 (file)
@@ -1,6 +1,4 @@
 spv.RayConstants.rgen
-error: SPIRV-Tools Validation Errors
-error: Invalid capability operand: 5340
 // Module Version 10000
 // Generated by (magic number): 80007
 // Id's are bound by 27
index 749e5dc..ad1ba7c 100644 (file)
@@ -1,6 +1,4 @@
 spv.RayGenShader.rgen
-error: SPIRV-Tools Validation Errors
-error: Invalid capability operand: 5340
 // Module Version 10000
 // Generated by (magic number): 80007
 // Id's are bound by 60
index a273c66..9c66aec 100644 (file)
@@ -1,8 +1,4 @@
 spv.atomicInt64.comp
-error: SPIRV-Tools Validation Errors
-error: Capability Int64Atomics is not allowed by Vulkan 1.0 specification (or requires extension)
-  OpCapability Int64Atomics
-
 // Module Version 10000
 // Generated by (magic number): 80007
 // Id's are bound by 149
index 40bc713..f05dbc0 100644 (file)
@@ -1,6 +1,4 @@
 spv.computeShaderDerivatives.comp
-error: SPIRV-Tools Validation Errors
-error: Invalid capability operand: 5288
 // Module Version 10000
 // Generated by (magic number): 80007
 // Id's are bound by 212
index b746c66..94a3dfc 100644 (file)
@@ -1,6 +1,4 @@
 spv.computeShaderDerivatives2.comp
-error: SPIRV-Tools Validation Errors
-error: Invalid capability operand: 5350
 // Module Version 10000
 // Generated by (magic number): 80007
 // Id's are bound by 212
index 309ae80..ffb3527 100644 (file)
@@ -1,6 +1,4 @@
 spv.fragmentShaderBarycentric.frag
-error: SPIRV-Tools Validation Errors
-error: Invalid capability operand: 5284
 // Module Version 10000
 // Generated by (magic number): 80007
 // Id's are bound by 43
index 31141f9..05dce7a 100644 (file)
@@ -1,6 +1,4 @@
 spv.fragmentShaderBarycentric2.frag
-error: SPIRV-Tools Validation Errors
-error: Invalid capability operand: 5284
 // Module Version 10000
 // Generated by (magic number): 80007
 // Id's are bound by 42
index cf00754..d4e6a4a 100644 (file)
@@ -1,8 +1,4 @@
 spv.memoryScopeSemantics.comp
-error: SPIRV-Tools Validation Errors
-error: Capability Int64Atomics is not allowed by Vulkan 1.0 specification (or requires extension)
-  OpCapability Int64Atomics
-
 // Module Version 10000
 // Generated by (magic number): 80007
 // Id's are bound by 142
index 9f5f394..ef4ff4d 100644 (file)
@@ -1,6 +1,4 @@
 spv.meshShaderBuiltins.mesh
-error: SPIRV-Tools Validation Errors
-error: Invalid capability operand: 5266
 // Module Version 10000
 // Generated by (magic number): 80007
 // Id's are bound by 147
index 25775df..c79a5c3 100644 (file)
@@ -1,6 +1,4 @@
 spv.meshShaderPerViewBuiltins.mesh
-error: SPIRV-Tools Validation Errors
-error: Invalid capability operand: 5266
 // Module Version 10000
 // Generated by (magic number): 80007
 // Id's are bound by 124
index 972b015..7e7a37d 100644 (file)
@@ -1,6 +1,4 @@
 spv.meshShaderPerViewUserDefined.mesh
-error: SPIRV-Tools Validation Errors
-error: Invalid capability operand: 5266
 // Module Version 10000
 // Generated by (magic number): 80007
 // Id's are bound by 90
index c0a481f..198f812 100644 (file)
@@ -1,6 +1,4 @@
 spv.meshShaderSharedMem.mesh
-error: SPIRV-Tools Validation Errors
-error: Invalid capability operand: 5266
 // Module Version 10000
 // Generated by (magic number): 80007
 // Id's are bound by 77
index fc4ff51..93b2a45 100644 (file)
@@ -1,6 +1,4 @@
 spv.meshShaderTaskMem.mesh
-error: SPIRV-Tools Validation Errors
-error: Invalid capability operand: 5266
 // Module Version 10000
 // Generated by (magic number): 80007
 // Id's are bound by 58
index c14e19c..c3ec915 100644 (file)
@@ -1,6 +1,4 @@
 spv.meshShaderUserDefined.mesh
-error: SPIRV-Tools Validation Errors
-error: Invalid capability operand: 5266
 // Module Version 10000
 // Generated by (magic number): 80007
 // Id's are bound by 138
index 30475b2..9ac27fa 100644 (file)
@@ -1,6 +1,4 @@
 spv.meshTaskShader.task
-error: SPIRV-Tools Validation Errors
-error: Invalid capability operand: 5266
 // Module Version 10000
 // Generated by (magic number): 80007
 // Id's are bound by 104
index 31a5f9c..2ada2b5 100644 (file)
@@ -1,6 +1,4 @@
 spv.shaderImageFootprint.frag
-error: SPIRV-Tools Validation Errors
-error: Invalid capability operand: 5282
 // Module Version 10000
 // Generated by (magic number): 80007
 // Id's are bound by 622
index 78017f6..2b6bd31 100644 (file)
@@ -1,6 +1,4 @@
 spv.shadingRate.frag
-error: SPIRV-Tools Validation Errors
-error: Invalid capability operand: 5291
 // Module Version 10000
 // Generated by (magic number): 80007
 // Id's are bound by 21
index 1f89de9..2557fff 100755 (executable)
@@ -5,14 +5,14 @@
       "site" : "github",
       "subrepo" : "KhronosGroup/SPIRV-Tools",
       "subdir" : "External/spirv-tools",
-      "commit" : "7600fc0e19c3a99bd3ef2c24515cc508ca1d3cfb"
+      "commit" : "6e2dab2ffd46a5cf62e2edd3908b4351eaf193d1"
     },
     {
       "name" : "spirv-tools/external/spirv-headers",
       "site" : "github",
       "subrepo" : "KhronosGroup/SPIRV-Headers",
       "subdir" : "External/spirv-tools/external/spirv-headers",
-      "commit" : "dcf23bdabacc3c54b83b1f9367e7a8adb27f8d87"
+      "commit" : "d5b2e1255f706ce1f88812217e9a554f299848af"
     }
   ]
 }