SPV: Add SPIRV-Tools validator. This needs the latest SPIR-Tools.
authorJohn Kessenich <cepheus@frii.com>
Wed, 22 Aug 2018 23:17:07 +0000 (17:17 -0600)
committerJohn Kessenich <cepheus@frii.com>
Thu, 23 Aug 2018 19:46:48 +0000 (13:46 -0600)
commitcc14f2d3292ffa9f2a8d076f77e8dcd9a484c155
tree58af8480a3fc727fda08d2bc7e1ba12368d46ac6
parente7df8e0b76af2fb9f58124be6b95688e5dbcdb7a
SPV: Add SPIRV-Tools validator. This needs the latest SPIR-Tools.
84 files changed:
SPIRV/GlslangToSpv.cpp
Test/baseResults/hlsl.PointSize.geom.out
Test/baseResults/hlsl.attributeC11.frag.out
Test/baseResults/hlsl.buffer.frag.out
Test/baseResults/hlsl.constantbuffer.frag.out
Test/baseResults/hlsl.constructimat.frag.out
Test/baseResults/hlsl.coverage.frag.out
Test/baseResults/hlsl.emptystructreturn.frag.out
Test/baseResults/hlsl.emptystructreturn.vert.out
Test/baseResults/hlsl.float1.frag.out
Test/baseResults/hlsl.gatherRGBA.offset.dx10.frag.out
Test/baseResults/hlsl.gatherRGBA.offsetarray.dx10.frag.out
Test/baseResults/hlsl.intrinsics.comp.out
Test/baseResults/hlsl.intrinsics.evalfns.frag.out
Test/baseResults/hlsl.intrinsics.frag.out
Test/baseResults/hlsl.intrinsics.vert.out
Test/baseResults/hlsl.matNx1.frag.out
Test/baseResults/hlsl.matType.bool.frag.out
Test/baseResults/hlsl.matType.frag.out
Test/baseResults/hlsl.matType.int.frag.out
Test/baseResults/hlsl.matrixSwizzle.vert.out
Test/baseResults/hlsl.namespace.frag.out
Test/baseResults/hlsl.samplebias.offset.dx10.frag.out
Test/baseResults/hlsl.samplebias.offsetarray.dx10.frag.out
Test/baseResults/hlsl.samplecmp.array.dx10.frag.out
Test/baseResults/hlsl.samplecmp.basic.dx10.frag.out
Test/baseResults/hlsl.samplecmp.offset.dx10.frag.out
Test/baseResults/hlsl.samplecmp.offsetarray.dx10.frag.out
Test/baseResults/hlsl.samplecmplevelzero.array.dx10.frag.out
Test/baseResults/hlsl.samplecmplevelzero.basic.dx10.frag.out
Test/baseResults/hlsl.samplecmplevelzero.offset.dx10.frag.out
Test/baseResults/hlsl.samplecmplevelzero.offsetarray.dx10.frag.out
Test/baseResults/hlsl.semantic.geom.out
Test/baseResults/hlsl.struct.split.assign.frag.out
Test/baseResults/hlsl.structbuffer.append.fn.frag.out
Test/baseResults/hlsl.structbuffer.atomics.frag.out
Test/baseResults/hlsl.structbuffer.byte.frag.out
Test/baseResults/hlsl.structbuffer.coherent.frag.out
Test/baseResults/hlsl.structbuffer.fn.frag.out
Test/baseResults/hlsl.structbuffer.frag.out
Test/baseResults/hlsl.structbuffer.rw.frag.out
Test/baseResults/hlsl.structbuffer.rwbyte.frag.out
Test/baseResults/hlsl.texture.struct.frag.out
Test/baseResults/hlsl.tristream-append.geom.out
Test/baseResults/spv.130.frag.out
Test/baseResults/spv.140.frag.out
Test/baseResults/spv.150.geom.out
Test/baseResults/spv.400.frag.out
Test/baseResults/spv.420.geom.out
Test/baseResults/spv.AofA.frag.out
Test/baseResults/spv.atomicInt64.comp.out
Test/baseResults/spv.builtInXFB.vert.out
Test/baseResults/spv.controlFlowAttributes.frag.out
Test/baseResults/spv.debugInfo.1.1.frag.out
Test/baseResults/spv.explicittypes.frag.out
Test/baseResults/spv.float16.frag.out
Test/baseResults/spv.float16Fetch.frag.out
Test/baseResults/spv.float32.frag.out
Test/baseResults/spv.float64.frag.out
Test/baseResults/spv.image.frag.out
Test/baseResults/spv.imageLoadStoreLod.frag.out
Test/baseResults/spv.int16.amd.frag.out
Test/baseResults/spv.int16.frag.out
Test/baseResults/spv.int32.frag.out
Test/baseResults/spv.int8.frag.out
Test/baseResults/spv.memoryQualifier.frag.out
Test/baseResults/spv.multiviewPerViewAttributes.tesc.out
Test/baseResults/spv.newTexture.frag.out
Test/baseResults/spv.paramMemory.frag.out
Test/baseResults/spv.queryL.frag.out
Test/baseResults/spv.sampleMaskOverrideCoverage.frag.out
Test/baseResults/spv.separate.frag.out
Test/baseResults/spv.shaderBallotAMD.comp.out
Test/baseResults/spv.sparseTexture.frag.out
Test/baseResults/spv.sparseTextureClamp.frag.out
Test/baseResults/spv.stereoViewRendering.tesc.out
Test/baseResults/spv.subgroupPartitioned.comp.out
Test/baseResults/spv.textureGatherBiasLod.frag.out
Test/baseResults/spv.viewportArray2.tesc.out
Test/baseResults/spv.vulkan110.int16.frag.out
Test/baseResults/spv.xfb.vert.out
Test/baseResults/spv.xfb2.vert.out
Test/baseResults/spv.xfb3.vert.out
known_good.json [changed mode: 0644->0755]