glslang-zig/Test/baseResults
Greg Fischer c1ae2f33b5 Do not generate samplerBuffer for spirv1.6 and beyond
This type was removed from spirv1.6. If samplerBuffer is specified in
GLSL, generate textureBuffer. If samplerBuffer type is constructed,
just return the buffer.

Fixes #2956
2022-06-21 17:42:53 -06:00
..
100.frag.out Add support for es extension GL_EXT_blend_func_extended 2020-04-30 23:21:14 -07: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 Fix scope definition in ES 100. (#2379) 2020-09-14 08:00:48 -06:00
110scope.vert.out GLSL: Fix #1358: Support "struct name", where name could be a user type 2018-06-11 19:28:15 -06:00
120.frag.out Rename GL_KHX_shader_explicit_arithmetic_types to GL_EXT_shader_explicit_arithmetic_types 2018-12-03 13:16:59 +01:00
120.vert.out Add support for ARB_uniform_buffer_object 2019-12-23 16:30:12 +08:00
130.frag.out Add support for ARB_sample_shading 2019-12-23 14:34:38 +08: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 Add support for ARB_texture_multisample 2019-12-23 15:37:04 +08: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 The first redeclarations of gl_FragCoord must appear before any 2022-03-11 14:42:11 +08:00
150.geom.out EndStreamPrimitive not supported when there is #extension GL_ARB_gpu_shader5 2022-01-04 10:40:04 +08:00
150.tesc.out Enhance readability of error messages for GLSL 2022-02-01 12:10:08 -07:00
150.vert.out only declare compatibility gl_ variables in compatibility mode 2021-06-10 21:52:09 -04:00
300.frag.out Add support for es extension GL_EXT_blend_func_extended 2020-04-30 23:21:14 -07:00
300.vert.out Implement GL_EXT_scalar_block_layout 2018-11-14 09:30:53 -06:00
300block.frag.out Perform update_precision on constructors and converts 2021-09-02 14:18:51 -06:00
300BuiltIns.frag.out Fix #1983: __ is okay starting with ES 300, rather than 310. 2019-11-23 01:29:02 -07:00
300layout.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
300layout.vert.out 8. io mapping refine & qualifier member check & resolver expand (#2396) 2020-11-03 13:34:19 -07: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
300samplerExternalYUV.frag.out Add support for GL_EXT_YUV_target 2019-01-29 13:17:47 -08:00
300scope.vert.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
310.comp.out Perform update_precision on constructors and converts 2021-09-02 14:18:51 -06:00
310.frag.out Perform update_precision on constructors and converts 2021-09-02 14:18:51 -06:00
310.geom.out Enhance readability of error messages for GLSL 2022-02-01 12:10:08 -07:00
310.inheritMemory.frag.out Reserve unused std140 uniform block in reflection, and fix uniform block matrix layout (#2041) 2020-05-15 02:26:48 -06:00
310.tesc.out Enhance readability of error messages for GLSL 2022-02-01 12:10:08 -07:00
310.tese.out Enhance readability of error messages for GLSL 2022-02-01 12:10:08 -07:00
310.vert.out Perform update_precision on constructors and converts 2021-09-02 14:18:51 -06:00
310AofA.vert.out GLSL/SPV: Propagaet precision qualifier from function to return value. 2020-07-15 23:38:47 -06:00
310implicitSizeArrayError.vert.out Non-functional. Rationalizations enabling future generalizations: 2018-03-28 18:01:20 -06:00
310runtimeArray.vert.out Remove execute permissions 2018-08-07 03:16:20 +09:00
320.comp.out ESSL: Fix #1823: Conditions for when derivatives are in compute shader. 2019-07-15 01:20:18 -06:00
320.frag.out Perform update_precision on constructors and converts 2021-09-02 14:18:51 -06:00
320.geom.out Enhance readability of error messages for GLSL 2022-02-01 12:10:08 -07:00
320.tesc.out Enhance readability of error messages for GLSL 2022-02-01 12:10:08 -07:00
320.tese.out Enhance readability of error messages for GLSL 2022-02-01 12:10:08 -07:00
320.vert.out Perform update_precision on constructors and converts 2021-09-02 14:18:51 -06:00
330.frag.out Add check for DOUBLE in low versions (#2223) 2020-05-18 03:41:52 -06:00
330comp.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
400.frag.out only declare compatibility gl_ variables in compatibility mode 2021-06-10 21:52:09 -04:00
400.geom.out Revert "GLSL: Fix #1279: refract does not have a double-type eta." 2018-06-19 09:43:09 -06: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 Remove execute permissions 2018-08-07 03:16:20 +09:00
410.geom.out Enhance readability of error messages for GLSL 2022-02-01 12:10:08 -07: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 Add builtin constants 2020-01-06 15:53:20 +08:00
420.comp.out Remove execute permissions 2018-08-07 03:16:20 +09:00
420.frag.out Add Shared/Std140 SSBO process & top-level array elements related (#2231) 2020-06-04 01:47:18 -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 Enhance readability of error messages for GLSL 2022-02-01 12:10:08 -07: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 Fix off-by-1 bug in gl_MaxCombinedTextureImageUnits check 2021-02-26 17:07:52 -07: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 Add support for GL_EXT_shared_memory_block 2021-01-29 11:23:05 -08:00
430.vert.out Fix xfb stride limit issue (#2088) 2020-06-09 02:30:14 -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 only declare compatibility gl_ variables in compatibility mode 2021-06-10 21:52:09 -04:00
435.vert.out Remove execute permissions 2018-08-07 03:16:20 +09:00
440.frag.out Do not propagate packing qualifiers to scalars or vectors 2021-04-06 15:40:22 -06:00
440.vert.out Fix bug in printing trailing comma when dumping AST for a structure. 2019-07-17 14:40:58 -07:00
450.comp.out Modify atomic_uint binding check 2019-12-25 17:08:48 +08:00
450.frag.out For bug #2580: sparseTextureGatherOffsetsARB should only take constant offsets. 2021-03-29 14:27:17 -07:00
450.geom.out Enhance readability of error messages for GLSL 2022-02-01 12:10:08 -07: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 only declare compatibility gl_ variables in compatibility mode 2021-06-10 21:52:09 -04:00
460.frag.out SPV 1.4: Implement the 5 new loop controls. 2019-05-10 00:02:45 -06:00
460.vert.out Add constant expression with mod 2019-12-23 11:29:52 +08: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 GLSL/SPV: Propagaet precision qualifier from function to return value. 2020-07-15 23:38:47 -06:00
atomic_uint.frag.out atomic counter offset should align to 4 2019-12-25 17:27:45 +08:00
atomicAdd.comp.out Atomic memory function can only be used for shader storage block member or shared variable. 2021-07-12 16:57:25 +08:00
atomicCounterARBOps.vert.out Support Extension GL_ARB_shader_atomic_counter_ops and relative intrisic functions. 2021-08-02 10:16:25 +08: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
BestMatchFunction.vert.out #extension GL_ARB_gpu_shader5 support the implicit conversion , 2021-11-10 09:44:16 +08:00
comment.frag.out GLSL: replace general missing functionality with specific messages. 2017-06-05 16:42:33 -06:00
compoundsuffix.frag.hlsl Update test expected files with new magic number 2020-06-22 11:49:38 +01: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
constantUnaryConversion.comp.out remove undefined conversions from test constantUnaryConversion.comp 2021-11-15 14:01:15 -07:00
constErrors.frag.out Implement GL_NV_cooperative_matrix 2019-02-25 23:42:59 -06:00
constFold.frag.out Fix #2132: constant matrix constructor from single non-scalar argument 2020-03-19 16:46:30 -04:00
constFoldIntMin.frag.out SPV: Implement Vulkan 1.1 features and extensions. 2018-03-06 16:12:04 -07:00
contradict_0.geom.out Remove executable bits from code/data files (#2420) 2020-10-12 10:08:47 -06:00
conversion.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
coord_conventions.frag.out 1. refine the check for "origin_upper_left" and "pixel_center_integer" 2022-03-01 15:06:04 +08:00
cppBad.vert.out Implement the extension GL_EXT_spirv_intrinsics 2021-06-09 14:18:06 +08:00
cppBad2.vert.out PP: Fix #1694: Rationalize errors on partially expanded macro argument. 2019-02-16 07:35:13 -07:00
cppBad3.vert.out Remove executable bits from code/data files (#2420) 2020-10-12 10:08:47 -06:00
cppBad4.vert.out Remove executable bits from code/data files (#2420) 2020-10-12 10:08:47 -06:00
cppBad5.vert.out Remove executable bits from code/data files (#2420) 2020-10-12 10:08:47 -06:00
cppComplexExpr.vert.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
cppDeepNest.frag.out Implement GL_EXT_terminate_invocation (#2454) 2020-11-09 09:30:01 -07: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
cppMerge.frag.out Remove executable bits from code/data files (#2420) 2020-10-12 10:08:47 -06:00
cppNest.vert.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
cppPassMacroName.frag.out Remove execute permissions 2018-08-07 03:16:20 +09:00
cppRelaxSkipTokensErrors.vert.out Remove execute permissions 2018-08-07 03:16:20 +09:00
cppSimple.vert.out Merge pull request #2664 from mbechard/master 2021-06-17 14:49:02 -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
EndStreamPrimitive.geom.out EndStreamPrimitive not supported when there is #extension GL_ARB_gpu_shader5 2022-01-04 10:40:04 +08:00
enhanced.0.frag.out Enhance readability of error messages for GLSL 2022-02-01 12:10:08 -07:00
enhanced.1.frag.out Enhance readability of error messages for GLSL 2022-02-01 12:10:08 -07:00
enhanced.2.frag.out Enhance readability of error messages for GLSL 2022-02-01 12:10:08 -07:00
enhanced.3.link.out Enhance readability of error messages for GLSL 2022-02-01 12:10:08 -07:00
enhanced.4.link.out Enhance readability of error messages for GLSL 2022-02-01 12:10:08 -07:00
enhanced.5.link.out Enhance readability of error messages for GLSL 2022-02-01 12:10:08 -07:00
enhanced.6.link.out Enhance readability of error messages for GLSL 2022-02-01 12:10:08 -07:00
enhanced.7.link.out Enhance readability of error messages for GLSL 2022-02-01 12:10:08 -07: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 Rename GL_KHX_shader_explicit_arithmetic_types to GL_EXT_shader_explicit_arithmetic_types 2018-12-03 13:16:59 +01:00
floatBitsToInt.vert.out Support the floatBitsToint function at GL_ARB_gpu_shader5 Extension. 2022-01-07 13:50:30 +08: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
GL_ARB_draw_instanced.vert.out Support the #extension GL_ARB_draw_instanced. 2021-11-08 13:48:03 +08:00
GL_ARB_fragment_coord_conventions.vert.out Support the #extension GL_ARB_fragment_coord_conventions. 2021-11-10 10:41:40 +08:00
GL_ARB_gpu_shader5.u2i.vert.out Support Uint to Int implicit conversions at #extension GL_ARB_gpu_shader5. 2021-07-19 17:24:28 +08:00
GL_EXT_shader_integer_mix.vert.out Add the GL_EXT_shader_integer_mix Preamble for glsl. 2021-11-02 14:39:28 +08:00
gl_FragCoord.frag.out The first redeclarations of gl_FragCoord must appear before any 2022-03-11 14:42:11 +08:00
glsl.-D-U.frag.out Tests: Fix missing test result. 2017-06-15 11:10:57 -06:00
glsl.140.layoutOffset.error.vert.out Fix xfb stride limit issue (#2088) 2020-06-09 02:30:14 -06:00
glsl.430.layoutOffset.error.vert.out Fix xfb stride limit issue (#2088) 2020-06-09 02:30:14 -06:00
glsl.450.subgroup.frag.out GLSL/SPV: Pre SPIR-V 1.5, subgroupQuadBroadcast index must be constant 2019-10-14 23:08:26 -06:00
glsl.450.subgroup.geom.out Add support for GL_NV_shader_sm_builtins 2019-06-08 08:53:11 -04:00
glsl.450.subgroup.tesc.out Add support for GL_NV_shader_sm_builtins 2019-06-08 08:53:11 -04:00
glsl.450.subgroup.tese.out Add support for GL_NV_shader_sm_builtins 2019-06-08 08:53:11 -04:00
glsl.450.subgroup.vert.out Add support for GL_NV_shader_sm_builtins 2019-06-08 08:53:11 -04:00
glsl.450.subgroupArithmetic.comp.out Fix subgroup support for ray tracing 2019-05-31 14:17:36 -04:00
glsl.450.subgroupBallot.comp.out Fix subgroup support for ray tracing 2019-05-31 14:17:36 -04:00
glsl.450.subgroupBallotNeg.comp.out Fix subgroup support for ray tracing 2019-05-31 14:17:36 -04:00
glsl.450.subgroupBasic.comp.out Add support for GL_NV_shader_sm_builtins 2019-06-08 08:53:11 -04:00
glsl.450.subgroupClustered.comp.out Fix subgroup support for ray tracing 2019-05-31 14:17:36 -04:00
glsl.450.subgroupClusteredNeg.comp.out Fix subgroup support for ray tracing 2019-05-31 14:17:36 -04:00
glsl.450.subgroupPartitioned.comp.out Fix subgroup support for ray tracing 2019-05-31 14:17:36 -04:00
glsl.450.subgroupQuad.comp.out Fix subgroup support for ray tracing 2019-05-31 14:17:36 -04:00
glsl.450.subgroupShuffle.comp.out Fix subgroup support for ray tracing 2019-05-31 14:17:36 -04:00
glsl.450.subgroupShuffleRelative.comp.out Fix subgroup support for ray tracing 2019-05-31 14:17:36 -04:00
glsl.450.subgroupVote.comp.out Fix subgroup support for ray tracing 2019-05-31 14:17:36 -04:00
glsl.460.subgroup.mesh.out Add support for GL_NV_shader_sm_builtins 2019-06-08 08:53:11 -04:00
glsl.460.subgroup.rahit.out Add support for GL_NV_shader_sm_builtins 2019-06-08 08:53:11 -04:00
glsl.460.subgroup.rcall.out Updates for final Vulkan ray tracing extensions (#2466) 2020-11-23 13:41:27 -07:00
glsl.460.subgroup.rchit.out Updates for final Vulkan ray tracing extensions (#2466) 2020-11-23 13:41:27 -07:00
glsl.460.subgroup.rgen.out Updates for final Vulkan ray tracing extensions (#2466) 2020-11-23 13:41:27 -07:00
glsl.460.subgroup.rint.out Updates for final Vulkan ray tracing extensions (#2466) 2020-11-23 13:41:27 -07:00
glsl.460.subgroup.rmiss.out Updates for final Vulkan ray tracing extensions (#2466) 2020-11-23 13:41:27 -07:00
glsl.460.subgroup.task.out Add support for GL_NV_shader_sm_builtins 2019-06-08 08:53:11 -04:00
glsl.autosampledtextures.frag.out Added usage hint for --auto-sampled-textures, added test cases 2021-04-22 13:13:38 +02:00
glsl.entryPointRename.vert.bad.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
glsl.entryPointRename.vert.out Update test expected files with new magic number 2020-06-22 11:49:38 +01: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
glsl.es300.layoutOffset.error.vert.out Fix xfb stride limit issue (#2088) 2020-06-09 02:30:14 -06:00
glsl.es320.subgroup.frag.out Fix subgroup support for ray tracing 2019-05-31 14:17:36 -04:00
glsl.es320.subgroup.geom.out Perform update_precision on constructors and converts 2021-09-02 14:18:51 -06:00
glsl.es320.subgroup.tesc.out Perform update_precision on constructors and converts 2021-09-02 14:18:51 -06:00
glsl.es320.subgroup.tese.out Perform update_precision on constructors and converts 2021-09-02 14:18:51 -06:00
glsl.es320.subgroup.vert.out Perform update_precision on constructors and converts 2021-09-02 14:18:51 -06:00
glsl.es320.subgroupArithmetic.comp.out Fix subgroup support for ray tracing 2019-05-31 14:17:36 -04:00
glsl.es320.subgroupBallot.comp.out Fix subgroup support for ray tracing 2019-05-31 14:17:36 -04:00
glsl.es320.subgroupBallotNeg.comp.out Fix subgroup support for ray tracing 2019-05-31 14:17:36 -04:00
glsl.es320.subgroupBasic.comp.out Fix subgroup support for ray tracing 2019-05-31 14:17:36 -04:00
glsl.es320.subgroupClustered.comp.out Fix subgroup support for ray tracing 2019-05-31 14:17:36 -04:00
glsl.es320.subgroupClusteredNeg.comp.out Fix subgroup support for ray tracing 2019-05-31 14:17:36 -04:00
glsl.es320.subgroupPartitioned.comp.out Fix subgroup support for ray tracing 2019-05-31 14:17:36 -04:00
glsl.es320.subgroupQuad.comp.out Fix subgroup support for ray tracing 2019-05-31 14:17:36 -04:00
glsl.es320.subgroupShuffle.comp.out Fix subgroup support for ray tracing 2019-05-31 14:17:36 -04:00
glsl.es320.subgroupShuffleRelative.comp.out Fix subgroup support for ray tracing 2019-05-31 14:17:36 -04:00
glsl.es320.subgroupVote.comp.out Fix subgroup support for ray tracing 2019-05-31 14:17:36 -04:00
glsl.versionOverride.comp.out Added initial tests for --glsl-version 2022-01-10 09:43:44 -05:00
glsl.versionOverride.frag.out Added initial tests for --glsl-version 2022-01-10 09:43:44 -05:00
glsl.versionOverride.geom.out Added initial tests for --glsl-version 2022-01-10 09:43:44 -05:00
glsl.versionOverride.tesc.out Added missing test result 2022-01-10 09:56:54 -05:00
glsl.versionOverride.tese.out Added initial tests for --glsl-version 2022-01-10 09:43:44 -05:00
glsl.versionOverride.vert.out Added initial tests for --glsl-version 2022-01-10 09:43:44 -05:00
glspv.esversion.vert.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
glspv.frag.out Remove execute permissions 2018-08-07 03:16:20 +09:00
glspv.version.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
glspv.version.vert.out Remove execute permissions 2018-08-07 03:16:20 +09:00
glspv.vert.out Web: Turn off includes, independent preprocessing path, fine tune all. 2019-08-20 23:21:56 -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 fix error message for hlslGrammar::acceptConstructor 2021-05-11 09:42:11 +01:00
hlsl.amend.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.array.flatten.frag.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
hlsl.array.frag.out fix error message for hlslGrammar::acceptConstructor 2021-05-11 09:42:11 +01:00
hlsl.array.implicit-size.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.array.multidim.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.assoc.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.attribute.expression.comp.out Remove output variables from compute regression tests 2021-06-15 15:56:27 -06:00
hlsl.attribute.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.attributeC11.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.attributeGlobalBuffer.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.automap.frag.out Add Shared/Std140 SSBO process & top-level array elements related (#2231) 2020-06-04 01:47:18 -06:00
hlsl.autosampledtextures.frag.out Added usage hint for --auto-sampled-textures, added test cases 2021-04-22 13:13:38 +02:00
hlsl.basic.comp.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.basic.geom.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.boolConv.vert.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.buffer.frag.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
hlsl.calculatelod.dx10.frag.out fix error message for hlslGrammar::acceptConstructor 2021-05-11 09:42:11 +01:00
hlsl.calculatelodunclamped.dx10.frag.out fix error message for hlslGrammar::acceptConstructor 2021-05-11 09:42:11 +01:00
hlsl.cast.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.cbuffer-identifier.vert.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.charLit.vert.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.clip.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.clipdistance-1.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.clipdistance-1.geom.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.clipdistance-1.vert.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.clipdistance-2.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.clipdistance-2.geom.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.clipdistance-2.vert.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.clipdistance-3.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.clipdistance-3.geom.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.clipdistance-3.vert.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.clipdistance-4.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.clipdistance-4.geom.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.clipdistance-4.vert.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.clipdistance-5.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.clipdistance-5.vert.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.clipdistance-6.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.clipdistance-6.vert.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.clipdistance-7.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.clipdistance-7.vert.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.clipdistance-8.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.clipdistance-8.vert.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.clipdistance-9.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.clipdistance-9.vert.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.color.hull.tesc.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.comparison.vec.frag.out fix error message for hlslGrammar::acceptConstructor 2021-05-11 09:42:11 +01:00
hlsl.conditional.frag.out fix error message for hlslGrammar::acceptConstructor 2021-05-11 09:42:11 +01:00
hlsl.constantbuffer.frag.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
hlsl.constructArray.vert.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.constructexpr.frag.out fix error message for hlslGrammar::acceptConstructor 2021-05-11 09:42:11 +01:00
hlsl.constructimat.frag.out fix error message for hlslGrammar::acceptConstructor 2021-05-11 09:42:11 +01:00
hlsl.coverage.frag.out fix error message for hlslGrammar::acceptConstructor 2021-05-11 09:42:11 +01:00
hlsl.dashI.vert.d.out Add some basic --depfile tests 2021-04-20 18:12:39 +02:00
hlsl.dashI.vert.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.deadFunctionMissingBody.vert.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.depthGreater.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.depthLess.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.discard.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.doLoop.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.domain.1.tese.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.domain.2.tese.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.domain.3.tese.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.earlydepthstencil.frag.out fix error message for hlslGrammar::acceptConstructor 2021-05-11 09:42:11 +01:00
hlsl.emptystruct.init.vert.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.emptystructreturn.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.emptystructreturn.vert.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.entry-in.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.entry-out.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.entry.rename.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.explicitDescriptorSet-2.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.explicitDescriptorSet.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.flatten.return.frag.out fix error message for hlslGrammar::acceptConstructor 2021-05-11 09:42:11 +01:00
hlsl.flattenOpaque.frag.out fix error message for hlslGrammar::acceptConstructor 2021-05-11 09:42:11 +01:00
hlsl.flattenOpaqueInit.vert.out fix error message for hlslGrammar::acceptConstructor 2021-05-11 09:42:11 +01:00
hlsl.flattenOpaqueInitMix.vert.out fix error message for hlslGrammar::acceptConstructor 2021-05-11 09:42:11 +01:00
hlsl.flattenSubset.frag.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
hlsl.flattenSubset2.frag.out fix error message for hlslGrammar::acceptConstructor 2021-05-11 09:42:11 +01:00
hlsl.float1.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.float4.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.forLoop.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.format.rwtexture.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01: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 Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.function.frag.out HLSL: fix handling of uniform qualifier in entry point parameters (#2254) 2020-06-02 00:30:07 -06:00
hlsl.gather.array.dx10.frag.out fix error message for hlslGrammar::acceptConstructor 2021-05-11 09:42:11 +01:00
hlsl.gather.basic.dx10.frag.out fix error message for hlslGrammar::acceptConstructor 2021-05-11 09:42:11 +01:00
hlsl.gather.basic.dx10.vert.out fix error message for hlslGrammar::acceptConstructor 2021-05-11 09:42:11 +01:00
hlsl.gather.offset.dx10.frag.out fix error message for hlslGrammar::acceptConstructor 2021-05-11 09:42:11 +01:00
hlsl.gather.offsetarray.dx10.frag.out fix error message for hlslGrammar::acceptConstructor 2021-05-11 09:42:11 +01:00
hlsl.gathercmpRGBA.offset.dx10.frag.out fix error message for hlslGrammar::acceptConstructor 2021-05-11 09:42:11 +01:00
hlsl.gatherRGBA.array.dx10.frag.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
hlsl.gatherRGBA.basic.dx10.frag.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
hlsl.gatherRGBA.offset.dx10.frag.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
hlsl.gatherRGBA.offsetarray.dx10.frag.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
hlsl.getdimensions.dx10.frag.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
hlsl.getdimensions.dx10.vert.out fix error message for hlslGrammar::acceptConstructor 2021-05-11 09:42:11 +01:00
hlsl.getdimensions.rw.dx10.frag.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
hlsl.getsampleposition.dx10.frag.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
hlsl.global-const-init.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.groupid.comp.out fix error message for hlslGrammar::acceptConstructor 2021-05-11 09:42:11 +01:00
hlsl.gs-hs-mix.tesc.out fix error message for hlslGrammar::acceptConstructor 2021-05-11 09:42:11 +01:00
hlsl.hlslOffset.vert.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.hull.1.tesc.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.hull.2.tesc.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.hull.3.tesc.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.hull.4.tesc.out Update test expected files with new magic number 2020-06-22 11:49:38 +01: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.6.tesc.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.hull.ctrlpt-1.tesc.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.hull.ctrlpt-2.tesc.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.hull.void.tesc.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.identifier.sample.frag.out fix error message for hlslGrammar::acceptConstructor 2021-05-11 09:42:11 +01:00
hlsl.if.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.imagefetch-subvec4.comp.out Fix OpImageRead result type when compiling HLSL (#2706) 2021-07-28 09:29:17 -06:00
hlsl.imageload-subvec4.comp.out Fix OpImageRead result type when compiling HLSL (#2706) 2021-07-28 09:29:17 -06:00
hlsl.implicitBool.frag.out fix error message for hlslGrammar::acceptConstructor 2021-05-11 09:42:11 +01:00
hlsl.include.vert.d.out Add some basic --depfile tests 2021-04-20 18:12:39 +02:00
hlsl.include.vert.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.includeNegative.vert.out Issue error when declaration rule fails 2021-04-09 16:55:23 -06:00
hlsl.inf.vert.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.init.frag.out fix error message for hlslGrammar::acceptConstructor 2021-05-11 09:42:11 +01:00
hlsl.init2.frag.out fix error message for hlslGrammar::acceptConstructor 2021-05-11 09:42:11 +01:00
hlsl.inoutquals.frag.out fix error message for hlslGrammar::acceptConstructor 2021-05-11 09:42:11 +01:00
hlsl.inoutquals.negative.frag.out HLSL: Add better diagnostic when using in/out qualifiers in global scope (#2258) 2020-06-02 00:32:35 -06:00
hlsl.instance.geom.out Add hlsl.instance.geom output 2022-05-24 20:09:20 +02:00
hlsl.int.dot.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.intrinsic.frexp.frag.out fix error message for hlslGrammar::acceptConstructor 2021-05-11 09:42:11 +01:00
hlsl.intrinsic.frexp.vert.out fix error message for hlslGrammar::acceptConstructor 2021-05-11 09:42:11 +01:00
hlsl.intrinsics.barriers.comp.out Remove output variables from compute regression tests 2021-06-15 15:56:27 -06:00
hlsl.intrinsics.comp.out fix error message for hlslGrammar::acceptConstructor 2021-05-11 09:42:11 +01:00
hlsl.intrinsics.d3dcolortoubyte4.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.intrinsics.double.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.intrinsics.f1632.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.intrinsics.f3216.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.intrinsics.frag.out fix error message for hlslGrammar::acceptConstructor 2021-05-11 09:42:11 +01:00
hlsl.intrinsics.lit.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.intrinsics.negative.comp.out Remove output variables from compute regression tests 2021-06-15 15:56:27 -06:00
hlsl.intrinsics.negative.frag.out fix error message for hlslGrammar::acceptConstructor 2021-05-11 09:42:11 +01:00
hlsl.intrinsics.negative.vert.out fix error message for hlslGrammar::acceptConstructor 2021-05-11 09:42:11 +01:00
hlsl.intrinsics.promote.down.frag.out fix error message for hlslGrammar::acceptConstructor 2021-05-11 09:42:11 +01:00
hlsl.intrinsics.promote.frag.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
hlsl.intrinsics.promote.outputs.frag.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
hlsl.intrinsics.vert.out fix error message for hlslGrammar::acceptConstructor 2021-05-11 09:42:11 +01:00
hlsl.isfinite.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.layout.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.layoutOverride.vert.out fix error message for hlslGrammar::acceptConstructor 2021-05-11 09:42:11 +01:00
hlsl.load.2dms.dx10.frag.out Fix unit test failures 2021-06-08 10:39:55 -04:00
hlsl.load.array.dx10.frag.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
hlsl.load.basic.dx10.frag.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
hlsl.load.basic.dx10.vert.out fix error message for hlslGrammar::acceptConstructor 2021-05-11 09:42:11 +01:00
hlsl.load.buffer.dx10.frag.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
hlsl.load.buffer.float.dx10.frag.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
hlsl.load.offset.dx10.frag.out Fix unit test failures 2021-06-08 10:39:55 -04:00
hlsl.load.offsetarray.dx10.frag.out Fix unit test failures 2021-06-08 10:39:55 -04:00
hlsl.load.rwbuffer.dx10.frag.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
hlsl.load.rwtexture.array.dx10.frag.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
hlsl.load.rwtexture.dx10.frag.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -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 Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.logical.binary.vec.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.logical.unary.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.logicalConvert.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.loopattr.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.matNx1.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.matpack-1.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.matpack-pragma-global.frag.out Add pack_matrix test 2020-06-25 17:54:16 +09:00
hlsl.matpack-pragma.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.matrixindex.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.matrixSwizzle.vert.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.matType.bool.frag.out fix error message for hlslGrammar::acceptConstructor 2021-05-11 09:42:11 +01:00
hlsl.matType.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.matType.int.frag.out fix error message for hlslGrammar::acceptConstructor 2021-05-11 09:42:11 +01:00
hlsl.max.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.memberFunCall.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.mintypes.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.mip.negative.frag.out fix error message for hlslGrammar::acceptConstructor 2021-05-11 09:42:11 +01:00
hlsl.mip.negative2.frag.out fix error message for hlslGrammar::acceptConstructor 2021-05-11 09:42:11 +01:00
hlsl.mip.operator.frag.out fix error message for hlslGrammar::acceptConstructor 2021-05-11 09:42:11 +01:00
hlsl.mul-truncate.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.multiDescriptorSet.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.multiEntry.vert.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.multiReturn.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.namespace.frag.out Fix Test/hlsl.namespace.frag test case 2022-02-16 17:17:08 -05:00
hlsl.nonint-index.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.nonstaticMemberFunction.frag.out fix error message for hlslGrammar::acceptConstructor 2021-05-11 09:42:11 +01:00
hlsl.noSemantic.functionality1.comp.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.numericsuffixes.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.numthreads.comp.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.opaque-type-bug.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.overload.frag.out fix error message for hlslGrammar::acceptConstructor 2021-05-11 09:42:11 +01:00
hlsl.params.default.frag.out fix error message for hlslGrammar::acceptConstructor 2021-05-11 09:42:11 +01:00
hlsl.params.default.negative.frag.out fix error message for hlslGrammar::acceptConstructor 2021-05-11 09:42:11 +01:00
hlsl.partialFlattenLocal.vert.out Generate separate stores for partially swizzled memory stores 2021-07-28 14:55:45 -06:00
hlsl.partialFlattenMixed.vert.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
hlsl.partialInit.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.PointSize.geom.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.PointSize.vert.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.pp.expand.frag.err PP: Fix #155: Don't give error on HLSL PP-only parsing. 2018-10-25 12:43:02 -06:00
hlsl.pp.expand.frag.out Printing preprocessed shaders (not a supported path): Fix #1490: strings 2018-09-10 11:42:16 -06:00
hlsl.pp.line.frag.out fix error message for hlslGrammar::acceptConstructor 2021-05-11 09:42:11 +01:00
hlsl.pp.line2.frag.out generate OpLine before OpFunction 2022-05-23 23:05:43 -07:00
hlsl.pp.line3.frag.out generate OpLine before OpFunction 2022-05-23 23:05:43 -07:00
hlsl.pp.line4.frag.out generate OpLine before OpFunction 2022-05-23 23:05:43 -07:00
hlsl.pp.vert.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.precedence.frag.out fix error message for hlslGrammar::acceptConstructor 2021-05-11 09:42:11 +01:00
hlsl.precedence2.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.precise.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.preprocessor.frag.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
hlsl.printf.comp.out HLSL: Add support for printf(). 2020-10-24 22:10:13 +08:00
hlsl.promote.atomic.frag.out fix error message for hlslGrammar::acceptConstructor 2021-05-11 09:42:11 +01:00
hlsl.promote.binary.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.promote.vec1.frag.out fix error message for hlslGrammar::acceptConstructor 2021-05-11 09:42:11 +01:00
hlsl.promotions.frag.out fix error message for hlslGrammar::acceptConstructor 2021-05-11 09:42:11 +01:00
hlsl.reflection.binding.frag.out Add Shared/Std140 SSBO process & top-level array elements related (#2231) 2020-06-04 01:47:18 -06: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 Add Shared/Std140 SSBO process & top-level array elements related (#2231) 2020-06-04 01:47:18 -06:00
hlsl.round.dx9.frag.out generate OpLine before OpFunction 2022-05-23 23:05:43 -07:00
hlsl.round.dx10.frag.out Don't use roundEven() to implement round() in DX9 compatibility mode 2020-12-16 18:35:42 +01:00
hlsl.rw.atomics.frag.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
hlsl.rw.bracket.frag.out fix error message for hlslGrammar::acceptConstructor 2021-05-11 09:42:11 +01:00
hlsl.rw.register.frag.out Fix OpImageRead result type when compiling HLSL (#2706) 2021-07-28 09:29:17 -06:00
hlsl.rw.scalar.bracket.frag.out Fix OpImageRead result type when compiling HLSL (#2706) 2021-07-28 09:29:17 -06:00
hlsl.rw.swizzle.frag.out fix error message for hlslGrammar::acceptConstructor 2021-05-11 09:42:11 +01:00
hlsl.rw.vec2.bracket.frag.out Fix OpImageRead result type when compiling HLSL (#2706) 2021-07-28 09:29:17 -06:00
hlsl.sample.array.dx10.frag.out fix error message for hlslGrammar::acceptConstructor 2021-05-11 09:42:11 +01:00
hlsl.sample.basic.dx10.frag.out fix error message for hlslGrammar::acceptConstructor 2021-05-11 09:42:11 +01:00
hlsl.sample.dx9.frag.out generate OpLine before OpFunction 2022-05-23 23:05:43 -07:00
hlsl.sample.dx9.vert.out generate OpLine before OpFunction 2022-05-23 23:05:43 -07:00
hlsl.sample.offset.dx10.frag.out fix error message for hlslGrammar::acceptConstructor 2021-05-11 09:42:11 +01:00
hlsl.sample.offsetarray.dx10.frag.out fix error message for hlslGrammar::acceptConstructor 2021-05-11 09:42:11 +01:00
hlsl.sample.sub-vec4.dx10.frag.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
hlsl.samplebias.array.dx10.frag.out fix error message for hlslGrammar::acceptConstructor 2021-05-11 09:42:11 +01:00
hlsl.samplebias.basic.dx10.frag.out fix error message for hlslGrammar::acceptConstructor 2021-05-11 09:42:11 +01:00
hlsl.samplebias.offset.dx10.frag.out Fix SPIR-V for SampleBias 2021-09-17 17:22:39 -06:00
hlsl.samplebias.offsetarray.dx10.frag.out Fix SPIR-V for SampleBias 2021-09-17 17:22:39 -06:00
hlsl.samplecmp.array.dx10.frag.out fix error message for hlslGrammar::acceptConstructor 2021-05-11 09:42:11 +01:00
hlsl.samplecmp.basic.dx10.frag.out fix error message for hlslGrammar::acceptConstructor 2021-05-11 09:42:11 +01:00
hlsl.samplecmp.dualmode.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.samplecmp.negative.frag.out fix error message for hlslGrammar::acceptConstructor 2021-05-11 09:42:11 +01:00
hlsl.samplecmp.negative2.frag.out fix error message for hlslGrammar::acceptConstructor 2021-05-11 09:42:11 +01:00
hlsl.samplecmp.offset.dx10.frag.out fix error message for hlslGrammar::acceptConstructor 2021-05-11 09:42:11 +01:00
hlsl.samplecmp.offsetarray.dx10.frag.out fix error message for hlslGrammar::acceptConstructor 2021-05-11 09:42:11 +01:00
hlsl.samplecmplevelzero.array.dx10.frag.out fix error message for hlslGrammar::acceptConstructor 2021-05-11 09:42:11 +01:00
hlsl.samplecmplevelzero.basic.dx10.frag.out fix error message for hlslGrammar::acceptConstructor 2021-05-11 09:42:11 +01:00
hlsl.samplecmplevelzero.offset.dx10.frag.out fix error message for hlslGrammar::acceptConstructor 2021-05-11 09:42:11 +01:00
hlsl.samplecmplevelzero.offsetarray.dx10.frag.out fix error message for hlslGrammar::acceptConstructor 2021-05-11 09:42:11 +01:00
hlsl.samplegrad.array.dx10.frag.out fix error message for hlslGrammar::acceptConstructor 2021-05-11 09:42:11 +01:00
hlsl.samplegrad.basic.dx10.frag.out fix error message for hlslGrammar::acceptConstructor 2021-05-11 09:42:11 +01:00
hlsl.samplegrad.basic.dx10.vert.out fix error message for hlslGrammar::acceptConstructor 2021-05-11 09:42:11 +01:00
hlsl.samplegrad.offset.dx10.frag.out fix error message for hlslGrammar::acceptConstructor 2021-05-11 09:42:11 +01:00
hlsl.samplegrad.offsetarray.dx10.frag.out fix error message for hlslGrammar::acceptConstructor 2021-05-11 09:42:11 +01:00
hlsl.samplelevel.array.dx10.frag.out fix error message for hlslGrammar::acceptConstructor 2021-05-11 09:42:11 +01:00
hlsl.samplelevel.basic.dx10.frag.out fix error message for hlslGrammar::acceptConstructor 2021-05-11 09:42:11 +01:00
hlsl.samplelevel.basic.dx10.vert.out fix error message for hlslGrammar::acceptConstructor 2021-05-11 09:42:11 +01:00
hlsl.samplelevel.offset.dx10.frag.out fix error message for hlslGrammar::acceptConstructor 2021-05-11 09:42:11 +01:00
hlsl.samplelevel.offsetarray.dx10.frag.out fix error message for hlslGrammar::acceptConstructor 2021-05-11 09:42:11 +01:00
hlsl.scalar-length.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.scalar2matrix.frag.out fix error message for hlslGrammar::acceptConstructor 2021-05-11 09:42:11 +01:00
hlsl.scalarCast.vert.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.scope.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.self_cast.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.semantic-1.vert.out fix error message for hlslGrammar::acceptConstructor 2021-05-11 09:42:11 +01:00
hlsl.semantic.geom.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.semantic.vert.out SPIRV-Tools and tests: Update to location-validation in SPIRV-Tools. 2020-07-01 07:18:57 -06:00
hlsl.semicolons.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.shapeConv.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.shapeConvRet.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.shift.per-set.frag.out Add Shared/Std140 SSBO process & top-level array elements related (#2231) 2020-06-04 01:47:18 -06:00
hlsl.sin.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.singleArgIntPromo.vert.out fix error message for hlslGrammar::acceptConstructor 2021-05-11 09:42:11 +01:00
hlsl.snorm.uav.comp.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
hlsl.specConstant.frag.out Remove executable bits from code/data files (#2420) 2020-10-12 10:08:47 -06:00
hlsl.spv.1.6.discard.frag.out Add Vulkan 1.3 support 2022-01-26 17:57:31 -07:00
hlsl.staticFuncInit.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.staticMemberFunction.frag.out fix error message for hlslGrammar::acceptConstructor 2021-05-11 09:42:11 +01:00
hlsl.store.rwbyteaddressbuffer.type.comp.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.string.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.stringtoken.frag.out fix error message for hlslGrammar::acceptConstructor 2021-05-11 09:42:11 +01:00
hlsl.struct.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.struct.split-1.vert.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.struct.split.array.geom.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.struct.split.assign.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.struct.split.call.vert.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.struct.split.nested.geom.out fix error message for hlslGrammar::acceptConstructor 2021-05-11 09:42:11 +01:00
hlsl.struct.split.trivial.geom.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.struct.split.trivial.vert.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.structarray.flatten.frag.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
hlsl.structarray.flatten.geom.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.structbuffer.append.fn.frag.out fix error message for hlslGrammar::acceptConstructor 2021-05-11 09:42:11 +01:00
hlsl.structbuffer.append.frag.out fix error message for hlslGrammar::acceptConstructor 2021-05-11 09:42:11 +01:00
hlsl.structbuffer.atomics.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.structbuffer.byte.frag.out fix error message for hlslGrammar::acceptConstructor 2021-05-11 09:42:11 +01:00
hlsl.structbuffer.coherent.frag.out fix error message for hlslGrammar::acceptConstructor 2021-05-11 09:42:11 +01:00
hlsl.structbuffer.floatidx.comp.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
hlsl.structbuffer.fn.frag.out 8. io mapping refine & qualifier member check & resolver expand (#2396) 2020-11-03 13:34:19 -07:00
hlsl.structbuffer.fn2.comp.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.structbuffer.frag.out fix error message for hlslGrammar::acceptConstructor 2021-05-11 09:42:11 +01:00
hlsl.structbuffer.incdec.frag.hlslfun1.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.structbuffer.incdec.frag.out fix error message for hlslGrammar::acceptConstructor 2021-05-11 09:42:11 +01:00
hlsl.structbuffer.rw.frag.out fix error message for hlslGrammar::acceptConstructor 2021-05-11 09:42:11 +01:00
hlsl.structbuffer.rwbyte.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.structbuffer.rwbyte2.comp.out Fix struct type sharing 2021-11-12 16:57:11 -07:00
hlsl.structin.vert.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.structIoFourWay.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.structStructName.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.subpass.frag.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
hlsl.switch.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.swizzle.frag.out fix error message for hlslGrammar::acceptConstructor 2021-05-11 09:42:11 +01:00
hlsl.synthesizeInput.frag.out fix error message for hlslGrammar::acceptConstructor 2021-05-11 09:42:11 +01:00
hlsl.target.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.targetStruct1.frag.out fix error message for hlslGrammar::acceptConstructor 2021-05-11 09:42:11 +01:00
hlsl.targetStruct2.frag.out fix error message for hlslGrammar::acceptConstructor 2021-05-11 09:42:11 +01:00
hlsl.templatetypes.frag.out fix error message for hlslGrammar::acceptConstructor 2021-05-11 09:42:11 +01:00
hlsl.texture.struct.frag.out fix error message for hlslGrammar::acceptConstructor 2021-05-11 09:42:11 +01:00
hlsl.texture.subvec4.frag.out fix error message for hlslGrammar::acceptConstructor 2021-05-11 09:42:11 +01:00
hlsl.texturebuffer.frag.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
hlsl.this.frag.out fix error message for hlslGrammar::acceptConstructor 2021-05-11 09:42:11 +01:00
hlsl.tristream-append.geom.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.tx.bracket.frag.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
hlsl.tx.overload.frag.out fix error message for hlslGrammar::acceptConstructor 2021-05-11 09:42:11 +01:00
hlsl.type.half.frag.out fix error message for hlslGrammar::acceptConstructor 2021-05-11 09:42:11 +01:00
hlsl.type.identifier.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.type.type.conversion.all.frag.out fix error message for hlslGrammar::acceptConstructor 2021-05-11 09:42:11 +01:00
hlsl.type.type.conversion.valid.frag.out fix error message for hlslGrammar::acceptConstructor 2021-05-11 09:42:11 +01:00
hlsl.typedef.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.typeGraphCopy.vert.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.void.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.w-recip.frag.out Add --hlsl-dx-position-w option 2021-11-16 18:42:12 -07:00
hlsl.w-recip2.frag.out Fix --hlsl-dx-position-w to work for SV_Position embedded in struct 2021-12-07 15:34:52 -07:00
hlsl.wavebroadcast.comp.out Generate separate stores for partially swizzled memory stores 2021-07-28 14:55:45 -06:00
hlsl.waveprefix.comp.out Fix WavePrefixCountBits() being off by one. 2022-04-22 20:59:10 +03:00
hlsl.wavequad.comp.out Generate separate stores for partially swizzled memory stores 2021-07-28 14:55:45 -06:00
hlsl.wavequery.comp.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.wavequery.frag.out fix error message for hlslGrammar::acceptConstructor 2021-05-11 09:42:11 +01:00
hlsl.wavereduction.comp.out Generate separate stores for partially swizzled memory stores 2021-07-28 14:55:45 -06:00
hlsl.wavevote.comp.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.whileLoop.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.y-negate-1.vert.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.y-negate-2.vert.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
hlsl.y-negate-3.vert.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
implicitInnerAtomicUint.frag.out Remove execute permissions 2018-08-07 03:16:20 +09: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
iomap.blockOutVariableIn.2.vert.out Fix issue with separable shader validation in iomapper 2021-11-17 14:28:16 -08:00
iomap.blockOutVariableIn.vert.out Fix issue with separable shader validation in iomapper 2021-11-17 14:28:16 -08:00
iomap.crossStage.2.vert.out Enhance readability of error messages for GLSL 2022-02-01 12:10:08 -07:00
iomap.crossStage.vert.out Enhance readability of error messages for GLSL 2022-02-01 12:10:08 -07:00
iomap.crossStage.vk.vert.out Enhance readability of error messages for GLSL 2022-02-01 12:10:08 -07:00
iomap.variableOutBlockIn.2.vert.out Fix issue with separable shader validation in iomapper 2021-11-17 14:28:16 -08:00
iomap.variableOutBlockIn.vert.out Fix issue with separable shader validation in iomapper 2021-11-17 14:28:16 -08:00
length.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
lineContinuation.vert.out Testing: Add new tests, and new ways of testing, for floating-point. 2018-05-24 18:18:22 -06:00
lineContinuation100.vert.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
link.multiAnonBlocksInvalid.0.0.vert.out Enhance readability of error messages for GLSL 2022-02-01 12:10:08 -07:00
link.multiAnonBlocksValid.0.0.vert.out only declare compatibility gl_ variables in compatibility mode 2021-06-10 21:52:09 -04:00
link.multiBlocksInvalid.0.0.vert.out Enhance readability of error messages for GLSL 2022-02-01 12:10:08 -07:00
link.multiBlocksValid.1.0.vert.out Enhance readability of error messages for GLSL 2022-02-01 12:10:08 -07:00
link.redeclareBuiltin.vert.out Fix incorrect link time validation for unused gl_PerVertex members 2021-11-08 15:23:02 -08:00
link.tesselation.tese.out Fix isIoResizeArray() tessellation stage handling 2021-07-09 09:51:16 -07:00
link.tesselation.vert.out Fix isIoResizeArray() tessellation stage handling 2021-07-09 09:51:16 -07:00
link.vk.differentPC.0.0.frag.out Enhance readability of error messages for GLSL 2022-02-01 12:10:08 -07:00
link.vk.differentPC.1.0.frag.out Enhance readability of error messages for GLSL 2022-02-01 12:10:08 -07:00
link.vk.inconsistentGLPerVertex.0.vert.out Partial fix for inconsistencies re: #2578 2021-03-19 16:18:42 -04:00
link.vk.matchingPC.0.0.frag.out Remove executable bits from code/data files (#2420) 2020-10-12 10:08:47 -06:00
link.vk.multiBlocksValid.0.0.vert.out Enhance readability of error messages for GLSL 2022-02-01 12:10:08 -07:00
link.vk.multiBlocksValid.1.0.geom.out Enhance readability of error messages for GLSL 2022-02-01 12:10:08 -07:00
link.vk.pcNamingInvalid.0.0.vert.out Remove executable bits from code/data files (#2420) 2020-10-12 10:08:47 -06:00
link.vk.pcNamingValid.0.0.vert.out Enhance readability of error messages for GLSL 2022-02-01 12:10:08 -07:00
link1.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
link1.vk.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01: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 Fix mat4x2(scalar) constructor. 2021-05-18 12:13:41 -04: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 Remove execute permissions 2018-08-07 03:16:20 +09:00
mixedArrayDecls.frag.out Remove execute permissions 2018-08-07 03:16:20 +09:00
negativeArraySize.comp.out Implement GL_NV_cooperative_matrix 2019-02-25 23:42:59 -06:00
negativeWorkGroupSize.comp.out Require fixed workgroup size declaration 2021-02-24 14:49:31 -07: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
noMatchingFunction.frag.out Fix seg fault 2021-12-28 17:09:57 -07: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: Fix #1900: Drop const on literal when doing an object copy. 2019-09-20 06:08:49 -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 Implement GL_EXT_terminate_invocation (#2454) 2020-11-09 09:30:01 -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.bad_arg.vert.err PP: Rationalize return values of MacroExpand. 2018-07-02 13:47:31 -06:00
preprocessor.bad_arg.vert.out PP: Rationalize return values of MacroExpand. 2018-07-02 13:47:31 -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 Fix #1563: Corrupt token when an object macro miscalls a function macro 2018-11-07 18:25:56 -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
rayQuery-allOps.comp.out Fix SPV return type of rayQueryGetIntersectionInstanceShaderBindingTableRecordOffsetEXT (#2484) 2020-12-12 10:34:24 -07:00
rayQuery-allOps.Error.rgen.out rayQuery test cases added 2020-03-23 21:34:09 -04:00
rayQuery-allOps.frag.out Fix SPV return type of rayQueryGetIntersectionInstanceShaderBindingTableRecordOffsetEXT (#2484) 2020-12-12 10:34:24 -07:00
rayQuery-allOps.rgen.out Fix SPV return type of rayQueryGetIntersectionInstanceShaderBindingTableRecordOffsetEXT (#2484) 2020-12-12 10:34:24 -07:00
rayQuery-committed.Error.rgen.out rayQuery test cases added 2020-03-23 21:34:09 -04:00
rayQuery-global.rgen.out Add ray query capability if acceleration structure or ray query types declared (#2469) 2020-11-24 21:06:16 -07:00
rayQuery-initialization.Error.comp.out Error when initializing rayQuery with assignment 2020-09-03 15:16:25 +01:00
rayQuery-initialize.rgen.out Add ray query capability if acceleration structure or ray query types declared (#2469) 2020-11-24 21:06:16 -07:00
rayQuery-no-cse.rgen.out Add ray query capability if acceleration structure or ray query types declared (#2469) 2020-11-24 21:06:16 -07:00
rayQuery-types.comp.out Fix SPV return type of rayQueryGetIntersectionInstanceShaderBindingTableRecordOffsetEXT (#2484) 2020-12-12 10:34:24 -07:00
rayQuery.rgen.out Skip auto decorating shader record buffer blocks with 'set' and 2021-10-19 20:59:35 -07:00
recurse1.vert.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
reflection.frag.out Add option to reflect buffer blocks & variables separately to uniforms 2019-02-04 12:02:59 +00:00
reflection.linked.options.out Add Shared/Std140 SSBO process & top-level array elements related (#2231) 2020-06-04 01:47:18 -06:00
reflection.linked.out Add Shared/Std140 SSBO process & top-level array elements related (#2231) 2020-06-04 01:47:18 -06:00
reflection.options.frag.out Add option to unwrap I/O block aggregates in reflection 2019-02-11 11:53:52 +00:00
reflection.options.geom.out Add option to unwrap I/O block aggregates in reflection 2019-02-11 11:53:52 +00:00
reflection.options.vert.out Add Shared/Std140 SSBO process & top-level array elements related (#2231) 2020-06-04 01:47:18 -06:00
reflection.vert.out Add Shared/Std140 SSBO process & top-level array elements related (#2231) 2020-06-04 01:47:18 -06:00
remap.basic.dcefunc.frag.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06: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 Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
remap.basic.none.frag.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
remap.basic.strip.frag.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
remap.hlsl.sample.basic.everything.frag.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
remap.hlsl.sample.basic.none.frag.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
remap.hlsl.sample.basic.strip.frag.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
remap.hlsl.templatetypes.everything.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
remap.hlsl.templatetypes.none.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
remap.if.everything.frag.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
remap.if.none.frag.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06: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 Add bit width of types to disassembleInstruction 2018-05-24 21:08:20 -05:00
remap.similar_1a.everything.frag.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
remap.similar_1a.none.frag.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
remap.similar_1b.everything.frag.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
remap.similar_1b.none.frag.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
remap.specconst.comp.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
remap.switch.everything.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
remap.switch.none.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
remap.uniformarray.everything.frag.out Generate separate stores for partially swizzled memory stores 2021-07-28 14:55:45 -06:00
remap.uniformarray.none.frag.out Generate separate stores for partially swizzled memory stores 2021-07-28 14:55:45 -06:00
runtimeArray.vert.out Remove execute permissions 2018-08-07 03:16:20 +09: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
samplerlessTextureFunctions.frag.out Add support for GL_EXT_samplerless_texture_functions 2018-07-01 10:58:53 +01:00
simpleFunctionCall.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
size Bump code gen version, due to removal of OpEntryPoint operands. 2020-06-10 07:40:56 -06:00
specExamples.frag.out only declare compatibility gl_ variables in compatibility mode 2021-06-10 21:52:09 -04:00
specExamples.vert.out only declare compatibility gl_ variables in compatibility mode 2021-06-10 21:52:09 -04:00
specExamplesConf.vert.out only declare compatibility gl_ variables in compatibility mode 2021-06-10 21:52:09 -04:00
spv.1.3.8bitstorage-ssbo.vert.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
spv.1.3.8bitstorage-ubo.vert.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
spv.1.3.coopmat.comp.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
spv.1.4.constructComposite.comp.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
spv.1.4.funcall.array.frag.out Do true SPV type check for function array arg linkage 2021-05-20 10:51:14 -06:00
spv.1.4.image.frag.out Remove executable bits from code/data files (#2420) 2020-10-12 10:08:47 -06:00
spv.1.4.load.bool.array.interface.block.frag.out Fix loading bool arrays from interface blocks 2021-07-15 22:29:48 -04:00
spv.1.4.LoopControl.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
spv.1.4.NonWritable.frag.out Remove executable bits from code/data files (#2420) 2020-10-12 10:08:47 -06:00
spv.1.4.OpCopyLogical.comp.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
spv.1.4.OpCopyLogical.funcall.frag.out Do true SPV type check for function array arg linkage 2021-05-20 10:51:14 -06:00
spv.1.4.OpCopyLogicalBool.comp.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
spv.1.4.OpEntryPoint.frag.out Fix test spv.1.4.OpEntryPoint.frag 2021-11-09 15:46:08 -07:00
spv.1.4.OpEntryPoint.opaqueParams.vert.out Remove executable bits from code/data files (#2420) 2020-10-12 10:08:47 -06:00
spv.1.4.OpSelect.frag.out Remove executable bits from code/data files (#2420) 2020-10-12 10:08:47 -06:00
spv.1.4.sparseTexture.frag.out Remove executable bits from code/data files (#2420) 2020-10-12 10:08:47 -06:00
spv.1.4.texture.frag.out Remove executable bits from code/data files (#2420) 2020-10-12 10:08:47 -06:00
spv.1.6.conditionalDiscard.frag.out Add Vulkan 1.3 support 2022-01-26 17:57:31 -07:00
spv.1.6.helperInvocation.frag.out Add Vulkan 1.3 support 2022-01-26 17:57:31 -07:00
spv.1.6.samplerBuffer.frag.out Do not generate samplerBuffer for spirv1.6 and beyond 2022-06-21 17:42:53 -06:00
spv.1.6.separate.frag.out Do not generate samplerBuffer for spirv1.6 and beyond 2022-06-21 17:42:53 -06:00
spv.1.6.specConstant.comp.out Add support for spirv1.6 2021-12-16 15:01:42 -07:00
spv.8bit-16bit-construction.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
spv.8bitstorage-int.frag.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
spv.8bitstorage-ssbo.vert.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
spv.8bitstorage-ubo.vert.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
spv.8bitstorage-uint.frag.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
spv.8bitstorage_Error-int.frag.out Rename GL_KHX_shader_explicit_arithmetic_types to GL_EXT_shader_explicit_arithmetic_types 2018-12-03 13:16:59 +01:00
spv.8bitstorage_Error-uint.frag.out Rename GL_KHX_shader_explicit_arithmetic_types to GL_EXT_shader_explicit_arithmetic_types 2018-12-03 13:16:59 +01:00
spv.16bitstorage-int.frag.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
spv.16bitstorage-uint.frag.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
spv.16bitstorage.frag.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
spv.16bitstorage_Error-int.frag.out Rename GL_KHX_shader_explicit_arithmetic_types to GL_EXT_shader_explicit_arithmetic_types 2018-12-03 13:16:59 +01:00
spv.16bitstorage_Error-uint.frag.out Rename GL_KHX_shader_explicit_arithmetic_types to GL_EXT_shader_explicit_arithmetic_types 2018-12-03 13:16:59 +01:00
spv.16bitstorage_Error.frag.out Rename GL_KHX_shader_explicit_arithmetic_types to GL_EXT_shader_explicit_arithmetic_types 2018-12-03 13:16:59 +01:00
spv.16bitxfb.vert.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
spv.100ops.frag.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
spv.130.frag.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
spv.140.frag.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
spv.150.geom.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
spv.150.vert.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
spv.300BuiltIns.vert.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
spv.300layout.frag.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
spv.300layout.vert.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
spv.300layoutp.vert.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
spv.310.bitcast.frag.out Generate separate stores for partially swizzled memory stores 2021-07-28 14:55:45 -06:00
spv.310.comp.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
spv.320.meshShaderUserDefined.mesh.out Generate separate stores for partially swizzled memory stores 2021-07-28 14:55:45 -06:00
spv.330.geom.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
spv.400.frag.nanclamp.out Generate separate stores for partially swizzled memory stores 2021-07-28 14:55:45 -06:00
spv.400.frag.out Generate separate stores for partially swizzled memory stores 2021-07-28 14:55:45 -06:00
spv.400.tesc.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
spv.400.tese.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
spv.420.geom.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
spv.430.frag.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
spv.430.vert.out SPIRV-Tools and tests: Update to location-validation in SPIRV-Tools. 2020-07-01 07:18:57 -06:00
spv.450.geom.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
spv.450.noRedecl.tesc.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
spv.450.tesc.out SPIRV-Tools and tests: Update to location-validation in SPIRV-Tools. 2020-07-01 07:18:57 -06:00
spv.460.comp.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
spv.460.frag.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
spv.460.vert.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
spv.accessChain.frag.out Generate separate stores for partially swizzled memory stores 2021-07-28 14:55:45 -06:00
spv.aggOps.frag.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
spv.always-discard.frag.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
spv.always-discard2.frag.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
spv.AnyHitShader.rahit.out update spirv-headers and fix handling of gl_HitTEXT (#2471) 2020-11-30 09:57:34 -07:00
spv.AnyHitShader_Errors.rahit.out Multiple features and misc fixes for final raytracing non experimental version. 2018-10-31 07:55:24 -07:00
spv.AnyHitShaderMotion.rahit.out Add support for GL_NV_ray_tracing_motion_blur. 2021-08-10 10:40:28 -07:00
spv.AofA.frag.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
spv.arbPostDepthCoverage.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
spv.arbPostDepthCoverage_Error.frag.out Implement SPV_KHR_post_depth_coverage 2017-07-05 12:27:15 -07:00
spv.atomic.comp.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
spv.atomicAdd.bufferReference.comp.out Atomic memory function can only be used for shader storage block member or shared variable. 2021-07-12 16:57:25 +08:00
spv.atomicCounter.comp.out Forbid memoryBarrierAtomicCounter for Vulkan compiles 2020-03-16 23:53:04 -05:00
spv.atomicFloat.comp.out Remove executable bits from code/data files (#2420) 2020-10-12 10:08:47 -06:00
spv.atomicFloat_Error.comp.out Remove executable bits from code/data files (#2420) 2020-10-12 10:08:47 -06:00
spv.atomicInt64.comp.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
spv.atomicStoreInt64.comp.out Pass correct proxy type for atomicStore 2021-03-08 14:19:31 -07:00
spv.barrier.vert.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
spv.bitCast.frag.out Generate separate stores for partially swizzled memory stores 2021-07-28 14:55:45 -06:00
spv.bool.vert.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
spv.boolInBlock.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
spv.branch-return.vert.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
spv.buffer.autoassign.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
spv.bufferhandle1.frag.out Revert "Update minimum SPIR-V requirement for GL_EXT_buffer_reference" 2021-04-07 15:20:16 -06:00
spv.bufferhandle2.frag.out Revert "Update minimum SPIR-V requirement for GL_EXT_buffer_reference" 2021-04-07 15:20:16 -06:00
spv.bufferhandle3.frag.out Revert "Update minimum SPIR-V requirement for GL_EXT_buffer_reference" 2021-04-07 15:20:16 -06:00
spv.bufferhandle4.frag.out Revert "Update minimum SPIR-V requirement for GL_EXT_buffer_reference" 2021-04-07 15:20:16 -06:00
spv.bufferhandle5.frag.out Revert "Update minimum SPIR-V requirement for GL_EXT_buffer_reference" 2021-04-07 15:20:16 -06:00
spv.bufferhandle6.frag.out Revert "Update minimum SPIR-V requirement for GL_EXT_buffer_reference" 2021-04-07 15:20:16 -06:00
spv.bufferhandle7.frag.out Revert "Update minimum SPIR-V requirement for GL_EXT_buffer_reference" 2021-04-07 15:20:16 -06:00
spv.bufferhandle8.frag.out Revert "Update minimum SPIR-V requirement for GL_EXT_buffer_reference" 2021-04-07 15:20:16 -06:00
spv.bufferhandle9.frag.out Revert "Update minimum SPIR-V requirement for GL_EXT_buffer_reference" 2021-04-07 15:20:16 -06:00
spv.bufferhandle10.frag.out Revert "Update minimum SPIR-V requirement for GL_EXT_buffer_reference" 2021-04-07 15:20:16 -06:00
spv.bufferhandle11.frag.out Revert "Update minimum SPIR-V requirement for GL_EXT_buffer_reference" 2021-04-07 15:20:16 -06:00
spv.bufferhandle12.frag.out Revert "Update minimum SPIR-V requirement for GL_EXT_buffer_reference" 2021-04-07 15:20:16 -06:00
spv.bufferhandle13.frag.out Revert "Update minimum SPIR-V requirement for GL_EXT_buffer_reference" 2021-04-07 15:20:16 -06:00
spv.bufferhandle14.frag.out Revert "Update minimum SPIR-V requirement for GL_EXT_buffer_reference" 2021-04-07 15:20:16 -06:00
spv.bufferhandle15.frag.out Revert "Update minimum SPIR-V requirement for GL_EXT_buffer_reference" 2021-04-07 15:20:16 -06:00
spv.bufferhandle16.frag.out Revert "Update minimum SPIR-V requirement for GL_EXT_buffer_reference" 2021-04-07 15:20:16 -06:00
spv.bufferhandle17_Errors.frag.out Non-functional: correctly do GL_EXT_buffer_reference2 semantic checking 2020-08-07 02:26:04 -06:00
spv.bufferhandle18.frag.out Revert "Update minimum SPIR-V requirement for GL_EXT_buffer_reference" 2021-04-07 15:20:16 -06:00
spv.bufferhandle19_Errors.frag.out Add support for GL_EXT_buffer_reference2 2019-05-01 16:13:26 -05:00
spv.bufferhandle_Error.frag.out Fix #2191: Error check for indexing reference containing unsize array. 2020-05-01 08:19:59 -06:00
spv.bufferhandleUvec2.frag.out Revert "Update minimum SPIR-V requirement for GL_EXT_buffer_reference" 2021-04-07 15:20:16 -06:00
spv.builtin.PrimitiveShadingRateEXT.vert.out Add GL_EXT_fragment_shading_rate 2020-10-20 13:46:13 +01:00
spv.builtin.ShadingRateEXT.frag.out Add GL_EXT_fragment_shading_rate 2020-10-20 13:46:13 +01:00
spv.builtInXFB.vert.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
spv.ClosestHitShader.rchit.out update spirv-headers and fix handling of gl_HitTEXT (#2471) 2020-11-30 09:57:34 -07:00
spv.ClosestHitShader_Errors.rchit.out Multiple features and misc fixes for final raytracing non experimental version. 2018-10-31 07:55:24 -07:00
spv.ClosestHitShaderMotion.rchit.out Do not output location decoration for certain variables in ray tracing storage 2021-12-06 13:09:03 -08:00
spv.computeShaderDerivatives.comp.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
spv.computeShaderDerivatives2.comp.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
spv.conditionalDemote.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
spv.conditionalDiscard.frag.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
spv.constConstruct.vert.out Generate Int8, Int16 and Float16 capabilities for constants 2022-03-25 14:36:01 -06:00
spv.constructComposite.comp.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
spv.constStruct.vert.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
spv.controlFlowAttributes.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
spv.conversion.frag.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
spv.coopmat.comp.out Revert "Update minimum SPIR-V requirement for GL_EXT_buffer_reference" 2021-04-07 15:20:16 -06:00
spv.coopmat_Error.comp.out Implement GL_NV_cooperative_matrix 2019-02-25 23:42:59 -06:00
spv.dataOut.frag.out SPIRV-Tools and tests: Update to location-validation in SPIRV-Tools. 2020-07-01 07:18:57 -06:00
spv.dataOutIndirect.frag.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
spv.dataOutIndirect.vert.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
spv.dead-after-continue.vert.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
spv.dead-after-discard.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
spv.dead-after-loop-break.vert.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
spv.dead-after-return.vert.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
spv.dead-after-switch-break.vert.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
spv.dead-complex-continue-after-return.vert.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
spv.dead-complex-merge-after-return.vert.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
spv.debugInfo.1.1.frag.out generate OpLine before OpFunction 2022-05-23 23:05:43 -07:00
spv.debugInfo.frag.out generate OpLine before OpFunction 2022-05-23 23:05:43 -07:00
spv.debugPrintf.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
spv.debugPrintf_Error.frag.out EXT_debug_printf - make escape sequences better match C/C++ 2020-03-10 10:23:07 -05:00
spv.deepRvalue.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
spv.demoteDisabled.frag.out Implement GL_EXT_demote_to_helper_invocation 2019-07-01 09:36:15 -05:00
spv.depthOut.frag.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
spv.depthUnchanged.frag.out Allow DepthUnchanged and DepthReplaced Modes in same SPIR-V module. 2021-03-01 17:45:03 -07:00
spv.deviceGroup.frag.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
spv.discard-dce.frag.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
spv.do-simple.vert.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
spv.do-while-continue-break.vert.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
spv.double.comp.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
spv.doWhileLoop.frag.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
spv.drawParams.vert.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
spv.earlyReturnDiscard.frag.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
spv.explicittypes.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
spv.ext.AccelDecl.frag.out Add ray query capability if acceleration structure or ray query types declared (#2469) 2020-11-24 21:06:16 -07:00
spv.ext.AnyHitShader.rahit.out Avoid duplicate BuiltIn variables for ray tracing matrices (fix #2921) 2022-06-01 10:43:13 +02:00
spv.ext.AnyHitShader_Errors.rahit.out Add support for GLSL_EXT_ray_tracing 2020-03-17 20:42:47 -04:00
spv.ext.ClosestHitShader.rchit.out Avoid duplicate BuiltIn variables for ray tracing matrices (fix #2921) 2022-06-01 10:43:13 +02:00
spv.ext.ClosestHitShader_Errors.rchit.out Updates for final Vulkan ray tracing extensions (#2466) 2020-11-23 13:41:27 -07:00
spv.ext.ClosestHitShader_Subgroup.rchit.out Do not output location decoration for certain variables in ray tracing storage 2021-12-06 13:09:03 -08:00
spv.ext.IntersectShader.rint.out Avoid duplicate BuiltIn variables for ray tracing matrices (fix #2921) 2022-06-01 10:43:13 +02:00
spv.ext.IntersectShader_Errors.rint.out Add support for GLSL_EXT_ray_tracing 2020-03-17 20:42:47 -04:00
spv.ext.MissShader.rmiss.out Adding support for GL_EXT_ray_cull_mask 2022-05-05 12:56:04 +02:00
spv.ext.MissShader_Errors.rmiss.out Updates for final Vulkan ray tracing extensions (#2466) 2020-11-23 13:41:27 -07:00
spv.ext.RayCallable.rcall.out Do not output location decoration for certain variables in ray tracing storage 2021-12-06 13:09:03 -08:00
spv.ext.RayCallable_Errors.rcall.out Updates for final Vulkan ray tracing extensions (#2466) 2020-11-23 13:41:27 -07:00
spv.ext.RayConstants.rgen.out Do not output location decoration for certain variables in ray tracing storage 2021-12-06 13:09:03 -08:00
spv.ext.RayGenSBTlayout.rgen.out Do not output location decoration for certain variables in ray tracing storage 2021-12-06 13:09:03 -08:00
spv.ext.RayGenSBTlayout140.rgen.out Do not output location decoration for certain variables in ray tracing storage 2021-12-06 13:09:03 -08:00
spv.ext.RayGenSBTlayout430.rgen.out Do not output location decoration for certain variables in ray tracing storage 2021-12-06 13:09:03 -08:00
spv.ext.RayGenSBTlayoutscalar.rgen.out Do not output location decoration for certain variables in ray tracing storage 2021-12-06 13:09:03 -08:00
spv.ext.RayGenShader.rgen.out Do not output location decoration for certain variables in ray tracing storage 2021-12-06 13:09:03 -08:00
spv.ext.RayGenShader11.rgen.out Do not output location decoration for certain variables in ray tracing storage 2021-12-06 13:09:03 -08:00
spv.ext.RayGenShader_Errors.rgen.out Updates for final Vulkan ray tracing extensions (#2466) 2020-11-23 13:41:27 -07:00
spv.ext.RayGenShaderArray.rgen.out Do not output location decoration for certain variables in ray tracing storage 2021-12-06 13:09:03 -08:00
spv.ext.RayPrimCull_Errors.rgen.out Add support for primitive culling layout qualifier. (#2220) 2020-05-21 05:38:41 -06:00
spv.ext.RayQueryDecl.frag.out Add ray query capability if acceleration structure or ray query types declared (#2469) 2020-11-24 21:06:16 -07:00
spv.ext.World3x4.rahit.out Do not output location decoration for certain variables in ray tracing storage 2021-12-06 13:09:03 -08:00
spv.extPostDepthCoverage.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
spv.extPostDepthCoverage_Error.frag.out Implement SPV_KHR_post_depth_coverage 2017-07-05 12:27:15 -07:00
spv.float16.frag.out Generate separate stores for partially swizzled memory stores 2021-07-28 14:55:45 -06:00
spv.float16convertonlyarith.comp.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
spv.float16convertonlystorage.comp.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
spv.float16Fetch.frag.out Generate separate stores for partially swizzled memory stores 2021-07-28 14:55:45 -06:00
spv.float16NoRelaxed.vert.out Don't do updatePrecision on float16_t operations 2022-02-24 15:03:13 -07:00
spv.float32.frag.out Generate separate stores for partially swizzled memory stores 2021-07-28 14:55:45 -06:00
spv.float64.frag.out Remove support for double trig, pow, exp and log 2021-10-27 11:59:26 -06:00
spv.flowControl.frag.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
spv.for-complex-condition.vert.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
spv.for-continue-break.vert.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
spv.for-nobody.vert.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
spv.for-notest.vert.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
spv.for-simple.vert.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
spv.forLoop.frag.out Generate separate stores for partially swizzled memory stores 2021-07-28 14:55:45 -06:00
spv.forwardFun.frag.out GLSL/SPV: Propagaet precision qualifier from function to return value. 2020-07-15 23:38:47 -06:00
spv.fragmentDensity-es.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
spv.fragmentDensity-neg.frag.out Implement GL_EXT_fragment_invocation_density 2018-11-26 10:01:58 -05:00
spv.fragmentDensity.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
spv.fragmentDensity.vert.out Implement GL_EXT_fragment_invocation_density 2018-11-26 10:01:58 -05:00
spv.fragmentShaderBarycentric.frag.out Add support for VK_EXT_fragment_shader_barycentric 2022-05-25 13:02:02 +01:00
spv.fragmentShaderBarycentric2.frag.out Add support for VK_EXT_fragment_shader_barycentric 2022-05-25 13:02:02 +01:00
spv.fragmentShaderBarycentric3.frag.out Add support for VK_EXT_fragment_shader_barycentric 2022-05-25 13:02:02 +01:00
spv.fragmentShaderBarycentric4.frag.out Add support for VK_EXT_fragment_shader_barycentric 2022-05-25 13:02:02 +01:00
spv.fsi.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
spv.fsi_Error.frag.out Support GL_ARB_fragment_shader_interlock 2019-06-03 11:55:25 -05:00
spv.fullyCovered.frag.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
spv.funcall.array.frag.out Do true SPV type check for function array arg linkage 2021-05-20 10:51:14 -06:00
spv.functionCall.frag.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
spv.functionNestedOpaque.vert.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
spv.functionParameterTypes.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
spv.functionSemantics.frag.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
spv.GeometryShaderPassthrough.geom.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
spv.glFragColor.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
spv.glsl.register.autoassign.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
spv.glsl.register.noautoassign.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
spv.hlslDebugInfo.frag.out generate OpLine before OpFunction 2022-05-23 23:05:43 -07:00
spv.hlslOffsets.vert.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
spv.image.frag.out Generate separate stores for partially swizzled memory stores 2021-07-28 14:55:45 -06:00
spv.image.load-formatted.frag.out Implement GL_EXT_shader_image_load_formatted 2017-02-17 13:36:25 -08:00
spv.imageAtomic64.frag.out Add GL_EXT_shader_image_int64 support (#2409) 2020-11-04 09:24:23 -07:00
spv.imageLoadStoreLod.frag.out Add GL_EXT_shader_image_int64 support (#2409) 2020-11-04 09:24:23 -07:00
spv.int8.frag.out Allow 8/16-bit integer as array index 2021-10-20 15:15:30 -06:00
spv.int16.amd.frag.out Generate separate stores for partially swizzled memory stores 2021-07-28 14:55:45 -06:00
spv.int16.frag.out Allow 8/16-bit integer as array index 2021-10-20 15:15:30 -06:00
spv.int32.frag.out Generate separate stores for partially swizzled memory stores 2021-07-28 14:55:45 -06:00
spv.int64.frag.out Generate separate stores for partially swizzled memory stores 2021-07-28 14:55:45 -06:00
spv.intcoopmat.comp.out Revert "Update minimum SPIR-V requirement for GL_EXT_buffer_reference" 2021-04-07 15:20:16 -06:00
spv.interpOps.frag.out Generate separate stores for partially swizzled memory stores 2021-07-28 14:55:45 -06:00
spv.IntersectShader.rint.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
spv.IntersectShader_Errors.rint.out Multiple features and misc fixes for final raytracing non experimental version. 2018-10-31 07:55:24 -07:00
spv.IntersectShaderMotion.rint.out Add support for GL_NV_ray_tracing_motion_blur. 2021-08-10 10:40:28 -07:00
spv.intOps.vert.out Generate separate stores for partially swizzled memory stores 2021-07-28 14:55:45 -06:00
spv.intrinsicsSpirvByReference.vert.out Implement the extension GL_EXT_spirv_intrinsics 2021-06-09 14:18:06 +08:00
spv.intrinsicsSpirvDecorate.frag.out Fix validation failures of test cases regarding GL_EXT_spirv_intrinsics 2021-11-25 16:24:37 +08:00
spv.intrinsicsSpirvExecutionMode.frag.out Fix validation failures of test cases regarding GL_EXT_spirv_intrinsics 2021-11-25 16:24:37 +08:00
spv.intrinsicsSpirvInstruction.vert.out Fix validation failures of test cases regarding GL_EXT_spirv_intrinsics 2021-11-25 16:24:37 +08:00
spv.intrinsicsSpirvLiteral.vert.out Fix an issue of spirv_by_reference 2021-11-23 16:40:45 +08:00
spv.intrinsicsSpirvStorageClass.rchit.out Implement the extension GL_EXT_spirv_intrinsics 2021-06-09 14:18:06 +08:00
spv.intrinsicsSpirvType.rgen.out Fix validation failures of test cases regarding GL_EXT_spirv_intrinsics 2021-11-25 16:24:37 +08:00
spv.intrinsicsSpirvTypeLocalVar.vert.out Fix an issue of spirv_type used in local variable definitions 2021-11-18 20:17:04 +08:00
spv.invariantAll.vert.out Add support for pragma STDGL invariant(all) 2021-07-31 15:55:25 -06:00
spv.layer.tese.out Avoid spuriously adding Geometry capability for vert, tesc, tese (#2462) 2020-11-12 13:00:16 -07:00
spv.layoutNested.vert.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
spv.length.frag.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
spv.load.bool.array.interface.block.frag.out Fix loading bool arrays from interface blocks 2021-07-15 22:29:48 -04:00
spv.localAggregates.frag.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
spv.loops.frag.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
spv.loopsArtificial.frag.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06: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 Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
spv.matrix.frag.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
spv.matrix2.frag.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
spv.memoryQualifier.frag.out Generate separate stores for partially swizzled memory stores 2021-07-28 14:55:45 -06:00
spv.memoryScopeSemantics.comp.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
spv.memoryScopeSemantics_Error.comp.out Add gl_SemanticsVolatile to GL_KHR_memory_scope_semantics, and make volatile-qualified atomics generate MemorySemanticsVolatile when using the Vulkan memory model 2019-06-14 09:57:01 -05:00
spv.merge-unreachable.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
spv.meshShaderBuiltins.mesh.out Avoid spuriously adding Geometry capability for vert, tesc, tese (#2462) 2020-11-12 13:00:16 -07:00
spv.meshShaderPerView_Errors.mesh.out Allow unsized view array dimension for non-block perviewNV attributes 2019-07-15 16:14:00 -07:00
spv.meshShaderPerViewBuiltins.mesh.out Updates for final Vulkan ray tracing extensions (#2466) 2020-11-23 13:41:27 -07:00
spv.meshShaderPerViewUserDefined.mesh.out Update test expectations 2020-08-12 09:04:56 -04:00
spv.meshShaderRedeclBuiltins.mesh.out Avoid spuriously adding Geometry capability for vert, tesc, tese (#2462) 2020-11-12 13:00:16 -07:00
spv.meshShaderRedeclPerViewBuiltins.mesh.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
spv.meshShaderSharedMem.mesh.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
spv.meshShaderTaskMem.mesh.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
spv.meshShaderUserDefined.mesh.out Generate separate stores for partially swizzled memory stores 2021-07-28 14:55:45 -06:00
spv.meshTaskShader.task.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
spv.MissShader.rmiss.out update spirv-headers and fix handling of gl_HitTEXT (#2471) 2020-11-30 09:57:34 -07:00
spv.MissShader_Errors.rmiss.out Multiple features and misc fixes for final raytracing non experimental version. 2018-10-31 07:55:24 -07:00
spv.MissShaderMotion.rmiss.out Do not output location decoration for certain variables in ray tracing storage 2021-12-06 13:09:03 -08:00
spv.multiStruct.comp.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
spv.multiStructFuncall.frag.out Do true SPV type check for function array arg linkage 2021-05-20 10:51:14 -06:00
spv.multiView.frag.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
spv.multiviewPerViewAttributes.tesc.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
spv.multiviewPerViewAttributes.vert.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
spv.newTexture.frag.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
spv.noBuiltInLoc.vert.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
spv.noDeadDecorations.vert.out SPV: Fix #2293: keep relaxed precision on arg passed to relaxed param 2020-06-26 09:05:31 -06: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 Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
spv.nonuniform.frag.out New nonuniform analysis (#2457) 2020-11-12 11:10:07 -07:00
spv.nonuniform2.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
spv.nonuniform3.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
spv.nonuniform4.frag.out New nonuniform analysis (#2457) 2020-11-12 11:10:07 -07:00
spv.nonuniform5.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
spv.noWorkgroup.comp.out Fix arrays dimensioned with spec constant sized gl_WorkGroupSize 2021-05-06 18:05:16 -06:00
spv.nullInit.comp.out Update known_good.json to pick up SPV_KHR_workgroup_memory_explicit_layout 2021-01-29 11:22:22 -08:00
spv.offsets.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
spv.Operations.frag.out Generate separate stores for partially swizzled memory stores 2021-07-28 14:55:45 -06:00
spv.OVR_multiview.vert.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
spv.paramMemory.420.frag.out Add test case for read-only storage texture passed to helper function (#2414) 2020-10-07 16:10:27 -06:00
spv.paramMemory.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
spv.perprimitiveNV.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
spv.pp.line.frag.out generate OpLine before OpFunction 2022-05-23 23:05:43 -07:00
spv.precise.tesc.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
spv.precise.tese.out Perform update_precision on constructors and converts 2021-09-02 14:18:51 -06:00
spv.precision.frag.out Fix precision propagation around shifts 2021-02-26 14:25:38 -07:00
spv.precisionArgs.frag.out Remove executable bits from code/data files (#2420) 2020-10-12 10:08:47 -06:00
spv.precisionNonESSamp.frag.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
spv.precisionTexture.frag.out Remove executable bits from code/data files (#2420) 2020-10-12 10:08:47 -06:00
spv.prepost.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
spv.privateVariableTypes.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
spv.pushConstant.vert.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
spv.pushConstantAnon.vert.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
spv.qualifiers.vert.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
spv.queryL.frag.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
spv.queueFamilyScope.comp.out Add missing capability when QueueFamily scope is used 2021-01-27 13:14:34 -06:00
spv.rankShift.comp.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
spv.RayCallable.rcall.out Updates for final Vulkan ray tracing extensions (#2466) 2020-11-23 13:41:27 -07:00
spv.RayCallable_Errors.rcall.out Callables shouldn't have incoming ray flags 2019-03-25 17:09:13 -07:00
spv.RayConstants.rgen.out Updates for final Vulkan ray tracing extensions (#2466) 2020-11-23 13:41:27 -07:00
spv.RayGenShader.rgen.out Skip auto decorating shader record buffer blocks with 'set' and 2021-10-19 20:59:35 -07:00
spv.RayGenShader11.rgen.out Skip auto decorating shader record buffer blocks with 'set' and 2021-10-19 20:59:35 -07:00
spv.RayGenShader_Errors.rgen.out Error out writes to shaderRecordNV buffer blocks. 2019-03-04 11:05:55 -08:00
spv.RayGenShaderArray.rgen.out Skip auto decorating shader record buffer blocks with 'set' and 2021-10-19 20:59:35 -07:00
spv.RayGenShaderMotion.rgen.out Do not output location decoration for certain variables in ray tracing storage 2021-12-06 13:09:03 -08:00
spv.register.autoassign-2.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
spv.register.autoassign.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
spv.register.autoassign.rangetest.frag.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
spv.register.noautoassign.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
spv.register.subpass.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
spv.rw.autoassign.frag.out Fix OpImageRead result type when compiling HLSL (#2706) 2021-07-28 09:29:17 -06:00
spv.sample.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
spv.sampleId.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
spv.sampleMaskOverrideCoverage.frag.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
spv.samplePosition.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
spv.samplerlessTextureFunctions.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
spv.scalarlayout.frag.out Consider GL_EXT_scalar_block_layout when validating SPIR-V 2021-01-28 14:11:24 -08:00
spv.scalarlayoutfloat16.frag.out Consider GL_EXT_scalar_block_layout when validating SPIR-V 2021-01-28 14:11:24 -08:00
spv.separate.frag.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
spv.set.vert.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
spv.shaderBallot.comp.out Scalarize vector readFirstInvocationARB (#2766) 2021-09-23 10:40:43 -06:00
spv.shaderBallotAMD.comp.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
spv.shaderDrawParams.vert.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
spv.shaderFragMaskAMD.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
spv.shaderGroupVote.comp.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
spv.shaderImageFootprint.frag.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
spv.shaderStencilExport.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
spv.shadingRate.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
spv.shiftOps.frag.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
spv.shortCircuit.frag.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
spv.simpleFunctionCall.frag.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
spv.simpleMat.vert.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
spv.smBuiltins.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
spv.smBuiltins.vert.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
spv.sparseTexture.frag.out For bug #2580: sparseTextureGatherOffsetsARB should only take constant offsets. 2021-03-29 14:27:17 -07:00
spv.sparseTextureClamp.frag.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
spv.specConst.vert.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
spv.specConstant.comp.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
spv.specConstant.float16.comp.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
spv.specConstant.int8.comp.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
spv.specConstant.int16.comp.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
spv.specConstant.vert.out Fix issue for new unique id system. Add level bits to help verifying symbols and split symbol tables. 2021-02-15 20:35:20 +08:00
spv.specConstantComposite.vert.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
spv.specConstantOperations.vert.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
spv.specConstArrayCheck.vert.out Remove executable bits from code/data files (#2420) 2020-10-12 10:08:47 -06:00
spv.specTexture.frag.out Remove executable bits from code/data files (#2420) 2020-10-12 10:08:47 -06:00
spv.ssbo.autoassign.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
spv.ssboAlias.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
spv.stereoViewRendering.tesc.out Avoid spuriously adding Geometry capability for vert, tesc, tese (#2462) 2020-11-12 13:00:16 -07:00
spv.stereoViewRendering.vert.out Avoid spuriously adding Geometry capability for vert, tesc, tese (#2462) 2020-11-12 13:00:16 -07:00
spv.storageBuffer.vert.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
spv.structAssignment.frag.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
spv.structDeref.frag.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
spv.structure.frag.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
spv.subgroup.frag.out Perform update_precision on constructors and converts 2021-09-02 14:18:51 -06:00
spv.subgroup.geom.out Perform update_precision on constructors and converts 2021-09-02 14:18:51 -06:00
spv.subgroup.tesc.out Perform update_precision on constructors and converts 2021-09-02 14:18:51 -06:00
spv.subgroup.tese.out Perform update_precision on constructors and converts 2021-09-02 14:18:51 -06:00
spv.subgroup.vert.out Perform update_precision on constructors and converts 2021-09-02 14:18:51 -06:00
spv.subgroupArithmetic.comp.out Generate separate stores for partially swizzled memory stores 2021-07-28 14:55:45 -06:00
spv.subgroupBallot.comp.out Generate separate stores for partially swizzled memory stores 2021-07-28 14:55:45 -06:00
spv.subgroupBallotNeg.comp.out Remove Unix executable permission from text files 2018-12-10 10:49:16 +01:00
spv.subgroupBasic.comp.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
spv.subgroupClustered.comp.out Generate separate stores for partially swizzled memory stores 2021-07-28 14:55:45 -06:00
spv.subgroupClusteredNeg.comp.out Remove execute permissions 2018-08-07 03:16:20 +09:00
spv.subgroupExtendedTypesArithmetic.comp.out Generate separate stores for partially swizzled memory stores 2021-07-28 14:55:45 -06:00
spv.subgroupExtendedTypesArithmeticNeg.comp.out Add GL_EXT_shader_subgroup_extended_types support 2019-09-17 23:44:27 -05:00
spv.subgroupExtendedTypesBallot.comp.out Generate separate stores for partially swizzled memory stores 2021-07-28 14:55:45 -06:00
spv.subgroupExtendedTypesBallotNeg.comp.out Add GL_EXT_shader_subgroup_extended_types support 2019-09-17 23:44:27 -05:00
spv.subgroupExtendedTypesBasic.comp.out Add GL_EXT_shader_subgroup_extended_types support 2019-09-17 23:44:27 -05:00
spv.subgroupExtendedTypesClustered.comp.out Generate separate stores for partially swizzled memory stores 2021-07-28 14:55:45 -06:00
spv.subgroupExtendedTypesClusteredNeg.comp.out Add GL_EXT_shader_subgroup_extended_types support 2019-09-17 23:44:27 -05:00
spv.subgroupExtendedTypesPartitioned.comp.out Generate separate stores for partially swizzled memory stores 2021-07-28 14:55:45 -06:00
spv.subgroupExtendedTypesPartitionedNeg.comp.out Add GL_EXT_shader_subgroup_extended_types support 2019-09-17 23:44:27 -05:00
spv.subgroupExtendedTypesQuad.comp.out Generate separate stores for partially swizzled memory stores 2021-07-28 14:55:45 -06:00
spv.subgroupExtendedTypesQuadNeg.comp.out Add GL_EXT_shader_subgroup_extended_types support 2019-09-17 23:44:27 -05:00
spv.subgroupExtendedTypesShuffle.comp.out Generate separate stores for partially swizzled memory stores 2021-07-28 14:55:45 -06:00
spv.subgroupExtendedTypesShuffleNeg.comp.out Add GL_EXT_shader_subgroup_extended_types support 2019-09-17 23:44:27 -05:00
spv.subgroupExtendedTypesShuffleRelative.comp.out Generate separate stores for partially swizzled memory stores 2021-07-28 14:55:45 -06:00
spv.subgroupExtendedTypesShuffleRelativeNeg.comp.out Add GL_EXT_shader_subgroup_extended_types support 2019-09-17 23:44:27 -05:00
spv.subgroupExtendedTypesVote.comp.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
spv.subgroupExtendedTypesVoteNeg.comp.out Add GL_EXT_shader_subgroup_extended_types support 2019-09-17 23:44:27 -05:00
spv.subgroupPartitioned.comp.out Generate separate stores for partially swizzled memory stores 2021-07-28 14:55:45 -06:00
spv.subgroupQuad.comp.out Generate separate stores for partially swizzled memory stores 2021-07-28 14:55:45 -06:00
spv.subgroupShuffle.comp.out Generate separate stores for partially swizzled memory stores 2021-07-28 14:55:45 -06:00
spv.subgroupShuffleRelative.comp.out Generate separate stores for partially swizzled memory stores 2021-07-28 14:55:45 -06:00
spv.subgroupUniformControlFlow.vert.out Update test expectations 2021-06-15 11:13:35 -04:00
spv.subgroupVote.comp.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
spv.subpass.frag.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
spv.switch.frag.out GLSL/SPV: Propagaet precision qualifier from function to return value. 2020-07-15 23:38:47 -06:00
spv.swizzle.frag.out Generate separate stores for partially swizzled memory stores 2021-07-28 14:55:45 -06:00
spv.swizzleInversion.frag.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
spv.terminate.frag.out Implement GL_EXT_terminate_invocation (#2454) 2020-11-09 09:30:01 -07:00
spv.test.frag.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
spv.test.vert.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
spv.texture.frag.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
spv.texture.sampler.transform.frag.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
spv.texture.vert.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
spv.textureBuffer.vert.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
spv.textureError.frag.out Improve error message for image/sampler functions for enhanced-msgs 2022-02-23 15:55:49 -07:00
spv.textureGatherBiasLod.frag.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
spv.types.frag.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
spv.uint.frag.out Perform update_precision on constructors and converts 2021-09-02 14:18:51 -06:00
spv.uniformArray.frag.out Generate separate stores for partially swizzled memory stores 2021-07-28 14:55:45 -06:00
spv.uniformInitializer.frag.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
spv.uniformInitializerSpecConstant.frag.out spirv: Support initializers on uniforms (#1588) 2020-06-04 01:39:31 -06:00
spv.uniformInitializerStruct.frag.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
spv.unit1.frag.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
spv.variableArrayIndex.frag.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
spv.varyingArray.frag.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
spv.varyingArrayIndirect.frag.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
spv.vecMatConstruct.frag.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
spv.viewportArray2.tesc.out Accept gl_ViewportMask in version 430 and later 2021-10-20 13:51:23 -06:00
spv.viewportArray2.vert.out Avoid spuriously adding Geometry capability for vert, tesc, tese (#2462) 2020-11-12 13:00:16 -07:00
spv.viewportindex.tese.out Avoid spuriously adding Geometry capability for vert, tesc, tese (#2462) 2020-11-12 13:00:16 -07:00
spv.voidFunction.frag.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
spv.volatileAtomic.comp.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
spv.vulkan100.subgroupArithmetic.comp.out Remove execute permissions 2018-08-07 03:16:20 +09:00
spv.vulkan100.subgroupPartitioned.comp.out Remove execute permissions 2018-08-07 03:16:20 +09:00
spv.vulkan110.int16.frag.out Generate separate stores for partially swizzled memory stores 2021-07-28 14:55:45 -06:00
spv.vulkan110.storageBuffer.vert.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
spv.while-continue-break.vert.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
spv.while-simple.vert.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
spv.whileLoop.frag.out Tests: More broadly use automapping binding/location. 2020-07-01 06:40:13 -06:00
spv.WorkgroupMemoryExplicitLayout.8BitAccess.comp.out Add support for GL_EXT_shared_memory_block 2021-01-29 11:23:05 -08:00
spv.WorkgroupMemoryExplicitLayout.16BitAccess.comp.out Add support for GL_EXT_shared_memory_block 2021-01-29 11:23:05 -08:00
spv.WorkgroupMemoryExplicitLayout.MixBlockNonBlock_Errors.comp.out Add support for GL_EXT_shared_memory_block 2021-01-29 11:23:05 -08:00
spv.WorkgroupMemoryExplicitLayout.MultiBlock.comp.out Add support for GL_EXT_shared_memory_block 2021-01-29 11:23:05 -08:00
spv.WorkgroupMemoryExplicitLayout.NonBlock.comp.out Add support for GL_EXT_shared_memory_block 2021-01-29 11:23:05 -08:00
spv.WorkgroupMemoryExplicitLayout.scalar.comp.out Add support for GL_EXT_shared_memory_block 2021-01-29 11:23:05 -08:00
spv.WorkgroupMemoryExplicitLayout.SingleBlock.comp.out Add support for GL_EXT_shared_memory_block 2021-01-29 11:23:05 -08:00
spv.WorkgroupMemoryExplicitLayout.std140.comp.out Add support for GL_EXT_shared_memory_block 2021-01-29 11:23:05 -08:00
spv.WorkgroupMemoryExplicitLayout.std430.comp.out Add support for GL_EXT_shared_memory_block 2021-01-29 11:23:05 -08:00
spv.xfb.vert.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
spv.xfb2.vert.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
spv.xfb3.vert.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
spv.xfbOffsetOnBlockMembersAssignment.vert.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
spv.xfbOffsetOnStructMembersAssignment.vert.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
spv.xfbOverlapOffsetCheckWithBlockAndMember.vert.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
spv.xfbStrideJustOnce.vert.out Update test expected files with new magic number 2020-06-22 11:49:38 +01:00
stringToDouble.vert.out Rename GL_KHX_shader_explicit_arithmetic_types to GL_EXT_shader_explicit_arithmetic_types 2018-12-03 13:16:59 +01: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
terminate.frag.out Implement GL_EXT_terminate_invocation (#2454) 2020-11-09 09:30:01 -07:00
terminate.vert.out Implement GL_EXT_terminate_invocation (#2454) 2020-11-09 09:30:01 -07:00
test.conf Add support for es extension GL_EXT_blend_func_extended 2020-04-30 23:21:14 -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
textureoffset_sampler2darrayshadow.vert.out Fix and enable textureOffset_samper2darrayshadow test 2021-04-19 09:37:45 -06:00
textureQueryLOD.frag.out Support the textureQueryLOD at #extension GL_ARB_texture_query_lod. 2021-08-02 16:20:02 +08:00
tokenLength.vert.out Scanner: Many int64 fixes, including performance. 2018-01-08 11:52:23 -07:00
tokenPaste.vert.out Fix token-pasting macros not working in preprocessor directives. (#2453) 2020-11-06 10:51:07 -07:00
types.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
uint.frag.out Perform update_precision on constructors and converts 2021-09-02 14:18:51 -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 Fix #2366, fix #2358, correctly separate out numerical feature checking 2020-08-14 08:40:06 -06:00
versionsErrors.vert.out only declare compatibility gl_ variables in compatibility mode 2021-06-10 21:52:09 -04:00
vk.relaxed.changeSet.vert.out GL_EXT_vulkan_glsl_relaxed - retarget gl_VertexID to gl_VertexIndex 2021-09-16 17:40:49 -04:00
vk.relaxed.errorcheck.vert.out GL_EXT_vulkan_glsl_relaxed - retarget gl_VertexID to gl_VertexIndex 2021-09-16 17:40:49 -04:00
vk.relaxed.frag.out Revert "Revert "GL_ext_vulkan_glsl_relaxed extension support, and cross stage aware IO mapper"" 2021-03-15 11:26:11 -06:00
vk.relaxed.link1.frag.out Revert "Revert "GL_ext_vulkan_glsl_relaxed extension support, and cross stage aware IO mapper"" 2021-03-15 11:26:11 -06:00
vk.relaxed.stagelink.0.0.vert.out fix cases where symbols in the tree didn't get updated during block merging 2022-01-28 23:38:56 -05:00
vk.relaxed.stagelink.vert.out GL_EXT_vulkan_glsl_relaxed - retarget gl_VertexID to gl_VertexIndex 2021-09-16 17:40:49 -04:00
voidFunction.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
vulkan.ast.vert.out Perform update_precision on constructors and converts 2021-09-02 14:18:51 -06:00
vulkan.comp.out Implement GL_EXT_null_initializer 2021-01-25 15:54:52 -05:00
vulkan.frag.out Prevent Push Constant blocks being an array (#2904) 2022-03-23 11:42:21 -06:00
vulkan.vert.out Fix #1759: Check for specialization constants when literals required. 2019-05-03 08:40:35 -06:00
web.array.frag.out HLSL: Fix #1976: Don't let ENABLE_HLSL change struct/class layout. 2019-11-15 05:01:27 -07:00
web.basic.vert.out HLSL: Fix #1976: Don't let ENABLE_HLSL change struct/class layout. 2019-11-15 05:01:27 -07:00
web.builtins.frag.out HLSL: Fix #1976: Don't let ENABLE_HLSL change struct/class layout. 2019-11-15 05:01:27 -07:00
web.builtins.vert.out HLSL: Fix #1976: Don't let ENABLE_HLSL change struct/class layout. 2019-11-15 05:01:27 -07:00
web.comp.out HLSL: Fix #1976: Don't let ENABLE_HLSL change struct/class layout. 2019-11-15 05:01:27 -07:00
web.controlFlow.frag.out HLSL: Fix #1976: Don't let ENABLE_HLSL change struct/class layout. 2019-11-15 05:01:27 -07:00
web.operations.frag.out Update test results to expect OpFUnordNotEqual 2020-06-22 10:59:34 +01:00
web.separate.frag.out HLSL: Fix #1976: Don't let ENABLE_HLSL change struct/class layout. 2019-11-15 05:01:27 -07:00
web.texture.frag.out HLSL: Fix #1976: Don't let ENABLE_HLSL change struct/class layout. 2019-11-15 05:01:27 -07:00
whileLoop.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
xfbUnsizedArray.error.tese.out Unblock unsized error from assert 2022-01-04 21:24:05 -07:00
xfbUnsizedArray.error.vert.out Fix xfb stride limit issue (#2088) 2020-06-09 02:30:14 -06:00