glslang/Test
John Kessenich 89df3c2dcb Merge pull request #572 from steve-lunarg/numthreads
HLSL: implement numthreads for compute shaders
2016-11-01 00:25:06 -06:00
..
baseResults Merge pull request #572 from steve-lunarg/numthreads 2016-11-01 00:25:06 -06:00
100.conf Fix line endings in Test/100.conf. 2016-03-03 12:12:07 -05:00
100.frag Front-end: Implement GL_EXT_shader_non_constant_global_initializers. 2016-06-17 12:43:31 -06:00
100Limits.vert
100scope.vert
110scope.vert
120.frag
120.vert Fix issue #388. 2016-07-19 15:13:47 -06:00
130.frag
130.vert
140.frag
140.vert
150.frag
150.geom
150.tesc
150.tese
150.vert
300.frag Semantics: Catch nested types containing 'int' with non-'flat' interpolation. 2015-12-22 16:39:07 -07:00
300.vert
300block.frag
300BuiltIns.frag
300layout.frag
300layout.vert
300link2.frag
300link3.frag
300link.frag
300operations.frag
300scope.vert
310.comp Front-end ESSL: require precision declarations for images. 2016-06-14 22:12:20 -06:00
310.frag Front-end ESSL: require precision declarations for images. 2016-06-14 22:12:20 -06:00
310.geom
310.tesc
310.tese
310.vert Front-end ESSL: require precision declarations for images. 2016-06-14 22:12:20 -06:00
310AofA.vert
310implicitSizeArrayError.vert
330.frag Front-end: Fix issue #147: ensure layout(index=N) has N in [0,1]. 2016-06-05 17:25:34 -06:00
330comp.frag
400.frag Semantics: Spec. changing to reflect reality of int/uint conversion for |^&. 2016-01-22 15:40:24 -07:00
400.geom Doubles: Add all the missing built-in double-based prototypes. 2016-01-16 20:37:43 -07:00
400.tesc Parser: Precise: Recognize 'precise', tag types, and do related semantic checking. 2016-05-04 12:54:56 -06:00
400.tese
400.vert Front-end: Add a function selector under implicit type conversion. 2016-08-21 14:26:27 -06:00
410.geom
410.tesc
410.vert Front-end: Fix issue #146: which versions allow double in/out. 2016-06-05 18:52:05 -06:00
420_size_gl_in.geom
420.comp Front-end: Complete GL_ARB_compute_shader, previous commit was missing new barriers. 2016-05-30 19:38:39 -06:00
420.frag Fix issue #382: Detect implicitly-sized atomic_uint arrays. 2016-07-19 15:50:58 -06:00
420.geom
420.tesc
420.tese Front-ends GLSL/HLSL: Fix initializer lists for structs of one member. 2016-07-29 18:29:06 -06:00
420.vert Front-end: Fix issue #409, check for implicitly-sized binding arrays. 2016-07-27 14:55:06 -06:00
430.comp
430.vert
430AofA.frag
430scope.vert
440.frag
440.vert Tests: Test base case for fixing issue #443. 2016-08-08 15:29:25 -06:00
450.comp
450.frag Parser: Redeclaration of gl_CullDistance is disallowed mistakenly. 2016-05-19 12:26:27 +08:00
450.geom
450.tesc
450.tese
450.vert
aggOps.frag
always-discard2.frag
always-discard.frag
array100.frag
array.frag
atomic_uint.frag
badChars.frag
badMacroArgs.frag Fix issue #391: input stack underflow on too few macro arguments. 2016-07-19 14:32:52 -06:00
bump
comment.frag
conditionalDiscard.frag
constErrors.frag
constFold.frag Front-end: Implement compile-time constant folding for any() and all(). 2016-07-12 01:27:48 -06:00
conversion.frag
cppBad.vert PP: Fix issue #407; handle empty identifier. 2016-07-30 13:39:52 -06:00
cppComplexExpr.vert
cppIndent.vert Fix issue #391: input stack underflow on too few macro arguments. 2016-07-19 14:32:52 -06:00
cppNest.vert
cppSimple.vert
dataOut.frag
dataOutIndirect.frag
dce.frag
decls.frag
deepRvalue.frag
depthOut.frag
discard-dce.frag
doWhileLoop.frag
earlyReturnDiscard.frag
empty2.frag
empty3.frag
empty.frag
errors.frag
es-link1.frag Add test case: Link 2 ESSL fragment shader units 2016-05-24 13:15:01 +02:00
es-link2.frag Add test case: Link 2 ESSL fragment shader units 2016-05-24 13:15:01 +02:00
flowControl.frag
forLoop.frag
forwardRef.frag
functionCall.frag
functionSemantics.frag Front-end: Add missing rule for function-return implicit type conversion check. 2016-06-28 23:56:31 -06:00
glslangValidator
glspv.esversion.vert SPV: Further refine OpenGL vs. Vulkan differences for SPIR-V. 2016-07-07 19:27:15 -06:00
glspv.frag SPV: Further refine OpenGL vs. Vulkan differences for SPIR-V. 2016-07-07 19:27:15 -06:00
glspv.version.frag SPV: Further refine OpenGL vs. Vulkan differences for SPIR-V. 2016-07-07 19:27:15 -06:00
glspv.version.vert SPV: Further refine OpenGL vs. Vulkan differences for SPIR-V. 2016-07-07 19:27:15 -06:00
glspv.vert SPV: Further refine OpenGL vs. Vulkan differences for SPIR-V. 2016-07-07 19:27:15 -06:00
hlsl.amend.frag Add amend ability for anonymous blocks, so they can grow between function bodies. 2016-09-29 23:59:26 -06:00
hlsl.array.flatten.frag HLSL Tests: Tests for previous commit, to make it easier to see what's changing. 2016-09-29 10:25:15 -06:00
hlsl.array.frag HLSL: Basic array grammar. 2016-06-19 11:50:34 -06:00
hlsl.array.implicit-size.frag HLSL: allow multi-dimensional arrays 2016-10-13 12:32:04 -06:00
hlsl.array.multidim.frag HLSL: allow multi-dimensional arrays 2016-10-13 12:32:04 -06:00
hlsl.assoc.frag Tests: Add a set of gtest-file-based HLSL tests. 2016-05-16 17:39:50 -06:00
hlsl.attribute.frag HLSL: Error if funcion with return type doesn't return a value. 2016-09-02 19:13:36 -06:00
hlsl.basic.comp HLSL: Turn on tests for groupshared. 2016-10-16 12:22:20 -06:00
hlsl.buffer.frag HLSL: Reverse what the driver is told about row/column majorness, matching the row-column reversal. 2016-09-25 20:26:03 -06:00
hlsl.calculatelod.dx10.frag HLSL: Add CalculateLevelOfDetail, and unimplemented errors for *Unclamped and GetSamplePosition 2016-07-27 10:46:33 -06:00
hlsl.calculatelodunclamped.dx10.frag HLSL: Add CalculateLevelOfDetail, and unimplemented errors for *Unclamped and GetSamplePosition 2016-07-27 10:46:33 -06:00
hlsl.cast.frag HLSL: 1) Implement lookahead buffers/stacks for token advance/recede, 2) use it for cast operation. 2016-06-03 16:57:53 -06:00
hlsl.comparison.vec.frag HLSL: Enable component-wise vector comparisons from operators 2016-10-26 08:50:10 -06:00
hlsl.conditional.frag HLSL: Implement ?: grammar productions. 2016-07-27 10:39:57 -06:00
hlsl.constructexpr.frag HLSL: Fix a grammar error related to constructors in parenthetical expressions 2016-07-30 08:09:09 -06:00
hlsl.depthGreater.frag HLSL: Handle greater/less depth modes. Fixes issue #489. 2016-09-02 20:05:52 -06:00
hlsl.depthLess.frag HLSL: Handle greater/less depth modes. Fixes issue #489. 2016-09-02 20:05:52 -06:00
hlsl.discard.frag HLSL: Error if funcion with return type doesn't return a value. 2016-09-02 19:13:36 -06:00
hlsl.doLoop.frag HLSL: Enable component-wise vector comparisons from operators 2016-10-26 08:50:10 -06:00
hlsl.entry-in.frag HLSL: Intercept flatten aggregates passed to a function input, and copy member-by-member. 2016-09-19 00:06:19 -06:00
hlsl.entry-out.frag HLSL: Handle flattened I/O structs passed to function *out* parameters. 2016-10-01 17:11:21 -06:00
hlsl.flatten.return.frag HLSL: fix for flattening assignments from non-symbol R-values. 2016-10-04 17:07:45 -06:00
hlsl.float1.frag HLSL Tests: Tests for previous commit, to make it easier to see what's changing. 2016-09-29 10:25:15 -06:00
hlsl.float4.frag HLSL Tests: Tests for previous commit, to make it easier to see what's changing. 2016-09-29 10:25:15 -06:00
hlsl.forLoop.frag HLSL: Enable component-wise vector comparisons from operators 2016-10-26 08:50:10 -06:00
hlsl.frag HLSL: Add function call syntax and AST building. 2016-05-13 09:33:42 -06:00
hlsl.gather.array.dx10.frag HLSL: Add gather, improve proto generator machine for upcoming 2DMS/Shadow 2016-07-22 12:46:11 -06:00
hlsl.gather.basic.dx10.frag HLSL: Add gather, improve proto generator machine for upcoming 2DMS/Shadow 2016-07-22 12:46:11 -06:00
hlsl.gather.basic.dx10.vert HLSL: Add gather, improve proto generator machine for upcoming 2DMS/Shadow 2016-07-22 12:46:11 -06:00
hlsl.gather.offset.dx10.frag HLSL: Add gather, improve proto generator machine for upcoming 2DMS/Shadow 2016-07-22 12:46:11 -06:00
hlsl.gather.offsetarray.dx10.frag HLSL: Add gather, improve proto generator machine for upcoming 2DMS/Shadow 2016-07-22 12:46:11 -06:00
hlsl.gathercmpRGBA.array.dx10.frag HLSL: Add GatherRed/Green/Blue/Alpha methods, inc 4-offset forms 2016-08-03 13:34:39 -06:00
hlsl.gathercmpRGBA.basic.dx10.frag HLSL: Add GatherRed/Green/Blue/Alpha methods, inc 4-offset forms 2016-08-03 13:34:39 -06:00
hlsl.gathercmpRGBA.offset.dx10.frag HLSL: Add GatherRed/Green/Blue/Alpha methods, inc 4-offset forms 2016-08-03 13:34:39 -06:00
hlsl.gathercmpRGBA.offsetarray.dx10.frag HLSL: Add GatherRed/Green/Blue/Alpha methods, inc 4-offset forms 2016-08-03 13:34:39 -06:00
hlsl.gatherRGBA.array.dx10.frag HLSL: Add GatherRed/Green/Blue/Alpha methods, inc 4-offset forms 2016-08-03 13:34:39 -06:00
hlsl.gatherRGBA.basic.dx10.frag HLSL: Add GatherRed/Green/Blue/Alpha methods, inc 4-offset forms 2016-08-03 13:34:39 -06:00
hlsl.gatherRGBA.offset.dx10.frag HLSL: Add GatherRed/Green/Blue/Alpha methods, inc 4-offset forms 2016-08-03 13:34:39 -06:00
hlsl.gatherRGBA.offsetarray.dx10.frag HLSL: Add GatherRed/Green/Blue/Alpha methods, inc 4-offset forms 2016-08-03 13:34:39 -06:00
hlsl.getdimensions.dx10.frag HLSL: add 2DMS texture formats, and matching Load / GetDimensions support 2016-07-27 07:37:21 -06:00
hlsl.getdimensions.dx10.vert HLSL: Add tx.GetDimensions method (uint returns only) 2016-07-18 16:40:21 -06:00
hlsl.getdimensions.rw.dx10.frag HLSL: phase 1: add RWTexture and RWBuffer 2016-10-06 10:51:52 -06:00
hlsl.getsampleposition.dx10.frag HLSL: Add CalculateLevelOfDetail, and unimplemented errors for *Unclamped and GetSamplePosition 2016-07-27 10:46:33 -06:00
hlsl.if.frag HLSL: Enable component-wise vector comparisons from operators 2016-10-26 08:50:10 -06:00
hlsl.init2.frag HLSL: allow trailing commas in initializer lists & scalar initialization 2016-07-30 10:47:33 -06:00
hlsl.init.frag HLSL Tests: Tests for previous commit, to make it easier to see what's changing. 2016-09-29 10:25:15 -06:00
hlsl.inoutquals.frag HLSL: Support SV_Coverage and SV_DispatchThreadId; catch SV_GroupIndex. 2016-10-16 12:12:11 -06:00
hlsl.intrinsics.barriers.comp Add HLSL memory barrier intrinsics, fix dst, add lit & EvaluateAttributeSnapped 2016-06-20 09:53:59 -06:00
hlsl.intrinsics.comp HLSL: Turn on tests for groupshared. 2016-10-16 12:22:20 -06:00
hlsl.intrinsics.double.frag Add asdouble, fma, & mad intrinsics and change profile to allow doubles when parsing prototypes 2016-06-28 15:38:38 -06:00
hlsl.intrinsics.evalfns.frag Add HLSL memory barrier intrinsics, fix dst, add lit & EvaluateAttributeSnapped 2016-06-20 09:53:59 -06:00
hlsl.intrinsics.f1632.frag HLSL: Change intrinsics tests to not use overloaded entry points 2016-06-30 14:13:03 -06:00
hlsl.intrinsics.frag HLSL: Turn on tests for groupshared. 2016-10-16 12:22:20 -06:00
hlsl.intrinsics.lit.frag Add HLSL memory barrier intrinsics, fix dst, add lit & EvaluateAttributeSnapped 2016-06-20 09:53:59 -06:00
hlsl.intrinsics.negative.comp HLSL: Put intrinsics in symbol table for all stages 2016-08-11 07:29:30 -06:00
hlsl.intrinsics.negative.frag HLSL: Change intrinsics tests to not use overloaded entry points 2016-06-30 14:13:03 -06:00
hlsl.intrinsics.negative.vert HLSL Tests: Tests for previous commit, to make it easier to see what's changing. 2016-09-29 10:25:15 -06:00
hlsl.intrinsics.vert HLSL: Change intrinsics tests to not use overloaded entry points 2016-06-30 14:13:03 -06:00
hlsl.layout.frag HLSL: Accept layout(...) also as a post-decl. Issue #454. 2016-09-05 14:37:03 -06:00
hlsl.load.2dms.dx10.frag HLSL: add 2DMS texture formats, and matching Load / GetDimensions support 2016-07-27 07:37:21 -06:00
hlsl.load.array.dx10.frag HLSL: Add texture Load method & decomposition 2016-07-21 09:42:35 -06:00
hlsl.load.basic.dx10.frag HLSL: Add texture Load method & decomposition 2016-07-21 09:42:35 -06:00
hlsl.load.basic.dx10.vert HLSL: add 2DMS texture formats, and matching Load / GetDimensions support 2016-07-27 07:37:21 -06:00
hlsl.load.buffer.dx10.frag HLSL: add Buffer support for Load method 2016-07-27 15:57:31 -06:00
hlsl.load.buffer.float.dx10.frag HLSL: phase 3a: Add sub-vec4 rwtexture formats (qualifier.layoutFormat) 2016-10-14 18:44:32 -06:00
hlsl.load.offset.dx10.frag HLSL: Add texture Load method & decomposition 2016-07-21 09:42:35 -06:00
hlsl.load.offsetarray.dx10.frag HLSL: Add texture Load method & decomposition 2016-07-21 09:42:35 -06:00
hlsl.load.rwbuffer.dx10.frag HLSL: phase 1: add RWTexture and RWBuffer 2016-10-06 10:51:52 -06:00
hlsl.load.rwtexture.array.dx10.frag HLSL: phase 1: add RWTexture and RWBuffer 2016-10-06 10:51:52 -06:00
hlsl.load.rwtexture.dx10.frag HLSL: phase 1: add RWTexture and RWBuffer 2016-10-06 10:51:52 -06:00
hlsl.logical.binary.frag HLSL: Fix unary and binary operator type conversion issues 2016-10-18 16:56:37 -06:00
hlsl.logical.binary.vec.frag HLSL: allow component-wise operations for logical || and &&. 2016-10-26 12:54:56 -06:00
hlsl.logical.unary.frag HLSL: Fix unary and binary operator type conversion issues 2016-10-18 16:56:37 -06:00
hlsl.matrixindex.frag WIP: HLSL: Treat HLSL rows as GLSL columns. 2016-09-09 12:02:42 -06:00
hlsl.matType.frag HLSL: Error if funcion with return type doesn't return a value. 2016-09-02 19:13:36 -06:00
hlsl.max.frag Tests: Add a set of gtest-file-based HLSL tests. 2016-05-16 17:39:50 -06:00
hlsl.mintypes.frag HLSL: Add min*{float,int,uint} types 2016-10-31 12:46:05 -06:00
hlsl.multiEntry.vert HLSL: Handle "fake" entry points, by undoing their built-in variable declarations. 2016-09-02 20:24:07 -06:00
hlsl.multiReturn.frag HLSL: Do structure conversion for return type struct-punning on non-entry-point functions. 2016-10-06 13:06:13 -06:00
hlsl.numericsuffixes.frag HLSL: allow uint literals, and add test for numeric suffixes 2016-07-28 14:49:48 -06:00
hlsl.numthreads.comp HLSL: implement numthreads for compute shaders 2016-10-31 09:28:17 -06:00
hlsl.overload.frag HLSL: Include shape-changing conversions in overloaded signature selection. 2016-08-25 23:57:39 -06:00
hlsl.pp.line.frag HLSL: enable #line extension by default for HLSL source. 2016-07-23 10:45:00 -06:00
hlsl.precedence2.frag Tests: Add a set of gtest-file-based HLSL tests. 2016-05-16 17:39:50 -06:00
hlsl.precedence.frag HLSL: Fix binary-expression associativity and termination issue. 2016-07-28 21:48:25 -06:00
hlsl.precise.frag HLSL Tests: Tests for previous commit, to make it easier to see what's changing. 2016-09-29 10:25:15 -06:00
hlsl.promote.binary.frag HLSL: Fix unary and binary operator type conversion issues 2016-10-18 16:56:37 -06:00
hlsl.promotions.frag HLSL: add implicit promotions for assignments and function returns. 2016-08-09 13:48:47 -06:00
hlsl.reflection.binding.frag add reflection queries to return a TType. Fix minor issue with interface names. 2016-10-02 16:57:58 -06:00
hlsl.reflection.vert HLSL: Turn on reflection, with basic test file, to catch regressions. 2016-09-19 23:12:48 -06:00
hlsl.rw.atomics.frag HLSL: phase 4 of rwtexture support: add image atomics 2016-10-19 10:25:23 -06:00
hlsl.rw.bracket.frag HLSL: phase 2d: minor cleanup, & allow operator[] on non-rw textures 2016-10-12 12:39:44 -06:00
hlsl.rw.scalar.bracket.frag HLSL: phase 3a: Add sub-vec4 rwtexture formats (qualifier.layoutFormat) 2016-10-14 18:44:32 -06:00
hlsl.rw.vec2.bracket.frag HLSL: phase 3a: Add sub-vec4 rwtexture formats (qualifier.layoutFormat) 2016-10-14 18:44:32 -06:00
hlsl.sample.array.dx10.frag HLSL: Add SampleBias and SampleGrad, and associated tests 2016-07-15 11:38:49 -06:00
hlsl.sample.basic.dx10.frag HLSL: Add SampleBias and SampleGrad, and associated tests 2016-07-15 11:38:49 -06:00
hlsl.sample.offset.dx10.frag HLSL: Add SampleBias and SampleGrad, and associated tests 2016-07-15 11:38:49 -06:00
hlsl.sample.offsetarray.dx10.frag HLSL: Add SampleBias and SampleGrad, and associated tests 2016-07-15 11:38:49 -06:00
hlsl.sample.sub-vec4.dx10.frag HLSL: phase 3b: Texture methods remember and return vector size. 2016-10-14 18:44:32 -06:00
hlsl.samplebias.array.dx10.frag HLSL: Add SampleBias and SampleGrad, and associated tests 2016-07-15 11:38:49 -06:00
hlsl.samplebias.basic.dx10.frag HLSL: Add SampleBias and SampleGrad, and associated tests 2016-07-15 11:38:49 -06:00
hlsl.samplebias.offset.dx10.frag HLSL: Add SampleBias and SampleGrad, and associated tests 2016-07-15 11:38:49 -06:00
hlsl.samplebias.offsetarray.dx10.frag HLSL: Add SampleBias and SampleGrad, and associated tests 2016-07-15 11:38:49 -06:00
hlsl.samplecmp.array.dx10.frag HLSL: Add SampleCmp and SampleCmpLevelZero texture methods 2016-07-20 09:57:03 -06:00
hlsl.samplecmp.basic.dx10.frag HLSL: Add SampleCmp and SampleCmpLevelZero texture methods 2016-07-20 09:57:03 -06:00
hlsl.samplecmp.offset.dx10.frag HLSL: Add SampleCmp and SampleCmpLevelZero texture methods 2016-07-20 09:57:03 -06:00
hlsl.samplecmp.offsetarray.dx10.frag HLSL: Add SampleCmp and SampleCmpLevelZero texture methods 2016-07-20 09:57:03 -06:00
hlsl.samplecmplevelzero.array.dx10.frag HLSL: Add SampleCmp and SampleCmpLevelZero texture methods 2016-07-20 09:57:03 -06:00
hlsl.samplecmplevelzero.basic.dx10.frag HLSL: Add SampleCmp and SampleCmpLevelZero texture methods 2016-07-20 09:57:03 -06:00
hlsl.samplecmplevelzero.offset.dx10.frag HLSL: Add SampleCmp and SampleCmpLevelZero texture methods 2016-07-20 09:57:03 -06:00
hlsl.samplecmplevelzero.offsetarray.dx10.frag HLSL: Add SampleCmp and SampleCmpLevelZero texture methods 2016-07-20 09:57:03 -06:00
hlsl.samplegrad.array.dx10.frag HLSL: Add SampleBias and SampleGrad, and associated tests 2016-07-15 11:38:49 -06:00
hlsl.samplegrad.basic.dx10.frag HLSL: Add SampleBias and SampleGrad, and associated tests 2016-07-15 11:38:49 -06:00
hlsl.samplegrad.basic.dx10.vert HLSL: Add SampleBias and SampleGrad, and associated tests 2016-07-15 11:38:49 -06:00
hlsl.samplegrad.offset.dx10.frag HLSL: Add SampleBias and SampleGrad, and associated tests 2016-07-15 11:38:49 -06:00
hlsl.samplegrad.offsetarray.dx10.frag HLSL: Add SampleBias and SampleGrad, and associated tests 2016-07-15 11:38:49 -06:00
hlsl.samplelevel.array.dx10.frag HLSL: Add gather, improve proto generator machine for upcoming 2DMS/Shadow 2016-07-22 12:46:11 -06:00
hlsl.samplelevel.basic.dx10.frag HLSL: Add SampleLevel method 2016-07-21 15:02:30 -06:00
hlsl.samplelevel.basic.dx10.vert HLSL: Add SampleLevel method 2016-07-21 15:02:30 -06:00
hlsl.samplelevel.offset.dx10.frag HLSL: Add SampleLevel method 2016-07-21 15:02:30 -06:00
hlsl.samplelevel.offsetarray.dx10.frag HLSL: Add SampleLevel method 2016-07-21 15:02:30 -06:00
hlsl.scope.frag HLSL: Error if funcion with return type doesn't return a value. 2016-09-02 19:13:36 -06:00
hlsl.semicolons.frag HLSL: allow semicolons between global scope declarations. 2016-08-03 07:08:06 -06:00
hlsl.shapeConv.frag HLSL: Enable component-wise vector comparisons from operators 2016-10-26 08:50:10 -06:00
hlsl.shapeConvRet.frag HLSL: Add shape conversions for return values. 2016-10-06 16:56:54 -06:00
hlsl.sin.frag Tests: Add a set of gtest-file-based HLSL tests. 2016-05-16 17:39:50 -06:00
hlsl.string.frag HLSL: Move to correct parsing of annotations, improving all annotations and recent string grammar. 2016-09-20 13:22:58 -06:00
hlsl.stringtoken.frag HLSL: Add EHTokStringConstant, so that string attributes may be parsed 2016-08-22 17:13:17 -06:00
hlsl.struct.frag HLSL: phase 2e: introduce lower level addBinaryNode/UnaryNode fns 2016-10-12 12:39:44 -06:00
hlsl.structin.vert HLSL: Improve setting and testing of interpolation qualifiers. 2016-09-16 18:05:44 -06:00
hlsl.switch.frag HLSL: Implement switch/case/default. 2016-07-01 00:04:11 -06:00
hlsl.swizzle.frag HLSL Tests: Tests for previous commit, to make it easier to see what's changing. 2016-09-29 10:25:15 -06:00
hlsl.templatetypes.frag HLSL: Add template style constructors for vector & matrix types 2016-07-01 13:59:36 -06:00
hlsl.templatetypes.negative.frag HLSL: Add template style constructors for vector & matrix types 2016-07-01 13:59:36 -06:00
hlsl.tx.bracket.frag HLSL: phase 2d: minor cleanup, & allow operator[] on non-rw textures 2016-10-12 12:39:44 -06:00
hlsl.typedef.frag HLSL: Add typedef grammar and production. 2016-07-05 00:02:40 -06:00
hlsl.void.frag HLSL: Error if funcion with return type doesn't return a value. 2016-09-02 19:13:36 -06:00
hlsl.whileLoop.frag HLSL: Enable component-wise vector comparisons from operators 2016-10-26 08:50:10 -06:00
length.frag
lineContinuation100.vert
lineContinuation.vert
link1.frag
link2.frag
link3.frag
localAggregates.frag
loops.frag
loopsArtificial.frag
mains1.frag
mains2.frag
mains.frag
makeDoc
matrix2.frag
matrix.frag
matrixError.vert
max_vertices_0.geom
maxClipDistances.vert Front-end: allow max size built-in arrays like gl_ClipDistance 2016-06-27 12:44:15 +02:00
negativeArraySize.comp fix check for non-positive array size 2016-05-09 17:07:04 -06:00
newTexture.frag
noMain1.geom
noMain2.geom
noMain.vert
nonSquare.vert
nonVulkan.frag Vulkan: Add the #define VULKAN 100 when compiled for Vulkan. 2016-05-03 21:18:59 -06:00
numeral.frag
Operations.frag Semantics: Spec. changing to reflect reality of int/uint conversion for |^&. 2016-01-22 15:40:24 -07:00
pointCoord.frag
precise_struct_block.vert integer type operation should not be noContraction 2016-05-09 10:46:40 -04:00
precise.tesc integer type operation should not be noContraction 2016-05-09 10:46:40 -04:00
precision.frag
precision.vert
prepost.frag
preprocessor.cpp_style___FILE__.vert
preprocessor.cpp_style_line_directive.vert
preprocessor.defined.vert
preprocessor.edge_cases.vert
preprocessor.eof_missing.vert Fix the infinite loop when an input file lacks EOF 2016-04-27 10:05:57 -04:00
preprocessor.errors.vert
preprocessor.extensions.vert
preprocessor.function_macro.vert
preprocessor.include.disabled.vert
preprocessor.include.enabled.vert
preprocessor.line.frag
preprocessor.line.vert
preprocessor.many.endif.vert Fix array out of bounds bug in processing if-else-endif macros. 2016-03-09 15:11:56 -05:00
preprocessor.pragma.vert
preprocessor.simple.vert PP: Add missing atoms that effect -E mode. 2016-08-04 22:46:19 -06:00
preprocessor.success_if_parse_would_fail.vert
recurse1.frag
recurse1.vert
recurse2.frag
reflection.vert Update test cases for vertex attribute reflection 2016-05-19 09:30:29 +02:00
remap.basic.dcefunc.frag WIP: SPV Remapper: add remapper test framework 2016-08-25 10:46:51 -06:00
remap.basic.everything.frag WIP: SPV Remapper: add remapper test framework 2016-08-25 10:46:51 -06:00
remap.basic.none.frag WIP: SPV Remapper: add remapper test framework 2016-08-25 10:46:51 -06:00
remap.basic.strip.frag WIP: SPV Remapper: add remapper test framework 2016-08-25 10:46:51 -06:00
remap.hlsl.sample.basic.everything.frag WIP: SPV Remapper: add remapper test framework 2016-08-25 10:46:51 -06:00
remap.hlsl.sample.basic.none.frag WIP: SPV Remapper: add remapper test framework 2016-08-25 10:46:51 -06:00
remap.hlsl.sample.basic.strip.frag WIP: SPV Remapper: add remapper test framework 2016-08-25 10:46:51 -06:00
remap.hlsl.templatetypes.everything.frag HLSL: Do structure conversion for return type struct-punning on non-entry-point functions. 2016-10-06 13:06:13 -06:00
remap.hlsl.templatetypes.none.frag HLSL: Do structure conversion for return type struct-punning on non-entry-point functions. 2016-10-06 13:06:13 -06:00
remap.if.everything.frag WIP: SPV Remapper: add remapper test framework 2016-08-25 10:46:51 -06:00
remap.if.none.frag WIP: SPV Remapper: add remapper test framework 2016-08-25 10:46:51 -06:00
remap.literal64.everything.spv WIP: SPV Remapper: add remapper test framework 2016-08-25 10:46:51 -06:00
remap.literal64.none.spv WIP: SPV Remapper: add remapper test framework 2016-08-25 10:46:51 -06:00
remap.similar_1a.everything.frag WIP: SPV Remapper: add remapper test framework 2016-08-25 10:46:51 -06:00
remap.similar_1a.none.frag WIP: SPV Remapper: add remapper test framework 2016-08-25 10:46:51 -06:00
remap.similar_1b.everything.frag WIP: SPV Remapper: add remapper test framework 2016-08-25 10:46:51 -06:00
remap.similar_1b.none.frag WIP: SPV Remapper: add remapper test framework 2016-08-25 10:46:51 -06:00
remap.switch.everything.frag WIP: SPV Remapper: add remapper test framework 2016-08-25 10:46:51 -06:00
remap.switch.none.frag WIP: SPV Remapper: add remapper test framework 2016-08-25 10:46:51 -06:00
remap.uniformarray.everything.frag WIP: SPV Remapper: add remapper test framework 2016-08-25 10:46:51 -06:00
remap.uniformarray.none.frag WIP: SPV Remapper: add remapper test framework 2016-08-25 10:46:51 -06:00
runtests add reflection queries to return a TType. Fix minor issue with interface names. 2016-10-02 16:57:58 -06:00
sample.frag
sample.frag.out SPV: Fix array strides by explicitly computing them in the getBaseAlignment() algorithm. 2015-12-29 19:20:55 -07:00
sample.vert
sample.vert.out SPV: Fix array strides by explicitly computing them in the getBaseAlignment() algorithm. 2015-12-29 19:20:55 -07:00
simpleFunctionCall.frag
specExamples.frag
specExamples.vert
spv.100ops.frag SPV: Implement Vulkan version of GLSL (KHR_vulkan_glsl). 2016-02-15 21:46:55 -07:00
spv.130.frag SPV: Implement Vulkan version of GLSL (KHR_vulkan_glsl). 2016-02-15 21:46:55 -07:00
spv.140.frag
spv.150.geom
spv.150.vert SPV: Implement Vulkan version of GLSL (KHR_vulkan_glsl). 2016-02-15 21:46:55 -07:00
spv.300BuiltIns.vert SPV: Implement Vulkan version of GLSL (KHR_vulkan_glsl). 2016-02-15 21:46:55 -07:00
spv.300layout.frag SPV: Require desktop 140 or ES 310 or above. 2016-01-22 17:47:22 -07:00
spv.300layout.vert SPV: Implement Vulkan version of GLSL (KHR_vulkan_glsl). 2016-02-15 21:46:55 -07:00
spv.300layoutp.vert SPV: Implement Vulkan version of GLSL (KHR_vulkan_glsl). 2016-02-15 21:46:55 -07:00
spv.310.bitcast.frag Front-end: Make ES floatBitsToInt/intBitsToFloat/etc. all be highp. 2016-06-14 20:38:58 -06:00
spv.310.comp
spv.330.geom
spv.400.frag SPV: PrimitiveId in frag shader will emit Geometry capability 2016-09-27 10:35:09 +02:00
spv.400.tesc
spv.400.tese
spv.420.geom SPV: Implement Vulkan version of GLSL (KHR_vulkan_glsl). 2016-02-15 21:46:55 -07:00
spv.430.frag SPV: Fix issue #376; declare Geometry capability for fragment use of gl_Layer. 2016-07-08 14:05:15 -06:00
spv.430.vert SPV: Fix 'location' inheritance bug. 2016-02-19 12:21:50 -07:00
spv.450.tesc Tests: Add some location-decoration tests, to aid PR #422. 2016-08-05 15:19:46 -06:00
spv.accessChain.frag SPV: Support simultaneous l-value swizzle and dynamic component selection. 2016-09-14 14:43:55 +08:00
spv.aggOps.frag SPV: Implement Vulkan version of GLSL (KHR_vulkan_glsl). 2016-02-15 21:46:55 -07:00
spv.always-discard2.frag SPV: Require desktop 140 or ES 310 or above. 2016-01-22 17:47:22 -07:00
spv.always-discard.frag SPV: Require desktop 140 or ES 310 or above. 2016-01-22 17:47:22 -07:00
spv.AofA.frag SPV: Implement Vulkan version of GLSL (KHR_vulkan_glsl). 2016-02-15 21:46:55 -07:00
spv.atomic.comp SPV: Turn on atomic-storage functionality for SPIR-V. 2016-07-07 17:40:35 -06:00
spv.bitCast.frag SPV: Implement Vulkan version of GLSL (KHR_vulkan_glsl). 2016-02-15 21:46:55 -07:00
spv.bool.vert
spv.boolInBlock.frag SPV: Continue to fix the issue of bool -> uint32 2016-03-03 14:38:51 +08:00
spv.branch-return.vert SPV: Implement Vulkan version of GLSL (KHR_vulkan_glsl). 2016-02-15 21:46:55 -07:00
spv.buffer.autoassign.frag Add a test for buffer auto-binding assignment. 2016-09-30 14:26:34 -06:00
spv.conditionalDiscard.frag
spv.conversion.frag SPV: Implement Vulkan version of GLSL (KHR_vulkan_glsl). 2016-02-15 21:46:55 -07:00
spv.dataOut.frag SPV: Require desktop 140 or ES 310 or above. 2016-01-22 17:47:22 -07:00
spv.dataOutIndirect.frag SPV: Implement Vulkan version of GLSL (KHR_vulkan_glsl). 2016-02-15 21:46:55 -07:00
spv.dataOutIndirect.vert SPV: Require desktop 140 or ES 310 or above. 2016-01-22 17:47:22 -07:00
spv.deepRvalue.frag
spv.depthOut.frag
spv.discard-dce.frag SPV: Require desktop 140 or ES 310 or above. 2016-01-22 17:47:22 -07:00
spv.do-simple.vert SPV: Require desktop 140 or ES 310 or above. 2016-01-22 17:47:22 -07:00
spv.do-while-continue-break.vert SPV: Require desktop 140 or ES 310 or above. 2016-01-22 17:47:22 -07:00
spv.double.comp SPV: Implement Vulkan version of GLSL (KHR_vulkan_glsl). 2016-02-15 21:46:55 -07:00
spv.doWhileLoop.frag SPV: Implement Vulkan version of GLSL (KHR_vulkan_glsl). 2016-02-15 21:46:55 -07:00
spv.earlyReturnDiscard.frag SPV: Implement Vulkan version of GLSL (KHR_vulkan_glsl). 2016-02-15 21:46:55 -07:00
spv.float16.frag Parser: Some function prototypes of interpolateAtXXX are incorrect. 2016-10-10 16:55:04 +08:00
spv.flowControl.frag SPV: Implement Vulkan version of GLSL (KHR_vulkan_glsl). 2016-02-15 21:46:55 -07:00
spv.for-complex-condition.vert Add Test/spv.for-complex-condition.vert. 2016-01-20 11:54:11 -05:00
spv.for-continue-break.vert SPV: Require desktop 140 or ES 310 or above. 2016-01-22 17:47:22 -07:00
spv.for-nobody.vert Test a for loop with no body. 2016-01-10 23:15:08 -05:00
spv.for-notest.vert Split loop header from condition testing for for/while loops. 2016-01-20 11:51:43 -05:00
spv.for-simple.vert SPV: Require desktop 140 or ES 310 or above. 2016-01-22 17:47:22 -07:00
spv.forLoop.frag SPV: Implement Vulkan version of GLSL (KHR_vulkan_glsl). 2016-02-15 21:46:55 -07:00
spv.forwardFun.frag SPV: Implement Vulkan version of GLSL (KHR_vulkan_glsl). 2016-02-15 21:46:55 -07:00
spv.functionCall.frag SPV: Implement Vulkan version of GLSL (KHR_vulkan_glsl). 2016-02-15 21:46:55 -07:00
spv.functionSemantics.frag SPV: Implement Vulkan version of GLSL (KHR_vulkan_glsl). 2016-02-15 21:46:55 -07:00
spv.glFragColor.frag SPV: Further refine OpenGL vs. Vulkan differences for SPIR-V. 2016-07-07 19:27:15 -06:00
spv.glsl.register.autoassign.frag GLSL: Add binding map tests 2016-09-26 17:02:44 -06:00
spv.glsl.register.noautoassign.frag GLSL: Add binding map tests 2016-09-26 17:02:44 -06:00
spv.image.frag SPV: Implement Vulkan version of GLSL (KHR_vulkan_glsl). 2016-02-15 21:46:55 -07:00
spv.int64.frag Preprocessor: UINT_MAX is translated to constant incorrectly. 2016-09-09 17:06:15 +08:00
spv.interpOps.frag SPV: Implement Vulkan version of GLSL (KHR_vulkan_glsl). 2016-02-15 21:46:55 -07:00
spv.intOps.vert
spv.layoutNested.vert SPV: Generalize multiple struct-type instances for interpolation/invariant qualifiers. 2015-12-24 10:30:13 -07:00
spv.length.frag SPV: Implement Vulkan version of GLSL (KHR_vulkan_glsl). 2016-02-15 21:46:55 -07:00
spv.localAggregates.frag SPV: Implement Vulkan version of GLSL (KHR_vulkan_glsl). 2016-02-15 21:46:55 -07:00
spv.loops.frag SPV: Implement Vulkan version of GLSL (KHR_vulkan_glsl). 2016-02-15 21:46:55 -07:00
spv.loopsArtificial.frag SPV: Implement Vulkan version of GLSL (KHR_vulkan_glsl). 2016-02-15 21:46:55 -07:00
spv.matFun.vert SPV: Implement Vulkan version of GLSL (KHR_vulkan_glsl). 2016-02-15 21:46:55 -07:00
spv.matrix2.frag
spv.matrix.frag SPV: Handle matrix's OpFConvert vector by vector. 2016-05-14 09:20:52 +08:00
spv.memoryQualifier.frag SPV: Add support for memory qualifiers. 2016-02-21 21:02:08 +08:00
spv.merge-unreachable.frag Front-end: Warn for likely missed change in default precisions. 2016-08-23 18:13:08 -06:00
spv.multiStruct.comp SPV: Fix issue #506: generalize struct deep copy to include arrays. 2016-09-11 12:33:43 -06:00
spv.multiStructFuncall.frag SPV: Flatten structs for copy when they are GLSL type aliases. 2016-09-02 16:35:01 -06:00
spv.newTexture.frag
spv.noDeadDecorations.vert Test dead-decoration removal. 2016-03-11 12:06:41 -05:00
spv.nonSquare.vert SPV: Implement Vulkan version of GLSL (KHR_vulkan_glsl). 2016-02-15 21:46:55 -07:00
spv.offsets.frag SPV: Distinguish between SPV and non-SPV rules for member overlap. 2016-10-07 11:50:25 -06:00
spv.Operations.frag SPV: Implement Vulkan version of GLSL (KHR_vulkan_glsl). 2016-02-15 21:46:55 -07:00
spv.precise.tesc Precise and noContraction propagation 2016-05-09 10:46:40 -04:00
spv.precise.tese Precise and noContraction propagation 2016-05-09 10:46:40 -04:00
spv.precision.frag SPV: Implement Vulkan version of GLSL (KHR_vulkan_glsl). 2016-02-15 21:46:55 -07:00
spv.prepost.frag
spv.pushConstant.vert SPV: Implement Vulkan version of GLSL (KHR_vulkan_glsl). 2016-02-15 21:46:55 -07:00
spv.qualifiers.vert
spv.queryL.frag
spv.register.autoassign-2.frag Fix defects in uniform array flattening 2016-09-22 15:58:06 -06:00
spv.register.autoassign.frag HLSL: Add location offsets per resource type 2016-09-20 20:31:27 -06:00
spv.register.autoassign.rangetest.frag Check for out-of-range bindings during IO mapping. 2016-10-05 13:42:42 -06:00
spv.register.noautoassign.frag HLSL: Add location offsets per resource type 2016-09-20 20:31:27 -06:00
spv.separate.frag SPV: Implement Vulkan version of GLSL (KHR_vulkan_glsl). 2016-02-15 21:46:55 -07:00
spv.set.vert
spv.shaderBallot.comp Implement the extension GL_ARB_shader_ballot 2016-05-05 19:02:35 +08:00
spv.shaderDrawParams.vert SPV: Implement extension SPV_KHR_shader_draw_parameters. 2016-10-11 14:40:35 +08:00
spv.shaderGroupVote.comp Implement the extension GL_ARB_shader_group_vote. 2016-05-05 20:38:33 +08:00
spv.shiftOps.frag SPV: Implement Vulkan version of GLSL (KHR_vulkan_glsl). 2016-02-15 21:46:55 -07:00
spv.shortCircuit.frag SPV: Implement Vulkan version of GLSL (KHR_vulkan_glsl). 2016-02-15 21:46:55 -07:00
spv.simpleFunctionCall.frag SPV: Implement Vulkan version of GLSL (KHR_vulkan_glsl). 2016-02-15 21:46:55 -07:00
spv.simpleMat.vert SPV: Implement Vulkan version of GLSL (KHR_vulkan_glsl). 2016-02-15 21:46:55 -07:00
spv.sparseTexture.frag SPV: Support the new OpCode - OpImageSparseRead 2016-02-19 22:24:03 +08:00
spv.sparseTextureClamp.frag SPV: Implement Vulkan version of GLSL (KHR_vulkan_glsl). 2016-02-15 21:46:55 -07:00
spv.specConst.vert SPV: Further refine OpenGL vs. Vulkan differences for SPIR-V. 2016-07-07 19:27:15 -06:00
spv.specConstant.comp SPV: Implement Vulkan version of GLSL (KHR_vulkan_glsl). 2016-02-15 21:46:55 -07:00
spv.specConstant.vert Built-in values declared as specialization constant 2016-04-04 11:10:41 -04:00
spv.specConstantComposite.vert Vulkan: Finish semantics for what creates spec-const-semantics. 2016-05-23 23:10:18 -06:00
spv.specConstantOperations.vert Parser: Add 64-bit type conversion for specialization constant. 2016-09-05 22:20:28 +08:00
spv.structAssignment.frag Front-end: Warn for likely missed change in default precisions. 2016-08-23 18:13:08 -06:00
spv.structDeref.frag SPV: Implement Vulkan version of GLSL (KHR_vulkan_glsl). 2016-02-15 21:46:55 -07:00
spv.structure.frag SPV: Implement Vulkan version of GLSL (KHR_vulkan_glsl). 2016-02-15 21:46:55 -07:00
spv.subpass.frag SPV: Implement Vulkan version of GLSL (KHR_vulkan_glsl). 2016-02-15 21:46:55 -07:00
spv.switch.frag SPV: Implement Vulkan version of GLSL (KHR_vulkan_glsl). 2016-02-15 21:46:55 -07:00
spv.swizzle.frag SPV: Implement Vulkan version of GLSL (KHR_vulkan_glsl). 2016-02-15 21:46:55 -07:00
spv.swizzleInversion.frag SPV: For AST interpolateAt* ops consuming a swizzle, invert the order. 2016-07-26 12:53:54 -06:00
spv.test.frag SPV: Implement Vulkan version of GLSL (KHR_vulkan_glsl). 2016-02-15 21:46:55 -07:00
spv.test.vert SPV: Implement Vulkan version of GLSL (KHR_vulkan_glsl). 2016-02-15 21:46:55 -07:00
spv.texture.frag SPV: Implement Vulkan version of GLSL (KHR_vulkan_glsl). 2016-02-15 21:46:55 -07:00
spv.texture.vert SPV: Require desktop 140 or ES 310 or above. 2016-01-22 17:47:22 -07:00
spv.types.frag SPV: Implement Vulkan version of GLSL (KHR_vulkan_glsl). 2016-02-15 21:46:55 -07:00
spv.uint.frag Preprocessor: UINT_MAX is translated to constant incorrectly. 2016-09-09 17:06:15 +08:00
spv.uniformArray.frag SPV: Implement Vulkan version of GLSL (KHR_vulkan_glsl). 2016-02-15 21:46:55 -07:00
spv.variableArrayIndex.frag SPV: Implement Vulkan version of GLSL (KHR_vulkan_glsl). 2016-02-15 21:46:55 -07:00
spv.varyingArray.frag SPV: Require desktop 140 or ES 310 or above. 2016-01-22 17:47:22 -07:00
spv.varyingArrayIndirect.frag SPV: Implement Vulkan version of GLSL (KHR_vulkan_glsl). 2016-02-15 21:46:55 -07:00
spv.voidFunction.frag SPV: Implement Vulkan version of GLSL (KHR_vulkan_glsl). 2016-02-15 21:46:55 -07:00
spv.while-continue-break.vert SPV: Require desktop 140 or ES 310 or above. 2016-01-22 17:47:22 -07:00
spv.while-simple.vert SPV: Require desktop 140 or ES 310 or above. 2016-01-22 17:47:22 -07:00
spv.whileLoop.frag SPV: Implement Vulkan version of GLSL (KHR_vulkan_glsl). 2016-02-15 21:46:55 -07:00
structAssignment.frag
structDeref.frag
structure.frag
switch.frag
swizzle.frag
syntaxError.frag
test.frag
texture.frag
tokenLength.vert
types.frag
uint.frag
uniformArray.frag
variableArrayIndex.frag
varyingArray.frag
varyingArrayIndirect.frag
versionsClean.frag
versionsClean.vert
versionsErrors.frag
versionsErrors.vert
voidFunction.frag
vulkan.ast.vert Vulkan: Finish semantics for what creates spec-const-semantics. 2016-05-23 23:10:18 -06:00
vulkan.comp SPV: Implement Vulkan version of GLSL (KHR_vulkan_glsl). 2016-02-15 21:46:55 -07:00
vulkan.frag SPV: Prevent issue #415 with better semantic checking. 2016-07-31 12:39:46 -06:00
vulkan.vert Vulkan: Add the #define VULKAN 100 when compiled for Vulkan. 2016-05-03 21:18:59 -06:00
whileLoop.frag