glslang-zig/Test/baseResults
LoopDawg 1326b8c754 HLSL: Allow stream output Append() method after entry point.
Append() method is special: unlike most outputs, it does not copy
some temporary data to a symbol in the entry point epilogue, but
rather uses an emit builtin after each write to the output stream.

This had been handled by remembering the special output symbol for
the stream as it was declared in the shader entry point before
symbol sanitization.  However the prior code was too simple and
only handled cases where the Append() method happened after the
entry point, so that the output symbol had been seen.

This PR adds a patching step so that the Append()s may appear in
any order WRT the entry point.  They are patched in an epilogue,
whereupon it is guaranteed in a well formed shader that we have
seen the appropriate declaration.

Fixes #1217.
2018-05-15 15:13:09 -06:00
..
100.frag.out Test Results Only: Include size in implicitly sized arrays (change to unsized). 2018-03-25 14:05:38 -06:00
100Limits.vert.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
100LimitsConf.vert.out Don't print the "Linked stage" message unless the AST is being dumped. 2016-12-03 13:59:51 -07:00
100samplerExternal.frag.out Add support for GL_OES_EGL_image_external_essl3 2017-09-05 14:56:26 +01:00
100scope.vert.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
110scope.vert.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
120.frag.out SPV: Implement Vulkan 1.1 features and extensions. 2018-03-06 16:12:04 -07:00
120.vert.out Types: Fix #1290: Rationalize and correct "mixed" style array dimensioning. 2018-03-26 00:38:53 -06:00
130.frag.out Test Results Only: Include size in implicitly sized arrays (change to unsized). 2018-03-25 14:05:38 -06:00
130.vert.out Test Results Only: Include size in implicitly sized arrays (change to unsized). 2018-03-25 14:05:38 -06:00
140.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
140.vert.out Test Results Only: Include size in implicitly sized arrays (change to unsized). 2018-03-25 14:05:38 -06:00
150.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
150.geom.out Test Results Only: Include size in implicitly sized arrays (change to unsized). 2018-03-25 14:05:38 -06:00
150.tesc.out GLSL: Fix #1300: Can redeclare without size a sized built-in block array. 2018-04-19 19:42:50 -06:00
150.vert.out Test Results Only: Include size in implicitly sized arrays (change to unsized). 2018-03-25 14:05:38 -06:00
300.frag.out Types: Fix #1290: Rationalize and correct "mixed" style array dimensioning. 2018-03-26 00:38:53 -06:00
300.vert.out Test Results Only: Include size in implicitly sized arrays (change to unsized). 2018-03-25 14:05:38 -06:00
300block.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
300BuiltIns.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
300layout.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
300layout.vert.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
300link.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
300link2.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
300link3.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
300operations.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
300samplerExternal.frag.out Add support for GL_OES_EGL_image_external_essl3 2017-09-05 14:56:26 +01:00
300scope.vert.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
310.comp.out Non-functional. Rationalizations enabling future generalizations: 2018-03-28 18:01:20 -06:00
310.frag.out Test Results Only: Include size in implicitly sized arrays (change to unsized). 2018-03-25 14:05:38 -06:00
310.geom.out GLSL: replace general missing functionality with specific messages. 2017-06-05 16:42:33 -06:00
310.tesc.out Test Results Only: Include size in implicitly sized arrays (change to unsized). 2018-03-25 14:05:38 -06:00
310.tese.out GLSL: Fix #1300: Can redeclare without size a sized built-in block array. 2018-04-19 19:42:50 -06:00
310.vert.out GLSL: replace general missing functionality with specific messages. 2017-06-05 16:42:33 -06:00
310AofA.vert.out Non-functional. Rationalizations enabling future generalizations: 2018-03-28 18:01:20 -06:00
310implicitSizeArrayError.vert.out Non-functional. Rationalizations enabling future generalizations: 2018-03-28 18:01:20 -06:00
310runtimeArray.vert.out GLSL/SPV: Implement SPV_EXT_descriptor_indexing and GL_EXT_nonuniform_qualifier 2018-04-05 11:25:02 -06:00
320.comp.out GLSL: Implement version 320 for ES. 2017-07-23 13:54:15 -06:00
320.frag.out Test Results Only: Include size in implicitly sized arrays (change to unsized). 2018-03-25 14:05:38 -06:00
320.geom.out GLSL: Implement version 320 for ES. 2017-07-23 13:54:15 -06:00
320.tesc.out Test Results Only: Include size in implicitly sized arrays (change to unsized). 2018-03-25 14:05:38 -06:00
320.tese.out GLSL: Fix #1300: Can redeclare without size a sized built-in block array. 2018-04-19 19:42:50 -06:00
320.vert.out GLSL: Implement version 320 for ES. 2017-07-23 13:54:15 -06:00
330.frag.out GLSL: Fix #1193: no 'location' on uniform/buffer block. 2017-12-16 10:07:22 -07:00
330comp.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
400.frag.out Test Results Only: Include size in implicitly sized arrays (change to unsized). 2018-03-25 14:05:38 -06:00
400.geom.out GLSL: Implement XFB for redeclared built-in blocks. 2017-12-15 04:43:59 -07:00
400.tesc.out Test Results Only: Include size in implicitly sized arrays (change to unsized). 2018-03-25 14:05:38 -06:00
400.tese.out GLSL: Fix #1300: Can redeclare without size a sized built-in block array. 2018-04-19 19:42:50 -06:00
400.vert.out GLSL: replace general missing functionality with specific messages. 2017-06-05 16:42:33 -06:00
410.geom.out Test Results Only: Include size in implicitly sized arrays (change to unsized). 2018-03-25 14:05:38 -06:00
410.tesc.out Test Results Only: Include size in implicitly sized arrays (change to unsized). 2018-03-25 14:05:38 -06:00
410.vert.out GLSL: replace general missing functionality with specific messages. 2017-06-05 16:42:33 -06:00
420.comp.out GLSL: replace general missing functionality with specific messages. 2017-06-05 16:42:33 -06:00
420.frag.out Test Results Only: Include size in implicitly sized arrays (change to unsized). 2018-03-25 14:05:38 -06:00
420.geom.out Test Results Only: Include size in implicitly sized arrays (change to unsized). 2018-03-25 14:05:38 -06:00
420.tesc.out Test Results Only: Include size in implicitly sized arrays (change to unsized). 2018-03-25 14:05:38 -06:00
420.tese.out Test Results Only: Include size in implicitly sized arrays (change to unsized). 2018-03-25 14:05:38 -06:00
420.vert.out GLSL/SPV: Implement SPV_EXT_descriptor_indexing and GL_EXT_nonuniform_qualifier 2018-04-05 11:25:02 -06:00
420_size_gl_in.geom.out Test Results Only: Include size in implicitly sized arrays (change to unsized). 2018-03-25 14:05:38 -06:00
430.comp.out Non-functional. Rationalizations enabling future generalizations: 2018-03-28 18:01:20 -06:00
430.vert.out GLSL: replace general missing functionality with specific messages. 2017-06-05 16:42:33 -06:00
430AofA.frag.out Test Results Only: Include size in implicitly sized arrays (change to unsized). 2018-03-25 14:05:38 -06:00
430scope.vert.out Test Results Only: Include size in implicitly sized arrays (change to unsized). 2018-03-25 14:05:38 -06:00
435.vert.out GLSL: Add version-number checking. 2017-07-23 11:49:42 -06:00
440.frag.out GLSL: replace general missing functionality with specific messages. 2017-06-05 16:42:33 -06:00
440.vert.out GLSL: XFB: more support for built-in block redeclarations with XFB. 2018-01-09 18:00:33 -07:00
450.comp.out GLSL: Disallow 'shared' in nested scopes. 2017-06-08 10:13:15 -06:00
450.frag.out GLSL: validation of early_fragment_tests, others, on an object. 2017-06-29 10:46:47 -06:00
450.geom.out GLSL: validation of early_fragment_tests, others, on an object. 2017-06-29 10:46:47 -06:00
450.tesc.out GLSL: replace general missing functionality with specific messages. 2017-06-05 16:42:33 -06:00
450.tese.out GLSL: validation of early_fragment_tests, others, on an object. 2017-06-29 10:46:47 -06:00
450.vert.out GLSL: Fix #1193: no 'location' on uniform/buffer block. 2017-12-16 10:07:22 -07:00
460.frag.out AST: dump attributes along with control flow. 2018-02-01 00:55:26 -07:00
460.vert.out GLSL 4.6: Implement shader group vote. 2017-07-31 03:00:04 -06:00
aggOps.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
always-discard.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
always-discard2.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
array.frag.out GLSL: Fix #1359: don't allow unsized arrays as initializers. 2018-04-23 15:32:47 -06:00
array100.frag.out Test Results Only: Include size in implicitly sized arrays (change to unsized). 2018-03-25 14:05:38 -06:00
atomic_uint.frag.out GLSL/SPV: Fix #1196: Require resources to have layout(binding=X). 2018-02-22 11:47:41 -07:00
badChars.frag.out GLSL: Fix #822: Improve information given for syntax errors. 2017-04-20 12:21:53 -06:00
badMacroArgs.frag.out GLSL: replace general missing functionality with specific messages. 2017-06-05 16:42:33 -06:00
comment.frag.out GLSL: replace general missing functionality with specific messages. 2017-06-05 16:42:33 -06:00
compoundsuffix.frag.hlsl Tests: Fix #1372: Don't legalize runtests HLSL tests. 2018-05-10 10:22:13 -06:00
compoundsuffix.vert.glsl Tests: Add usage and tests for previous commit. 2018-04-17 17:44:11 -06:00
conditionalDiscard.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
constErrors.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
constFold.frag.out GLSL: replace general missing functionality with specific messages. 2017-06-05 16:42:33 -06:00
constFoldIntMin.frag.out SPV: Implement Vulkan 1.1 features and extensions. 2018-03-06 16:12:04 -07:00
conversion.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
cppBad.vert.out Fix #1079: don't give error when macro() name used without open (. 2017-11-02 06:48:32 -06:00
cppBad2.vert.out PP: Fix issue #426, recover from bad-source macro expansion. 2017-01-02 17:56:08 -07:00
cppComplexExpr.vert.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
cppDeepNest.frag.out PP: Fix #1104: Missing check for #if overflow. 2017-10-16 15:29:07 -06:00
cppIndent.vert.out GLSL: Fix #822: Improve information given for syntax errors. 2017-04-20 12:21:53 -06:00
cppIntMinOverNegativeOne.frag.out Tests: Non-determinancy: Add back in the IntMin tests. 2017-10-28 13:03:49 -06:00
cppNest.vert.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
cppPassMacroName.frag.out Fix #1079: don't give error when macro() name used without open (. 2017-11-02 06:48:32 -06:00
cppRelaxSkipTokensErrors.vert.out PP: don't give errors on some tokens under #if 0 (or similar). 2018-03-19 00:43:18 -06:00
cppSimple.vert.out Test Results Only: Include size in implicitly sized arrays (change to unsized). 2018-03-25 14:05:38 -06:00
dataOut.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
dataOutIndirect.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
dce.frag.out GLSL: replace general missing functionality with specific messages. 2017-06-05 16:42:33 -06:00
decls.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
deepRvalue.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
depthOut.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
discard-dce.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
doWhileLoop.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
earlyReturnDiscard.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
empty.frag.out Check for linking multiple ES shaders to the same stage 2016-05-25 09:26:43 +02:00
errors.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
es-link1.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
findFunction.frag.out SPV: Implement Vulkan 1.1 features and extensions. 2018-03-06 16:12:04 -07:00
flowControl.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
forLoop.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
forwardRef.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
functionCall.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
functionSemantics.frag.out GLSL: replace general missing functionality with specific messages. 2017-06-05 16:42:33 -06:00
glsl.-D-U.frag.out Tests: Fix missing test result. 2017-06-15 11:10:57 -06:00
glsl.entryPointRename.vert.bad.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
glsl.entryPointRename.vert.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
glsl.entryPointRename2.vert.out GLSL: Promote HLSL entry-point renaming code to be used by GLSL as well. 2017-09-12 09:40:54 -06:00
glspv.esversion.vert.out GLSL: replace general missing functionality with specific messages. 2017-06-05 16:42:33 -06:00
glspv.frag.out GLSL/SPV: Fix #1196: Require resources to have layout(binding=X). 2018-02-22 11:47:41 -07:00
glspv.version.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
glspv.version.vert.out Don't print the "Linked stage" message unless the AST is being dumped. 2016-12-03 13:59:51 -07:00
glspv.vert.out GLSL: replace general missing functionality with specific messages. 2017-06-05 16:42:33 -06:00
hlsl.-D-U.frag.out Standalone: Implement -D and -U for preprocessor macros. 2017-06-15 10:57:18 -06:00
hlsl.aliasOpaque.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.amend.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.array.flatten.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.array.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.array.implicit-size.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.array.multidim.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.assoc.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.attribute.expression.comp.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.attribute.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.attributeC11.frag.out Test Results Only: Include size in implicitly sized arrays (change to unsized). 2018-03-25 14:05:38 -06:00
hlsl.attributeGlobalBuffer.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.automap.frag.out HLSL: add readonly qualifier to tbuffer, so they end up as SRV 2017-04-20 13:23:01 -06:00
hlsl.basic.comp.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.basic.geom.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.boolConv.vert.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.buffer.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.calculatelod.dx10.frag.out HLSL/SPV: Declare DepthReplacing for shaders declaring SV_Depth* outputs. 2018-04-13 18:36:58 -06:00
hlsl.calculatelodunclamped.dx10.frag.out HLSL/SPV: Declare DepthReplacing for shaders declaring SV_Depth* outputs. 2018-04-13 18:36:58 -06:00
hlsl.cast.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.cbuffer-identifier.vert.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.charLit.vert.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.clip.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.clipdistance-1.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.clipdistance-1.geom.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.clipdistance-1.vert.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.clipdistance-2.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.clipdistance-2.geom.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.clipdistance-2.vert.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.clipdistance-3.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.clipdistance-3.geom.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.clipdistance-3.vert.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.clipdistance-4.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.clipdistance-4.geom.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.clipdistance-4.vert.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.clipdistance-5.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.clipdistance-5.vert.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.clipdistance-6.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.clipdistance-6.vert.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.clipdistance-7.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.clipdistance-7.vert.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.clipdistance-8.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.clipdistance-8.vert.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.clipdistance-9.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.clipdistance-9.vert.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.color.hull.tesc.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.comparison.vec.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.conditional.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.constantbuffer.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.constructArray.vert.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.constructexpr.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.constructimat.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.dashI.vert.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.deadFunctionMissingBody.vert.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.depthGreater.frag.out HLSL/SPV: Declare DepthReplacing for shaders declaring SV_Depth* outputs. 2018-04-13 18:36:58 -06:00
hlsl.depthLess.frag.out HLSL/SPV: Declare DepthReplacing for shaders declaring SV_Depth* outputs. 2018-04-13 18:36:58 -06:00
hlsl.discard.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.doLoop.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.domain.1.tese.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.domain.2.tese.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.domain.3.tese.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.emptystruct.init.vert.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.emptystructreturn.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.emptystructreturn.vert.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.entry-in.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.entry-out.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.entry.rename.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.explicitDescriptorSet-2.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.explicitDescriptorSet.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.flatten.return.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.flattenOpaque.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.flattenOpaqueInit.vert.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.flattenOpaqueInitMix.vert.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.flattenSubset.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.flattenSubset2.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.float1.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.float4.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.forLoop.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.frag.out HLSL: Map parameter qualifiers from generic to function-specific and entry-point specific. 2016-06-17 15:52:46 -06:00
hlsl.fraggeom.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.function.frag.out HLSL: Fix #902: Incorrect protection against zero arguments. 2017-05-24 16:02:56 -06:00
hlsl.gather.array.dx10.frag.out HLSL/SPV: Declare DepthReplacing for shaders declaring SV_Depth* outputs. 2018-04-13 18:36:58 -06:00
hlsl.gather.basic.dx10.frag.out HLSL/SPV: Declare DepthReplacing for shaders declaring SV_Depth* outputs. 2018-04-13 18:36:58 -06:00
hlsl.gather.basic.dx10.vert.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.gather.offset.dx10.frag.out HLSL/SPV: Declare DepthReplacing for shaders declaring SV_Depth* outputs. 2018-04-13 18:36:58 -06:00
hlsl.gather.offsetarray.dx10.frag.out HLSL/SPV: Declare DepthReplacing for shaders declaring SV_Depth* outputs. 2018-04-13 18:36:58 -06:00
hlsl.gathercmpRGBA.offset.dx10.frag.out HLSL/SPV: Declare DepthReplacing for shaders declaring SV_Depth* outputs. 2018-04-13 18:36:58 -06:00
hlsl.gatherRGBA.array.dx10.frag.out HLSL/SPV: Declare DepthReplacing for shaders declaring SV_Depth* outputs. 2018-04-13 18:36:58 -06:00
hlsl.gatherRGBA.basic.dx10.frag.out HLSL/SPV: Declare DepthReplacing for shaders declaring SV_Depth* outputs. 2018-04-13 18:36:58 -06:00
hlsl.gatherRGBA.offset.dx10.frag.out HLSL/SPV: Declare DepthReplacing for shaders declaring SV_Depth* outputs. 2018-04-13 18:36:58 -06:00
hlsl.gatherRGBA.offsetarray.dx10.frag.out HLSL/SPV: Declare DepthReplacing for shaders declaring SV_Depth* outputs. 2018-04-13 18:36:58 -06:00
hlsl.getdimensions.dx10.frag.out HLSL/SPV: Declare DepthReplacing for shaders declaring SV_Depth* outputs. 2018-04-13 18:36:58 -06:00
hlsl.getdimensions.dx10.vert.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.getdimensions.rw.dx10.frag.out HLSL/SPV: Declare DepthReplacing for shaders declaring SV_Depth* outputs. 2018-04-13 18:36:58 -06:00
hlsl.getsampleposition.dx10.frag.out HLSL/SPV: Declare DepthReplacing for shaders declaring SV_Depth* outputs. 2018-04-13 18:36:58 -06:00
hlsl.global-const-init.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.gs-hs-mix.tesc.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.hlslOffset.vert.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.hull.1.tesc.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.hull.2.tesc.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.hull.3.tesc.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.hull.4.tesc.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.hull.5.tesc.out HLSL: for split output structs, propagate indirection to builtin. 2017-12-12 16:22:48 -07:00
hlsl.hull.ctrlpt-1.tesc.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.hull.ctrlpt-2.tesc.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.hull.void.tesc.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.identifier.sample.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.if.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.imagefetch-subvec4.comp.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.implicitBool.frag.out AST: Remove convertToBasicType() which was obfuscating the conversion design. 2018-03-15 19:32:27 -06:00
hlsl.include.vert.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.includeNegative.vert.out HLSL: Add an Includer to handle #include. 2017-06-01 11:16:32 -06:00
hlsl.inf.vert.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.init.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.init2.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.inoutquals.frag.out HLSL/SPV: Declare DepthReplacing for shaders declaring SV_Depth* outputs. 2018-04-13 18:36:58 -06:00
hlsl.intrinsic.frexp.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.intrinsic.frexp.vert.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.intrinsics.barriers.comp.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.intrinsics.comp.out Update gold results 2018-04-13 09:51:22 -04:00
hlsl.intrinsics.d3dcolortoubyte4.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.intrinsics.double.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.intrinsics.evalfns.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.intrinsics.f1632.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.intrinsics.f3216.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.intrinsics.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.intrinsics.lit.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.intrinsics.negative.comp.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.intrinsics.negative.frag.out HLSL: Force flat (nointerp) onto integer fragment inputs. 2017-06-20 03:20:59 -06:00
hlsl.intrinsics.negative.vert.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.intrinsics.promote.down.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.intrinsics.promote.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.intrinsics.promote.outputs.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.intrinsics.vert.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.isfinite.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.layout.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.layoutOverride.vert.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.load.2dms.dx10.frag.out HLSL/SPV: Declare DepthReplacing for shaders declaring SV_Depth* outputs. 2018-04-13 18:36:58 -06:00
hlsl.load.array.dx10.frag.out HLSL/SPV: Declare DepthReplacing for shaders declaring SV_Depth* outputs. 2018-04-13 18:36:58 -06:00
hlsl.load.basic.dx10.frag.out HLSL/SPV: Declare DepthReplacing for shaders declaring SV_Depth* outputs. 2018-04-13 18:36:58 -06:00
hlsl.load.basic.dx10.vert.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.load.buffer.dx10.frag.out HLSL/SPV: Declare DepthReplacing for shaders declaring SV_Depth* outputs. 2018-04-13 18:36:58 -06:00
hlsl.load.buffer.float.dx10.frag.out HLSL/SPV: Declare DepthReplacing for shaders declaring SV_Depth* outputs. 2018-04-13 18:36:58 -06:00
hlsl.load.offset.dx10.frag.out HLSL/SPV: Declare DepthReplacing for shaders declaring SV_Depth* outputs. 2018-04-13 18:36:58 -06:00
hlsl.load.offsetarray.dx10.frag.out HLSL/SPV: Declare DepthReplacing for shaders declaring SV_Depth* outputs. 2018-04-13 18:36:58 -06:00
hlsl.load.rwbuffer.dx10.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.load.rwtexture.array.dx10.frag.out HLSL/SPV: Declare DepthReplacing for shaders declaring SV_Depth* outputs. 2018-04-13 18:36:58 -06:00
hlsl.load.rwtexture.dx10.frag.out HLSL/SPV: Declare DepthReplacing for shaders declaring SV_Depth* outputs. 2018-04-13 18:36:58 -06:00
hlsl.localStructuredBuffer.comp.out Test Results Only: Include size in implicitly sized arrays (change to unsized). 2018-03-25 14:05:38 -06:00
hlsl.logical.binary.frag.out AST: Remove convertToBasicType() which was obfuscating the conversion design. 2018-03-15 19:32:27 -06:00
hlsl.logical.binary.vec.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.logical.unary.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.logicalConvert.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.loopattr.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.matNx1.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.matpack-1.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.matpack-pragma.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.matrixindex.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.matrixSwizzle.vert.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.matType.bool.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.matType.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.matType.int.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.max.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.memberFunCall.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.mintypes.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.mip.negative.frag.out HLSL: add .mips[][] operator for texture types 2017-05-15 09:13:58 -06:00
hlsl.mip.negative2.frag.out HLSL: add .mips[][] operator for texture types 2017-05-15 09:13:58 -06:00
hlsl.mip.operator.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.mul-truncate.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.multiDescriptorSet.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.multiEntry.vert.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.multiReturn.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.namespace.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.nonint-index.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.nonstaticMemberFunction.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.noSemantic.functionality1.comp.out HLSL: Fix #1332: consistently use uint for counter buf typing. 2018-04-10 11:59:33 -06:00
hlsl.numericsuffixes.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.numthreads.comp.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.opaque-type-bug.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.overload.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.params.default.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.params.default.negative.frag.out HLSL: Emit the OpSource HLSL instruction for HLSL, using new headers. 2017-04-07 15:40:01 -06:00
hlsl.partialFlattenLocal.vert.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.partialFlattenMixed.vert.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.partialInit.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.PointSize.geom.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.PointSize.vert.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.pp.line.frag.out HLSL/SPV: Declare DepthReplacing for shaders declaring SV_Depth* outputs. 2018-04-13 18:36:58 -06:00
hlsl.pp.vert.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.precedence.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.precedence2.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.precise.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.preprocessor.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.promote.atomic.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.promote.binary.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.promote.vec1.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.promotions.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.reflection.binding.frag.out Don't print the "Linked stage" message unless the AST is being dumped. 2016-12-03 13:59:51 -07:00
hlsl.reflection.binding.vert.out add reflection queries to return a TType. Fix minor issue with interface names. 2016-10-02 16:57:58 -06:00
hlsl.reflection.vert.out HLSL: Remove support for named tbuffer/cbuffer. Fixes #939. 2017-06-19 15:41:11 -06:00
hlsl.rw.atomics.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.rw.bracket.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.rw.register.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.rw.scalar.bracket.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.rw.swizzle.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.rw.vec2.bracket.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.sample.array.dx10.frag.out HLSL/SPV: Declare DepthReplacing for shaders declaring SV_Depth* outputs. 2018-04-13 18:36:58 -06:00
hlsl.sample.basic.dx10.frag.out HLSL/SPV: Declare DepthReplacing for shaders declaring SV_Depth* outputs. 2018-04-13 18:36:58 -06:00
hlsl.sample.offset.dx10.frag.out HLSL/SPV: Declare DepthReplacing for shaders declaring SV_Depth* outputs. 2018-04-13 18:36:58 -06:00
hlsl.sample.offsetarray.dx10.frag.out HLSL/SPV: Declare DepthReplacing for shaders declaring SV_Depth* outputs. 2018-04-13 18:36:58 -06:00
hlsl.sample.sub-vec4.dx10.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.samplebias.array.dx10.frag.out HLSL/SPV: Declare DepthReplacing for shaders declaring SV_Depth* outputs. 2018-04-13 18:36:58 -06:00
hlsl.samplebias.basic.dx10.frag.out HLSL/SPV: Declare DepthReplacing for shaders declaring SV_Depth* outputs. 2018-04-13 18:36:58 -06:00
hlsl.samplebias.offset.dx10.frag.out HLSL/SPV: Declare DepthReplacing for shaders declaring SV_Depth* outputs. 2018-04-13 18:36:58 -06:00
hlsl.samplebias.offsetarray.dx10.frag.out HLSL/SPV: Declare DepthReplacing for shaders declaring SV_Depth* outputs. 2018-04-13 18:36:58 -06:00
hlsl.samplecmp.array.dx10.frag.out HLSL/SPV: Declare DepthReplacing for shaders declaring SV_Depth* outputs. 2018-04-13 18:36:58 -06:00
hlsl.samplecmp.basic.dx10.frag.out HLSL/SPV: Declare DepthReplacing for shaders declaring SV_Depth* outputs. 2018-04-13 18:36:58 -06:00
hlsl.samplecmp.dualmode.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.samplecmp.negative.frag.out HLSL: force textures to shadow modes from combined samplers 2017-09-28 14:17:25 -06:00
hlsl.samplecmp.negative2.frag.out HLSL: add error for expected comparison sampler in SampleCmp* ops 2017-04-21 09:54:53 -06:00
hlsl.samplecmp.offset.dx10.frag.out HLSL/SPV: Declare DepthReplacing for shaders declaring SV_Depth* outputs. 2018-04-13 18:36:58 -06:00
hlsl.samplecmp.offsetarray.dx10.frag.out HLSL/SPV: Declare DepthReplacing for shaders declaring SV_Depth* outputs. 2018-04-13 18:36:58 -06:00
hlsl.samplecmplevelzero.array.dx10.frag.out HLSL/SPV: Declare DepthReplacing for shaders declaring SV_Depth* outputs. 2018-04-13 18:36:58 -06:00
hlsl.samplecmplevelzero.basic.dx10.frag.out HLSL/SPV: Declare DepthReplacing for shaders declaring SV_Depth* outputs. 2018-04-13 18:36:58 -06:00
hlsl.samplecmplevelzero.offset.dx10.frag.out HLSL/SPV: Declare DepthReplacing for shaders declaring SV_Depth* outputs. 2018-04-13 18:36:58 -06:00
hlsl.samplecmplevelzero.offsetarray.dx10.frag.out HLSL/SPV: Declare DepthReplacing for shaders declaring SV_Depth* outputs. 2018-04-13 18:36:58 -06:00
hlsl.samplegrad.array.dx10.frag.out HLSL/SPV: Declare DepthReplacing for shaders declaring SV_Depth* outputs. 2018-04-13 18:36:58 -06:00
hlsl.samplegrad.basic.dx10.frag.out HLSL/SPV: Declare DepthReplacing for shaders declaring SV_Depth* outputs. 2018-04-13 18:36:58 -06:00
hlsl.samplegrad.basic.dx10.vert.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.samplegrad.offset.dx10.frag.out HLSL/SPV: Declare DepthReplacing for shaders declaring SV_Depth* outputs. 2018-04-13 18:36:58 -06:00
hlsl.samplegrad.offsetarray.dx10.frag.out HLSL/SPV: Declare DepthReplacing for shaders declaring SV_Depth* outputs. 2018-04-13 18:36:58 -06:00
hlsl.samplelevel.array.dx10.frag.out HLSL/SPV: Declare DepthReplacing for shaders declaring SV_Depth* outputs. 2018-04-13 18:36:58 -06:00
hlsl.samplelevel.basic.dx10.frag.out HLSL/SPV: Declare DepthReplacing for shaders declaring SV_Depth* outputs. 2018-04-13 18:36:58 -06:00
hlsl.samplelevel.basic.dx10.vert.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.samplelevel.offset.dx10.frag.out HLSL/SPV: Declare DepthReplacing for shaders declaring SV_Depth* outputs. 2018-04-13 18:36:58 -06:00
hlsl.samplelevel.offsetarray.dx10.frag.out HLSL/SPV: Declare DepthReplacing for shaders declaring SV_Depth* outputs. 2018-04-13 18:36:58 -06:00
hlsl.scalar-length.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.scalar2matrix.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.scalarCast.vert.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.scope.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.semantic-1.vert.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.semantic.geom.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.semantic.vert.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.semicolons.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.shapeConv.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.shapeConvRet.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.shift.per-set.frag.out Test Results Only: Include size in implicitly sized arrays (change to unsized). 2018-03-25 14:05:38 -06:00
hlsl.sin.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.snorm.uav.comp.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.staticMemberFunction.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.store.rwbyteaddressbuffer.type.comp.out Test Results Only: Include size in implicitly sized arrays (change to unsized). 2018-03-25 14:05:38 -06:00
hlsl.string.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.stringtoken.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.struct.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.struct.split-1.vert.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.struct.split.array.geom.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.struct.split.assign.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.struct.split.call.vert.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.struct.split.nested.geom.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.struct.split.trivial.geom.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.struct.split.trivial.vert.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.structarray.flatten.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.structarray.flatten.geom.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.structbuffer.append.fn.frag.out HLSL: Fix #1332: consistently use uint for counter buf typing. 2018-04-10 11:59:33 -06:00
hlsl.structbuffer.append.frag.out HLSL: Fix #1332: consistently use uint for counter buf typing. 2018-04-10 11:59:33 -06:00
hlsl.structbuffer.atomics.frag.out Update gold results 2018-04-13 09:51:22 -04:00
hlsl.structbuffer.byte.frag.out Test Results Only: Include size in implicitly sized arrays (change to unsized). 2018-03-25 14:05:38 -06:00
hlsl.structbuffer.coherent.frag.out Test Results Only: Include size in implicitly sized arrays (change to unsized). 2018-03-25 14:05:38 -06:00
hlsl.structbuffer.floatidx.comp.out HLSL: Fix #1332: consistently use uint for counter buf typing. 2018-04-10 11:59:33 -06:00
hlsl.structbuffer.fn.frag.out HLSL: Fix #1332: consistently use uint for counter buf typing. 2018-04-10 11:59:33 -06:00
hlsl.structbuffer.fn2.comp.out Test Results Only: Include size in implicitly sized arrays (change to unsized). 2018-03-25 14:05:38 -06:00
hlsl.structbuffer.frag.out Test Results Only: Include size in implicitly sized arrays (change to unsized). 2018-03-25 14:05:38 -06:00
hlsl.structbuffer.incdec.frag.hlslfun1.out HLSL: Fix #1332: consistently use uint for counter buf typing. 2018-04-10 11:59:33 -06:00
hlsl.structbuffer.incdec.frag.out HLSL: Fix #1332: consistently use uint for counter buf typing. 2018-04-10 11:59:33 -06:00
hlsl.structbuffer.rw.frag.out Test Results Only: Include size in implicitly sized arrays (change to unsized). 2018-03-25 14:05:38 -06:00
hlsl.structbuffer.rwbyte.frag.out Test Results Only: Include size in implicitly sized arrays (change to unsized). 2018-03-25 14:05:38 -06:00
hlsl.structin.vert.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.structIoFourWay.frag.out HLSL/SPV: Declare DepthReplacing for shaders declaring SV_Depth* outputs. 2018-04-13 18:36:58 -06:00
hlsl.structStructName.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.subpass.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.switch.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.swizzle.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.synthesizeInput.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.target.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.targetStruct1.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.targetStruct2.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.templatetypes.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.texture.struct.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.texture.subvec4.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.texturebuffer.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.this.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.tristream-append.geom.out HLSL: Allow stream output Append() method after entry point. 2018-05-15 15:13:09 -06:00
hlsl.tx.bracket.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.tx.overload.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.type.half.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.type.identifier.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.typedef.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.typeGraphCopy.vert.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.void.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.wavebroadcast.comp.out Test Results Only: Include size in implicitly sized arrays (change to unsized). 2018-03-25 14:05:38 -06:00
hlsl.waveprefix.comp.out Test Results Only: Include size in implicitly sized arrays (change to unsized). 2018-03-25 14:05:38 -06:00
hlsl.wavequad.comp.out Test Results Only: Include size in implicitly sized arrays (change to unsized). 2018-03-25 14:05:38 -06:00
hlsl.wavequery.comp.out Test Results Only: Include size in implicitly sized arrays (change to unsized). 2018-03-25 14:05:38 -06:00
hlsl.wavequery.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.wavereduction.comp.out Test Results Only: Include size in implicitly sized arrays (change to unsized). 2018-03-25 14:05:38 -06:00
hlsl.wavevote.comp.out Test Results Only: Include size in implicitly sized arrays (change to unsized). 2018-03-25 14:05:38 -06:00
hlsl.whileLoop.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.y-negate-1.vert.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.y-negate-2.vert.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
hlsl.y-negate-3.vert.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
implicitInnerAtomicUint.frag.out Fix nondeterminism discussed in 258b700f59 2017-11-02 00:05:53 -06:00
include.vert.out GLSL: replace general missing functionality with specific messages. 2017-06-05 16:42:33 -06:00
invalidSwizzle.vert.out Only try swizzles on vectors, numbers, and booleans. 2017-10-21 19:54:37 +00:00
length.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
lineContinuation.vert.out GLSL: Fix #822: Improve information given for syntax errors. 2017-04-20 12:21:53 -06:00
lineContinuation100.vert.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
link1.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
link1.vk.frag.out Linker: Fix #1329: correctly merge unsized arrays, and fix link tests. 2018-04-01 21:22:34 -06:00
localAggregates.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
loops.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
loopsArtificial.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
mains1.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
matrix.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
matrix2.frag.out GLSL: Fix #1247. Remove extraneous *= matrix test. 2018-02-15 12:22:25 -07:00
matrixError.vert.out GLSL: Fix #1247. Remove extraneous *= matrix test. 2018-02-15 12:22:25 -07:00
max_vertices_0.geom.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
maxClipDistances.vert.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
missingBodies.vert.out GLSL: replace general missing functionality with specific messages. 2017-06-05 16:42:33 -06:00
mixedArrayDecls.frag.out Types: Fix #1290: Rationalize and correct "mixed" style array dimensioning. 2018-03-26 00:38:53 -06:00
negativeArraySize.comp.out GLSL: replace general missing functionality with specific messages. 2017-06-05 16:42:33 -06:00
newTexture.frag.out GLSL: replace general missing functionality with specific messages. 2017-06-05 16:42:33 -06:00
noMain.vert.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
nonSquare.vert.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
nonuniform.frag.out GLSL/SPV: Implement SPV_EXT_descriptor_indexing and GL_EXT_nonuniform_qualifier 2018-04-05 11:25:02 -06:00
nonVulkan.frag.out GLSL: replace general missing functionality with specific messages. 2017-06-05 16:42:33 -06:00
nosuffix.out Fix #777: don't parse .suffix if <stage> is provided. 2017-03-16 11:30:20 -06:00
numeral.frag.out Scanner: Many int64 fixes, including performance. 2018-01-08 11:52:23 -07:00
nvShaderNoperspectiveInterpolation.frag.out Add tests for GL_NV_shader_noperspective_interpolation 2018-03-16 16:49:29 +00:00
Operations.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
overlongLiteral.frag.out Check for hexadecimal literals exceeding MaxTokenLength. 2017-10-22 17:55:14 +00:00
pointCoord.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
precise.tesc.out GLSL: replace general missing functionality with specific messages. 2017-06-05 16:42:33 -06:00
precise_struct_block.vert.out GLSL: replace general missing functionality with specific messages. 2017-06-05 16:42:33 -06:00
precision.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
precision.vert.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
prepost.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
preprocessor.cpp_style___FILE__.vert.err Extend the syntax of #line and __FILE__ to support filename strings. 2015-07-27 13:07:52 -04:00
preprocessor.cpp_style___FILE__.vert.out Tests: Move to just linefeed to simply cross-platform test changes. 2015-12-10 18:01:54 -07:00
preprocessor.cpp_style_line_directive.vert.err Tests: Move to just linefeed to simply cross-platform test changes. 2015-12-10 18:01:54 -07:00
preprocessor.cpp_style_line_directive.vert.out Extend the syntax of #line and __FILE__ to support filename strings. 2015-07-27 13:07:52 -04:00
preprocessor.defined.vert.err Tests: Move to just linefeed to simply cross-platform test changes. 2015-12-10 18:01:54 -07:00
preprocessor.defined.vert.out 'defined' cannot be used as a macro name in #define or #undef. 2015-08-29 23:15:13 +00:00
preprocessor.edge_cases.vert.err GLSL: replace general missing functionality with specific messages. 2017-06-05 16:42:33 -06:00
preprocessor.edge_cases.vert.out Tests: Move to just linefeed to simply cross-platform test changes. 2015-12-10 18:01:54 -07:00
preprocessor.eof_missing.vert.err add .err file for eof_missing test 2016-04-27 10:22:22 -04:00
preprocessor.eof_missing.vert.out Fix the infinite loop when an input file lacks EOF 2016-04-27 10:05:57 -04:00
preprocessor.errors.vert.err GLSL: replace general missing functionality with specific messages. 2017-06-05 16:42:33 -06:00
preprocessor.errors.vert.out Added error output to the preprocessor. 2015-07-14 16:02:25 -04:00
preprocessor.extensions.vert.err GLSL: replace general missing functionality with specific messages. 2017-06-05 16:42:33 -06:00
preprocessor.extensions.vert.out Tests: Move to just linefeed to simply cross-platform test changes. 2015-12-10 18:01:54 -07:00
preprocessor.function_macro.vert.err GLSL: replace general missing functionality with specific messages. 2017-06-05 16:42:33 -06:00
preprocessor.function_macro.vert.out Tests: Move to just linefeed to simply cross-platform test changes. 2015-12-10 18:01:54 -07:00
preprocessor.include.disabled.vert.err External interface change: PP: Full <> and "" semantics for the Includer. 2017-01-06 15:08:54 -07:00
preprocessor.include.disabled.vert.out Use extension framework to enable #include directive. 2015-07-31 19:41:19 -04:00
preprocessor.include.enabled.vert.err External interface change: PP: Full <> and "" semantics for the Includer. 2017-01-06 15:08:54 -07:00
preprocessor.include.enabled.vert.out Use extension framework to enable #include directive. 2015-07-31 19:41:19 -04:00
preprocessor.line.frag.err GLSL: replace general missing functionality with specific messages. 2017-06-05 16:42:33 -06:00
preprocessor.line.frag.out Tests: Move to just linefeed to simply cross-platform test changes. 2015-12-10 18:01:54 -07:00
preprocessor.line.vert.err Added error output to the preprocessor. 2015-07-14 16:02:25 -04:00
preprocessor.line.vert.out Tests: Move to just linefeed to simply cross-platform test changes. 2015-12-10 18:01:54 -07:00
preprocessor.many.endif.vert.err Fix array out of bounds bug in processing if-else-endif macros. 2016-03-09 15:11:56 -05:00
preprocessor.many.endif.vert.out Fix array out of bounds bug in processing if-else-endif macros. 2016-03-09 15:11:56 -05:00
preprocessor.pragma.vert.err Warning for #pragma once. GLSL and HLSL. Addresses #824. 2018-02-11 23:23:22 -07:00
preprocessor.pragma.vert.out Warning for #pragma once. GLSL and HLSL. Addresses #824. 2018-02-11 23:23:22 -07:00
preprocessor.simple.vert.err GLSL: replace general missing functionality with specific messages. 2017-06-05 16:42:33 -06:00
preprocessor.simple.vert.out Scanner: Many int64 fixes, including performance. 2018-01-08 11:52:23 -07:00
preprocessor.success_if_parse_would_fail.vert.err Added error output to the preprocessor. 2015-07-14 16:02:25 -04:00
preprocessor.success_if_parse_would_fail.vert.out Tests: Move to just linefeed to simply cross-platform test changes. 2015-12-10 18:01:54 -07:00
recurse1.vert.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
reflection.vert.out GLSL reflection: Fix #985: reflect runtime sized arrays having no constant index. 2017-07-28 17:37:31 -06:00
remap.basic.dcefunc.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
remap.basic.dcevartype.frag.out WIP: SPV Remapper: add remapper test framework 2016-08-25 10:46:51 -06:00
remap.basic.everything.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
remap.basic.none.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
remap.basic.strip.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
remap.hlsl.sample.basic.everything.frag.out HLSL/SPV: Declare DepthReplacing for shaders declaring SV_Depth* outputs. 2018-04-13 18:36:58 -06:00
remap.hlsl.sample.basic.none.frag.out HLSL/SPV: Declare DepthReplacing for shaders declaring SV_Depth* outputs. 2018-04-13 18:36:58 -06:00
remap.hlsl.sample.basic.strip.frag.out HLSL/SPV: Declare DepthReplacing for shaders declaring SV_Depth* outputs. 2018-04-13 18:36:58 -06:00
remap.hlsl.templatetypes.everything.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
remap.hlsl.templatetypes.none.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
remap.if.everything.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
remap.if.none.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
remap.invalid-spirv-1.out Remapper: make remapper robust against non-exiting error handlers 2017-09-20 15:19:43 -06:00
remap.invalid-spirv-2.out Remapper: make remapper robust against non-exiting error handlers 2017-09-20 15:19:43 -06:00
remap.literal64.everything.spv.out WIP: SPV Remapper: add remapper test framework 2016-08-25 10:46:51 -06:00
remap.literal64.none.spv.out WIP: SPV Remapper: add remapper test framework 2016-08-25 10:46:51 -06:00
remap.similar_1a.everything.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
remap.similar_1a.none.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
remap.similar_1b.everything.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
remap.similar_1b.none.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
remap.specconst.comp.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
remap.switch.everything.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
remap.switch.none.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
remap.uniformarray.everything.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
remap.uniformarray.none.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
runtimeArray.vert.out GLSL: Fix #1359: don't allow unsized arrays as initializers. 2018-04-23 15:32:47 -06:00
sample.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
sample.vert.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
simpleFunctionCall.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
specExamples.frag.out Test Results Only: Include size in implicitly sized arrays (change to unsized). 2018-03-25 14:05:38 -06:00
specExamples.vert.out Test Results Only: Include size in implicitly sized arrays (change to unsized). 2018-03-25 14:05:38 -06:00
specExamplesConf.vert.out Test Results Only: Include size in implicitly sized arrays (change to unsized). 2018-03-25 14:05:38 -06:00
spv.100ops.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.130.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.140.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.150.geom.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.150.vert.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.300BuiltIns.vert.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.300layout.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.300layout.vert.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.300layoutp.vert.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.310.bitcast.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.310.comp.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.330.geom.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.400.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.400.tesc.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.400.tese.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.420.geom.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.430.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.430.vert.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.450.geom.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.450.noRedecl.tesc.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.450.tesc.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.460.comp.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.460.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.460.vert.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.accessChain.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.aggOps.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.always-discard.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.always-discard2.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.AofA.frag.out GLSL/Vulkan: Warn about arrays of arrays of resources that need bindings. 2018-04-24 13:29:12 -06:00
spv.arbPostDepthCoverage.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.arbPostDepthCoverage_Error.frag.out Implement SPV_KHR_post_depth_coverage 2017-07-05 12:27:15 -07:00
spv.atomic.comp.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.atomicInt64.comp.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.barrier.vert.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.bitCast.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.bool.vert.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.boolInBlock.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.branch-return.vert.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.buffer.autoassign.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.builtInXFB.vert.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.conditionalDiscard.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.constStruct.vert.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.controlFlowAttributes.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.conversion.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.dataOut.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.dataOutIndirect.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.dataOutIndirect.vert.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.debugInfo.1.1.frag.out Fix #944: Convert argument type to match formal parameter type. 2018-05-04 11:43:03 -06:00
spv.debugInfo.frag.out Fix #944: Convert argument type to match formal parameter type. 2018-05-04 11:43:03 -06:00
spv.deepRvalue.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.depthOut.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.deviceGroup.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.discard-dce.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.do-simple.vert.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.do-while-continue-break.vert.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.double.comp.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.doWhileLoop.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.drawParams.vert.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.earlyReturnDiscard.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.explicittypes.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.extPostDepthCoverage.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.extPostDepthCoverage_Error.frag.out Implement SPV_KHR_post_depth_coverage 2017-07-05 12:27:15 -07:00
spv.float16.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.float16Fetch.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.float32.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.float64.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.flowControl.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.for-complex-condition.vert.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.for-continue-break.vert.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.for-nobody.vert.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.for-notest.vert.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.for-simple.vert.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.forLoop.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.forwardFun.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.fullyCovered.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.functionCall.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.functionNestedOpaque.vert.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.functionSemantics.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.GeometryShaderPassthrough.geom.out GLSL: Fix #1330: default outputs for GL_NV_geometry_shader_passthrough 2018-04-10 22:01:19 -06:00
spv.glFragColor.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.glsl.register.autoassign.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.glsl.register.noautoassign.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.hlslDebugInfo.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.hlslOffsets.vert.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.image.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.image.load-formatted.frag.out Implement GL_EXT_shader_image_load_formatted 2017-02-17 13:36:25 -08:00
spv.imageLoadStoreLod.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.int8.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.int16.amd.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.int16.frag.out AST: Fix shift conversions, which don't require matching types. 2018-03-15 21:11:36 -06:00
spv.int32.frag.out AST: Fix shift conversions, which don't require matching types. 2018-03-15 21:11:36 -06:00
spv.int64.frag.out AST: Fix shift conversions, which don't require matching types. 2018-03-15 21:11:36 -06:00
spv.interpOps.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.intOps.vert.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.layoutNested.vert.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.length.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.localAggregates.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.loops.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.loopsArtificial.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.looseUniformNoLoc.vert.out SPV: Add auto location mapping of non-opaque non-block uniform variables. 2017-08-26 15:47:25 -06:00
spv.matFun.vert.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.matrix.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.matrix2.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.memoryQualifier.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.merge-unreachable.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.multiStruct.comp.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.multiStructFuncall.frag.out Fix #944: Convert argument type to match formal parameter type. 2018-05-04 11:43:03 -06:00
spv.multiView.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.multiviewPerViewAttributes.tesc.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.multiviewPerViewAttributes.vert.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.newTexture.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.noBuiltInLoc.vert.out GLSL/SPV: no location on atomic_uint; Fix #1339. 2018-04-09 17:21:30 -06:00
spv.noDeadDecorations.vert.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.noLocation.vert.out GLSL: replace general missing functionality with specific messages. 2017-06-05 16:42:33 -06:00
spv.nonSquare.vert.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.nonuniform.frag.out GLSL/SPV: Implement SPV_EXT_descriptor_indexing and GL_EXT_nonuniform_qualifier 2018-04-05 11:25:02 -06:00
spv.noWorkgroup.comp.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.offsets.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.Operations.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.OVR_multiview.vert.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.paramMemory.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.precise.tesc.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.precise.tese.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.precision.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.precisionNonESSamp.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.prepost.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.pushConstant.vert.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.pushConstantAnon.vert.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.qualifiers.vert.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.queryL.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.rankShift.comp.out AST: Fix shift conversions, which don't require matching types. 2018-03-15 21:11:36 -06:00
spv.register.autoassign-2.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.register.autoassign.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.register.autoassign.rangetest.frag.out Don't print the "Linked stage" message unless the AST is being dumped. 2016-12-03 13:59:51 -07:00
spv.register.noautoassign.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.register.subpass.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.rw.autoassign.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.sample.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.sampleId.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.sampleMaskOverrideCoverage.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.samplePosition.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.separate.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.set.vert.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.shaderBallot.comp.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.shaderBallotAMD.comp.out SPV: Fix #1374: For an SSBO 16-bit access, only emit StorageUniformBufferBlock16 capability. 2018-05-14 22:08:53 -06:00
spv.shaderDrawParams.vert.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.shaderFragMaskAMD.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.shaderGroupVote.comp.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.shaderStencilExport.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.shiftOps.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.shortCircuit.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.simpleFunctionCall.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.simpleMat.vert.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.sparseTexture.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.sparseTextureClamp.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.specConst.vert.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.specConstant.comp.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.specConstant.vert.out Implement GL_NV_shader_subgroup_partitioned 2018-03-29 22:52:17 -05:00
spv.specConstantComposite.vert.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.specConstantOperations.vert.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.ssbo.autoassign.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.ssboAlias.frag.out HLSL: Fix #1332: consistently use uint for counter buf typing. 2018-04-10 11:59:33 -06:00
spv.stereoViewRendering.tesc.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.stereoViewRendering.vert.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.storageBuffer.vert.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.structAssignment.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.structDeref.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.structure.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.subgroup.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.subgroup.geom.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.subgroup.tesc.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.subgroup.tese.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.subgroup.vert.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.subgroupArithmetic.comp.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.subgroupBallot.comp.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.subgroupBasic.comp.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.subgroupClustered.comp.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.subgroupClusteredNeg.comp.out SPV: Implement Vulkan 1.1 features and extensions. 2018-03-06 16:12:04 -07:00
spv.subgroupPartitioned.comp.out Implement GL_NV_shader_subgroup_partitioned 2018-03-29 22:52:17 -05:00
spv.subgroupQuad.comp.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.subgroupShuffle.comp.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.subgroupShuffleRelative.comp.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.subgroupVote.comp.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.subpass.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.switch.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.swizzle.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.swizzleInversion.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.test.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.test.vert.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.texture.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.texture.sampler.transform.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.texture.vert.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.textureBuffer.vert.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.textureGatherBiasLod.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.types.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.uint.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.uniformArray.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.variableArrayIndex.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.varyingArray.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.varyingArrayIndirect.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.vecMatConstruct.frag.out GLSL/SPV: Fix #1310: don't create unnecessary integer matrices. 2018-04-07 18:49:54 -06:00
spv.viewportArray2.tesc.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.viewportArray2.vert.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.voidFunction.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.vulkan100.subgroupArithmetic.comp.out SPV: Implement Vulkan 1.1 features and extensions. 2018-03-06 16:12:04 -07:00
spv.vulkan100.subgroupPartitioned.comp.out Implement GL_NV_shader_subgroup_partitioned 2018-03-29 22:52:17 -05:00
spv.vulkan110.int16.frag.out AST: Fix shift conversions, which don't require matching types. 2018-03-15 21:11:36 -06:00
spv.vulkan110.storageBuffer.vert.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.while-continue-break.vert.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.while-simple.vert.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.whileLoop.frag.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.xfb.vert.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.xfb2.vert.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
spv.xfb3.vert.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
structAssignment.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
structDeref.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
structure.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
switch.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
swizzle.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
syntaxError.frag.out GLSL: Fix #822: Improve information given for syntax errors. 2017-04-20 12:21:53 -06:00
test.conf Tests: Move to just linefeed to simply cross-platform test changes. 2015-12-10 18:01:54 -07:00
test.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
texture.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
tokenLength.vert.out Scanner: Many int64 fixes, including performance. 2018-01-08 11:52:23 -07:00
tokenPaste.vert.out GLSL: replace general missing functionality with specific messages. 2017-06-05 16:42:33 -06:00
types.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
uint.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
uniformArray.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
variableArrayIndex.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
varyingArray.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
varyingArrayIndirect.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
versionsClean.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
versionsClean.vert.out Test Results Only: Include size in implicitly sized arrays (change to unsized). 2018-03-25 14:05:38 -06:00
versionsErrors.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
versionsErrors.vert.out Test Results Only: Include size in implicitly sized arrays (change to unsized). 2018-03-25 14:05:38 -06:00
voidFunction.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
vulkan.ast.vert.out Revert the commits that change OpArrayLength type and bumped the version number. 2018-03-07 11:48:25 -07:00
vulkan.comp.out GLSL: replace general missing functionality with specific messages. 2017-06-05 16:42:33 -06:00
vulkan.frag.out GLSL/SPV: Fix #1196: Require resources to have layout(binding=X). 2018-02-22 11:47:41 -07:00
vulkan.vert.out GLSL/Vulkan: Enforce no location aliasing in vertex inputs. 2018-04-12 11:37:57 -06:00
whileLoop.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00