glslang/Test
Gilad Ben-Yossef 0464ff4515 GL_ARM_shader_core_builtins support
Add support for GL_ARM_shader_core_builtins and SPV_ARM_core_builtins,
including initial tests
2022-12-05 14:15:47 +02:00
..
baseLegalResults
baseResults
inc1
inc2
100.conf Fix line endings in Test/100.conf. 2016-03-03 12:12:07 -05:00
100.frag
100Limits.vert Re-allow non-language characters in ES 100 comments, including '\', except for '\' just before a new line. 2013-12-04 17:23:03 +00:00
100samplerExternal.frag
100scope.vert
110scope.vert
120.frag
120.vert Add support for ARB_uniform_buffer_object 2019-12-23 16:30:12 +08:00
130.frag
130.vert Two missing test file sources. 2014-04-14 16:14:30 +00:00
140.frag
140.vert Fix include guard for GL_EXT_multiview 2019-05-28 15:23:19 -04:00
150.frag
150.geom
150.tesc
150.tese
150.vert Add support for extension GL_ARB_vertex_attrib_64bit (#2193) 2020-04-29 06:58:49 -06:00
300.frag
300.vert
300block.frag
300BuiltIns.frag
300layout.frag Miscellaneous ES 3.1 semantics, and identification of all missing features. 2014-08-14 07:07:21 +00:00
300layout.vert
300link2.frag
300link3.frag Add ES 3.0 fragment output link-time test for outputs having or not having location qualifiers. 2013-10-15 21:46:20 +00:00
300link.frag
300operations.frag
300samplerExternal.frag
300samplerExternalYUV.frag
300scope.vert Add missing check that a function call is not using the same name as a variable hiding the function's name. Also, support version 110 separate name spaces for functions and variable names. 2013-12-11 22:38:19 +00:00
310.comp Fix #1720: Give an error for parameter mismatched image format. 2019-04-19 04:51:07 -06:00
310.frag
310.geom
310.inheritMemory.frag
310.tesc
310.tese
310.vert
310AofA.vert
310implicitSizeArrayError.vert
310runtimeArray.vert
320.comp
320.frag
320.geom GLSL: Implement version 320 for ES. 2017-07-23 13:54:15 -06:00
320.tesc
320.tese
320.vert
330.frag
330comp.frag Allow gl_FragColor and gl_FragData in non-forward-compatible contexts for non-ES versions 150 - 410. Also add deprecation message for attribute/varying for core profile. 2013-02-27 19:02:52 +00:00
400.frag
400.geom
400.tesc
400.tese
400.vert Front-end: Add a function selector under implicit type conversion. 2016-08-21 14:26:27 -06:00
410.geom
410.tesc Tessellation: Implicit array sizing and consistency checking of control-shader output arrays based on layout(vertices=...). 2013-12-13 18:38:43 +00:00
410.vert
420_size_gl_in.geom
420.comp
420.frag Add Shared/Std140 SSBO process & top-level array elements related (#2231) 2020-06-04 01:47:18 -06:00
420.geom
420.tesc
420.tese
420.vert
430.comp
430.vert
430AofA.frag Array of array: Implement the core functionality: types, constructors, operations. 2015-08-10 17:08:55 -06:00
430scope.vert
435.vert
440.frag
440.vert
450.comp
450.frag
450.geom
450.tesc
450.tese
450.vert
460.frag
460.vert
aggOps.frag
always-discard2.frag
always-discard.frag
array100.frag
array.frag
atomic_uint.frag
atomicAdd.comp
atomicCounterARBOps.vert
badChars.frag
badMacroArgs.frag
bar.h HLSL: Add an Includer to handle #include. 2017-06-01 11:16:32 -06:00
BestMatchFunction.vert #extension GL_ARB_gpu_shader5 support the implicit conversion , 2021-11-10 09:44:16 +08:00
bump
comment.frag
compoundsuffix.frag.hlsl
compoundsuffix.vert.glsl Remove execute permissions 2018-08-07 03:16:20 +09:00
conditionalDiscard.frag glslang testing: Remove dependence on testfiles from LunarGLASS. 2015-06-17 16:15:09 +00:00
constantUnaryConversion.comp
constErrors.frag Add function "const", where the initializer does not have to be a compile-time constant. 2013-10-17 20:55:30 +00:00
constFold.frag
constFoldIntMin.frag Tests: Non-determinancy: Add back in the IntMin tests. 2017-10-28 13:03:49 -06:00
contradict_0.geom
contradict_1.geom
conversion.frag
coord_conventions.frag
cppBad2.vert
cppBad3.vert PP: Fix #1694: Handle badly formed argument substitution. 2019-02-11 03:05:00 -07:00
cppBad4.vert Remove executable bits from code/data files (#2420) 2020-10-12 10:08:47 -06:00
cppBad5.vert
cppBad.vert PP: Fix #1694: Handle badly formed argument substitution. 2019-02-11 03:05:00 -07:00
cppComplexExpr.vert Preprocessor: Prevent (and give an error on) expression division by 0. 2015-07-20 12:29:41 -06:00
cppDeepNest.frag
cppIndent.vert
cppIntMinOverNegativeOne.frag
cppMerge.frag
cppNest.vert
cppPassMacroName.frag
cppRelaxSkipTokensErrors.vert
cppSimple.vert
dataOut.frag
dataOutIndirect.frag
dce.frag
decls.frag Update rules for "GL_", "gl_", and "__" to match latest specification bug fixes. 2014-02-18 21:55:42 +00:00
deepRvalue.frag
depthOut.frag glslang testing: Remove dependence on testfiles from LunarGLASS. 2015-06-17 16:15:09 +00:00
discard-dce.frag
doWhileLoop.frag
earlyReturnDiscard.frag
empty2.frag Improve preprocessor by using GLSL scanner, allowing read-only strings to be compiled, unifying of line # tracking, and correct detection that ES #version appeared after a comment. 2013-10-28 18:12:06 +00:00
empty3.frag
empty.frag
EndStreamPrimitive.geom
enhanced.0.frag Enhance readability of error messages for GLSL 2022-02-01 12:10:08 -07:00
enhanced.1.frag Enhance readability of error messages for GLSL 2022-02-01 12:10:08 -07:00
enhanced.2.frag Enhance readability of error messages for GLSL 2022-02-01 12:10:08 -07:00
enhanced.3.frag
enhanced.3.vert
enhanced.4.frag
enhanced.4.vert
enhanced.5.frag Enhance readability of error messages for GLSL 2022-02-01 12:10:08 -07:00
enhanced.5.vert
enhanced.6.frag
enhanced.6.vert
enhanced.7.frag
enhanced.7.vert Enhance readability of error messages for GLSL 2022-02-01 12:10:08 -07:00
errors.frag
es-link1.frag Add test case: Link 2 ESSL fragment shader units 2016-05-24 13:15:01 +02:00
es-link2.frag
findFunction.frag
floatBitsToInt.vert
flowControl.frag
foo.h
forLoop.frag
forwardRef.frag
functionCall.frag
functionSemantics.frag
GL_ARB_draw_instanced.vert
GL_ARB_fragment_coord_conventions.vert
GL_ARB_gpu_shader5.u2i.vert 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
gl_FragCoord.frag
glsl.140.layoutOffset.error.vert
glsl.430.layoutOffset.error.vert
glsl.450.subgroup.frag
glsl.450.subgroup.geom
glsl.450.subgroup.tesc
glsl.450.subgroup.tese
glsl.450.subgroup.vert Add support for GL_NV_shader_sm_builtins 2019-06-08 08:53:11 -04:00
glsl.450.subgroupArithmetic.comp
glsl.450.subgroupBallot.comp
glsl.450.subgroupBallotNeg.comp
glsl.450.subgroupBasic.comp
glsl.450.subgroupClustered.comp Enable GL_KHR_shader_subgroup properly 2019-03-26 13:45:33 -04:00
glsl.450.subgroupClusteredNeg.comp
glsl.450.subgroupPartitioned.comp
glsl.450.subgroupQuad.comp
glsl.450.subgroupShuffle.comp
glsl.450.subgroupShuffleRelative.comp
glsl.450.subgroupVote.comp Enable GL_KHR_shader_subgroup properly 2019-03-26 13:45:33 -04:00
glsl.460.subgroup.mesh
glsl.460.subgroup.rahit
glsl.460.subgroup.rcall
glsl.460.subgroup.rchit Add support for GL_NV_shader_sm_builtins 2019-06-08 08:53:11 -04:00
glsl.460.subgroup.rgen Add support for GL_NV_shader_sm_builtins 2019-06-08 08:53:11 -04:00
glsl.460.subgroup.rint
glsl.460.subgroup.rmiss
glsl.460.subgroup.task
glsl.-D-U.frag Standalone: Implement -D and -U for preprocessor macros. 2017-06-15 10:57:18 -06:00
glsl.autosampledtextures.frag
glsl.entryPointRename2.vert
glsl.entryPointRename.vert
glsl.es300.layoutOffset.error.vert
glsl.es320.subgroup.frag
glsl.es320.subgroup.geom
glsl.es320.subgroup.tesc Enable GL_KHR_shader_subgroup properly 2019-03-26 13:45:33 -04:00
glsl.es320.subgroup.tese
glsl.es320.subgroup.vert
glsl.es320.subgroupArithmetic.comp
glsl.es320.subgroupBallot.comp
glsl.es320.subgroupBallotNeg.comp Enable GL_KHR_shader_subgroup properly 2019-03-26 13:45:33 -04:00
glsl.es320.subgroupBasic.comp
glsl.es320.subgroupClustered.comp
glsl.es320.subgroupClusteredNeg.comp Enable GL_KHR_shader_subgroup properly 2019-03-26 13:45:33 -04:00
glsl.es320.subgroupPartitioned.comp
glsl.es320.subgroupQuad.comp
glsl.es320.subgroupShuffle.comp
glsl.es320.subgroupShuffleRelative.comp
glsl.es320.subgroupVote.comp
glsl.versionOverride.comp
glsl.versionOverride.frag
glsl.versionOverride.geom
glsl.versionOverride.tesc
glsl.versionOverride.tese Update glsl.versionOverride.tese 2022-03-24 16:41:15 -06:00
glsl.versionOverride.vert
glslangValidator
glspv.esversion.vert
glspv.frag GLSL/SPV: Fix #1196: Require resources to have layout(binding=X). 2018-02-22 11:47:41 -07:00
glspv.version.frag SPV: Further refine OpenGL vs. Vulkan differences for SPIR-V. 2016-07-07 19:27:15 -06:00
glspv.version.vert
glspv.vert
hlsl.-D-U.frag Standalone: Implement -D and -U for preprocessor macros. 2017-06-15 10:57:18 -06:00
hlsl.aliasOpaque.frag
hlsl.amend.frag
hlsl.array.flatten.frag HLSL Tests: Tests for previous commit, to make it easier to see what's changing. 2016-09-29 10:25:15 -06:00
hlsl.array.frag
hlsl.array.implicit-size.frag
hlsl.array.multidim.frag
hlsl.assoc.frag
hlsl.attribute.expression.comp Remove output variables from compute regression tests 2021-06-15 15:56:27 -06:00
hlsl.attribute.frag HLSL: Error if funcion with return type doesn't return a value. 2016-09-02 19:13:36 -06:00
hlsl.attributeC11.frag HLSL: Attributes: Add [[vk::constant_id()]] and [[vk::push_constant]] 2017-12-23 17:29:45 -07:00
hlsl.attributeGlobalBuffer.frag HLSL: Fix #1106. Support shader setting of binding/set for $Global. 2017-10-19 16:54:25 -06:00
hlsl.automap.frag
hlsl.autosampledtextures.frag
hlsl.basic.comp
hlsl.basic.geom
hlsl.boolConv.vert Remove execute permissions 2018-08-07 03:16:20 +09:00
hlsl.buffer.frag
hlsl.calculatelod.dx10.frag
hlsl.calculatelodunclamped.dx10.frag HLSL: Add CalculateLevelOfDetail, and unimplemented errors for *Unclamped and GetSamplePosition 2016-07-27 10:46:33 -06:00
hlsl.cast.frag
hlsl.cbuffer-identifier.vert
hlsl.charLit.vert Remove execute permissions 2018-08-07 03:16:20 +09:00
hlsl.clip.frag
hlsl.clipdistance-1.frag
hlsl.clipdistance-1.geom
hlsl.clipdistance-1.vert
hlsl.clipdistance-2.frag
hlsl.clipdistance-2.geom HLSL: add geometry stage support for clip/cull distance 2017-08-31 10:37:46 -06:00
hlsl.clipdistance-2.vert
hlsl.clipdistance-3.frag
hlsl.clipdistance-3.geom
hlsl.clipdistance-3.vert
hlsl.clipdistance-4.frag HLSL: handle clip and cull distance input builtin type conversion 2017-08-24 08:35:40 -06:00
hlsl.clipdistance-4.geom
hlsl.clipdistance-4.vert WIP: HLSL: handle clip/cull distance array semantic matching 2017-06-23 13:06:53 -06:00
hlsl.clipdistance-5.frag
hlsl.clipdistance-5.vert WIP: HLSL: handle clip/cull distance array semantic matching 2017-06-23 13:06:53 -06:00
hlsl.clipdistance-6.frag HLSL: handle clip and cull distance input builtin type conversion 2017-08-24 08:35:40 -06:00
hlsl.clipdistance-6.vert HLSL: handle multiple clip/cull semantic IDs 2017-07-26 11:18:09 -06:00
hlsl.clipdistance-7.frag HLSL: handle clip and cull distance input builtin type conversion 2017-08-24 08:35:40 -06:00
hlsl.clipdistance-7.vert HLSL: handle multiple clip/cull semantic IDs 2017-07-26 11:18:09 -06:00
hlsl.clipdistance-8.frag
hlsl.clipdistance-8.vert HLSL: handle multiple clip/cull semantic IDs 2017-07-26 11:18:09 -06:00
hlsl.clipdistance-9.frag
hlsl.clipdistance-9.vert HLSL: handle multiple clip/cull semantic IDs 2017-07-26 11:18:09 -06:00
hlsl.color.hull.tesc
hlsl.comparison.vec.frag HLSL: Enable component-wise vector comparisons from operators 2016-10-26 08:50:10 -06:00
hlsl.conditional.frag HLSL: Fix #846: support mixed ternary types. 2017-04-20 21:32:16 -06:00
hlsl.constantbuffer.frag
hlsl.constructArray.vert
hlsl.constructexpr.frag
hlsl.constructimat.frag
hlsl.coverage.frag
hlsl.dashI.vert
hlsl.deadFunctionMissingBody.vert
hlsl.depthGreater.frag
hlsl.depthLess.frag
hlsl.discard.frag
hlsl.doLoop.frag
hlsl.domain.1.tese
hlsl.domain.2.tese HLSL: handle PCF input to DS in arbitrary argument position 2017-04-03 10:14:50 -06:00
hlsl.domain.3.tese
hlsl.earlydepthstencil.frag HLSL: Fix #1679: Add HLSL earlydepthstencil -> SPV EarlyFragmentTests. 2019-01-28 22:19:43 -07:00
hlsl.emptystruct.init.vert
hlsl.emptystructreturn.frag
hlsl.emptystructreturn.vert
hlsl.entry-in.frag
hlsl.entry-out.frag
hlsl.entry.rename.frag
hlsl.explicitDescriptorSet.frag
hlsl.flatten.return.frag
hlsl.flattenOpaque.frag
hlsl.flattenOpaqueInit.vert
hlsl.flattenOpaqueInitMix.vert
hlsl.flattenSubset2.frag
hlsl.flattenSubset.frag
hlsl.float1.frag
hlsl.float4.frag
hlsl.forLoop.frag
hlsl.format.rwtexture.frag
hlsl.frag
hlsl.fraggeom.frag
hlsl.function.frag
hlsl.gather.array.dx10.frag
hlsl.gather.basic.dx10.frag
hlsl.gather.basic.dx10.vert
hlsl.gather.offset.dx10.frag
hlsl.gather.offsetarray.dx10.frag HLSL: Add gather, improve proto generator machine for upcoming 2DMS/Shadow 2016-07-22 12:46:11 -06:00
hlsl.gathercmpRGBA.array.dx10.frag
hlsl.gathercmpRGBA.basic.dx10.frag HLSL: Implement missing GatherCmp 2017-05-01 21:59:34 -06:00
hlsl.gathercmpRGBA.offset.dx10.frag
hlsl.gathercmpRGBA.offsetarray.dx10.frag
hlsl.gatherRGBA.array.dx10.frag HLSL: Add GatherRed/Green/Blue/Alpha methods, inc 4-offset forms 2016-08-03 13:34:39 -06:00
hlsl.gatherRGBA.basic.dx10.frag HLSL: Add GatherRed/Green/Blue/Alpha methods, inc 4-offset forms 2016-08-03 13:34:39 -06:00
hlsl.gatherRGBA.offset.dx10.frag HLSL: Add GatherRed/Green/Blue/Alpha methods, inc 4-offset forms 2016-08-03 13:34:39 -06:00
hlsl.gatherRGBA.offsetarray.dx10.frag
hlsl.getdimensions.dx10.frag
hlsl.getdimensions.dx10.vert
hlsl.getdimensions.rw.dx10.frag HLSL: phase 1: add RWTexture and RWBuffer 2016-10-06 10:51:52 -06:00
hlsl.getsampleposition.dx10.frag
hlsl.global-const-init.frag
hlsl.groupid.comp
hlsl.gs-hs-mix.tesc
hlsl.hlslOffset.vert Remove execute permissions 2018-08-07 03:16:20 +09:00
hlsl.hull.1.tesc
hlsl.hull.2.tesc
hlsl.hull.3.tesc HLSL: support point mode. 2017-06-26 17:52:22 -06:00
hlsl.hull.4.tesc
hlsl.hull.5.tesc HLSL: handle split InputPatch templat type in patch constant functions 2017-09-14 16:50:37 -06:00
hlsl.hull.6.tesc
hlsl.hull.ctrlpt-1.tesc
hlsl.hull.ctrlpt-2.tesc
hlsl.hull.void.tesc
hlsl.identifier.sample.frag HLSL: allow "sample" in expressions. 2016-12-18 18:01:34 -07:00
hlsl.if.frag
hlsl.imagefetch-subvec4.comp Fix OpImageRead result type when compiling HLSL (#2706) 2021-07-28 09:29:17 -06:00
hlsl.imageload-subvec4.comp Fix OpImageRead result type when compiling HLSL (#2706) 2021-07-28 09:29:17 -06:00
hlsl.implicitBool.frag
hlsl.include.vert
hlsl.includeNegative.vert HLSL: Add an Includer to handle #include. 2017-06-01 11:16:32 -06:00
hlsl.inf.vert Remove execute permissions 2018-08-07 03:16:20 +09:00
hlsl.init2.frag HLSL: Fix issue #658: Don't adopt initializer constness from declaration. 2017-01-05 10:28:26 -07:00
hlsl.init.frag
hlsl.inoutquals.frag
hlsl.inoutquals.negative.frag
hlsl.instance.geom Add test for the instance param (geometry shader) 2022-05-24 18:53:39 +02:00
hlsl.int.dot.frag
hlsl.intrinsic.frexp.frag
hlsl.intrinsic.frexp.vert
hlsl.intrinsics.barriers.comp
hlsl.intrinsics.comp
hlsl.intrinsics.d3dcolortoubyte4.frag Add EOpD3DCOLORtoUBYTE4 decomposition 2017-01-03 14:42:18 -07:00
hlsl.intrinsics.double.frag Add asdouble, fma, & mad intrinsics and change profile to allow doubles when parsing prototypes 2016-06-28 15:38:38 -06:00
hlsl.intrinsics.evalfns.frag Fix SPIR-V for HLSL EvaluateAttribute* of interpolants in structs 2021-04-01 00:31:31 -06:00
hlsl.intrinsics.f1632.frag WIP: HLSL: add f16tof32 and f32tof16 decompositions. 2017-02-27 15:19:49 -07:00
hlsl.intrinsics.f3216.frag WIP: HLSL: add f16tof32 and f32tof16 decompositions. 2017-02-27 15:19:49 -07:00
hlsl.intrinsics.frag
hlsl.intrinsics.lit.frag
hlsl.intrinsics.negative.comp Remove output variables from compute regression tests 2021-06-15 15:56:27 -06:00
hlsl.intrinsics.negative.frag HLSL: Change intrinsics tests to not use overloaded entry points 2016-06-30 14:13:03 -06:00
hlsl.intrinsics.negative.vert
hlsl.intrinsics.promote.down.frag
hlsl.intrinsics.promote.frag HLSL: add intrinsic function implicit promotions 2016-11-23 10:36:34 -07:00
hlsl.intrinsics.promote.outputs.frag HLSL: add intrinsic function implicit promotions 2016-11-23 10:36:34 -07:00
hlsl.intrinsics.vert
hlsl.isfinite.frag HLSL: fix return type for isfinite 2017-04-10 08:27:34 -06:00
hlsl.layout.frag
hlsl.layoutOverride.vert HLSL: Fix #606: make layout() override register. 2017-12-06 08:17:21 -07:00
hlsl.load.2dms.dx10.frag
hlsl.load.array.dx10.frag HLSL: Add texture Load method & decomposition 2016-07-21 09:42:35 -06:00
hlsl.load.basic.dx10.frag
hlsl.load.basic.dx10.vert
hlsl.load.buffer.dx10.frag
hlsl.load.buffer.float.dx10.frag HLSL: phase 3a: Add sub-vec4 rwtexture formats (qualifier.layoutFormat) 2016-10-14 18:44:32 -06:00
hlsl.load.offset.dx10.frag
hlsl.load.offsetarray.dx10.frag
hlsl.load.rwbuffer.dx10.frag
hlsl.load.rwtexture.array.dx10.frag HLSL: phase 1: add RWTexture and RWBuffer 2016-10-06 10:51:52 -06:00
hlsl.load.rwtexture.dx10.frag HLSL: phase 1: add RWTexture and RWBuffer 2016-10-06 10:51:52 -06:00
hlsl.localStructuredBuffer.comp
hlsl.logical.binary.frag HLSL: Fix unary and binary operator type conversion issues 2016-10-18 16:56:37 -06:00
hlsl.logical.binary.vec.frag
hlsl.logical.unary.frag
hlsl.logicalConvert.frag
hlsl.loopattr.frag
hlsl.matNx1.frag
hlsl.matpack-1.frag
hlsl.matpack-pragma-global.frag
hlsl.matpack-pragma.frag
hlsl.matrixindex.frag
hlsl.matrixSwizzle.vert
hlsl.matType.bool.frag HLSL: use HLSL parser to parse HLSL intrinsic prototypes, enable int/bool mats 2016-11-16 11:19:22 -07:00
hlsl.matType.frag HLSL: Error if funcion with return type doesn't return a value. 2016-09-02 19:13:36 -06:00
hlsl.matType.int.frag HLSL: use HLSL parser to parse HLSL intrinsic prototypes, enable int/bool mats 2016-11-16 11:19:22 -07:00
hlsl.max.frag Tests: Add a set of gtest-file-based HLSL tests. 2016-05-16 17:39:50 -06:00
hlsl.memberFunCall.frag HLSL: Implement member functions calling member functions. 2017-05-17 02:20:34 -06:00
hlsl.mintypes.frag
hlsl.mip.negative2.frag
hlsl.mip.negative.frag
hlsl.mip.operator.frag
hlsl.mul-truncate.frag
hlsl.multiDescriptorSet.frag
hlsl.multiEntry.vert Remove execute permissions 2018-08-07 03:16:20 +09:00
hlsl.multiReturn.frag
hlsl.namespace.frag
hlsl.nonint-index.frag HLSL: cast bracket dereference index to int type if not. 2017-04-06 20:27:10 -06:00
hlsl.nonstaticMemberFunction.frag
hlsl.noSemantic.functionality1.comp
hlsl.numericsuffixes.frag
hlsl.numthreads.comp HLSL: Refactor attribute implementation. 2018-02-01 00:30:34 -07:00
hlsl.opaque-type-bug.frag
hlsl.overload.frag
hlsl.params.default.frag HLSL default function parameters 2016-12-29 12:15:48 -07:00
hlsl.params.default.negative.frag
hlsl.partialFlattenLocal.vert
hlsl.partialFlattenMixed.vert
hlsl.partialInit.frag Remove execute permissions 2018-08-07 03:16:20 +09:00
hlsl.PointSize.geom
hlsl.PointSize.vert HLSL: Fix #1154: Support PointSize, as an attribute. 2017-12-06 07:33:36 -07:00
hlsl.pp.expand.frag
hlsl.pp.line2.frag
hlsl.pp.line3.frag SPV: Fix #1575, fix #1593: Support HLSL #line 2018-12-07 17:36:33 -07:00
hlsl.pp.line4.frag
hlsl.pp.line.frag
hlsl.pp.tokenpasting.frag HLSL: inter-stage structure splitting. 2016-12-26 10:11:15 -07:00
hlsl.pp.vert HLSL: Allow macro expansions to create the 'defined' operator. 2017-06-08 17:12:56 -06:00
hlsl.precedence2.frag Tests: Add a set of gtest-file-based HLSL tests. 2016-05-16 17:39:50 -06:00
hlsl.precedence.frag HLSL: Fix binary-expression associativity and termination issue. 2016-07-28 21:48:25 -06:00
hlsl.precise.frag
hlsl.preprocessor.frag HLSL: fix preprocessor concatenation behaviour. 2017-08-29 00:35:01 +02:00
hlsl.printf.comp HLSL: Add support for printf(). 2020-10-24 22:10:13 +08:00
hlsl.promote.atomic.frag
hlsl.promote.binary.frag HLSL: Fix unary and binary operator type conversion issues 2016-10-18 16:56:37 -06:00
hlsl.promote.vec1.frag HLSL: allow promotion from 1-vector types to scalars, e.g, float<-float1 2016-11-13 14:44:46 -07:00
hlsl.promotions.frag HLSL: add implicit promotions for assignments and function returns. 2016-08-09 13:48:47 -06:00
hlsl.reflection.binding.frag
hlsl.reflection.vert
hlsl.round.dx9.frag
hlsl.round.dx10.frag
hlsl.rw.atomics.frag
hlsl.rw.bracket.frag HLSL: phase 2d: minor cleanup, & allow operator[] on non-rw textures 2016-10-12 12:39:44 -06:00
hlsl.rw.register.frag
hlsl.rw.scalar.bracket.frag HLSL: phase 3a: Add sub-vec4 rwtexture formats (qualifier.layoutFormat) 2016-10-14 18:44:32 -06:00
hlsl.rw.swizzle.frag
hlsl.rw.vec2.bracket.frag
hlsl.sample.array.dx10.frag
hlsl.sample.basic.dx10.frag HLSL: Add SampleBias and SampleGrad, and associated tests 2016-07-15 11:38:49 -06:00
hlsl.sample.dx9.frag
hlsl.sample.dx9.vert
hlsl.sample.offset.dx10.frag
hlsl.sample.offsetarray.dx10.frag HLSL: Add SampleBias and SampleGrad, and associated tests 2016-07-15 11:38:49 -06:00
hlsl.sample.sub-vec4.dx10.frag HLSL: phase 3b: Texture methods remember and return vector size. 2016-10-14 18:44:32 -06:00
hlsl.samplebias.array.dx10.frag
hlsl.samplebias.basic.dx10.frag HLSL: Add SampleBias and SampleGrad, and associated tests 2016-07-15 11:38:49 -06:00
hlsl.samplebias.offset.dx10.frag
hlsl.samplebias.offsetarray.dx10.frag
hlsl.samplecmp.array.dx10.frag
hlsl.samplecmp.basic.dx10.frag
hlsl.samplecmp.dualmode.frag HLSL: split textures used for both shadow and non-shadow modes 2017-10-06 11:23:16 -06:00
hlsl.samplecmp.negative2.frag
hlsl.samplecmp.negative.frag
hlsl.samplecmp.offset.dx10.frag HLSL: Add SampleCmp and SampleCmpLevelZero texture methods 2016-07-20 09:57:03 -06:00
hlsl.samplecmp.offsetarray.dx10.frag
hlsl.samplecmplevelzero.array.dx10.frag
hlsl.samplecmplevelzero.basic.dx10.frag
hlsl.samplecmplevelzero.offset.dx10.frag HLSL: Add SampleCmp and SampleCmpLevelZero texture methods 2016-07-20 09:57:03 -06:00
hlsl.samplecmplevelzero.offsetarray.dx10.frag
hlsl.samplegrad.array.dx10.frag
hlsl.samplegrad.basic.dx10.frag
hlsl.samplegrad.basic.dx10.vert
hlsl.samplegrad.offset.dx10.frag HLSL: Add SampleBias and SampleGrad, and associated tests 2016-07-15 11:38:49 -06:00
hlsl.samplegrad.offsetarray.dx10.frag HLSL: Add SampleBias and SampleGrad, and associated tests 2016-07-15 11:38:49 -06:00
hlsl.samplelevel.array.dx10.frag HLSL: Add gather, improve proto generator machine for upcoming 2DMS/Shadow 2016-07-22 12:46:11 -06:00
hlsl.samplelevel.basic.dx10.frag
hlsl.samplelevel.basic.dx10.vert
hlsl.samplelevel.offset.dx10.frag
hlsl.samplelevel.offsetarray.dx10.frag
hlsl.scalar2matrix.frag
hlsl.scalar-length.frag
hlsl.scalarCast.vert
hlsl.scope.frag
hlsl.self_cast.frag
hlsl.semantic-1.vert
hlsl.semantic.geom
hlsl.semantic.vert
hlsl.semicolons.frag
hlsl.shapeConv.frag HLSL: vector shape conversions for all ops: Fix #839. Fix #653. Fix #631. 2017-04-18 21:07:05 -06:00
hlsl.shapeConvRet.frag
hlsl.shift.per-set.frag
hlsl.sin.frag
hlsl.singleArgIntPromo.vert
hlsl.snorm.uav.comp
hlsl.specConstant.frag
hlsl.spv.1.6.discard.frag
hlsl.staticFuncInit.frag
hlsl.staticMemberFunction.frag
hlsl.store.rwbyteaddressbuffer.type.comp
hlsl.string.frag
hlsl.stringtoken.frag
hlsl.struct.frag
hlsl.struct.split-1.vert HLSL: inter-stage structure splitting. 2016-12-26 10:11:15 -07:00
hlsl.struct.split.array.geom
hlsl.struct.split.assign.frag
hlsl.struct.split.call.vert
hlsl.struct.split.nested.geom
hlsl.struct.split.trivial.geom
hlsl.struct.split.trivial.vert
hlsl.structarray.flatten.frag
hlsl.structarray.flatten.geom HLSL: inter-stage structure splitting. 2016-12-26 10:11:15 -07:00
hlsl.structbuffer.append.fn.frag WIP: HLSL: add ability to pass struct buffers with counters to fns 2017-05-17 09:18:53 -06:00
hlsl.structbuffer.append.frag
hlsl.structbuffer.atomics.frag
hlsl.structbuffer.byte.frag HLSL: implement 4 (of 6) structuredbuffer types 2017-02-21 15:51:49 -07:00
hlsl.structbuffer.coherent.frag
hlsl.structbuffer.floatidx.comp
hlsl.structbuffer.fn2.comp
hlsl.structbuffer.fn.frag
hlsl.structbuffer.frag
hlsl.structbuffer.incdec.frag WIP: HLSL: structuredbuffer counter functionality 2017-04-13 18:43:26 -06:00
hlsl.structbuffer.rw.frag
hlsl.structbuffer.rwbyte2.comp
hlsl.structbuffer.rwbyte.frag
hlsl.structin.vert
hlsl.structIoFourWay.frag
hlsl.structStructName.frag Remove execute permissions 2018-08-07 03:16:20 +09:00
hlsl.subpass.frag
hlsl.switch.frag
hlsl.swizzle.frag
hlsl.synthesizeInput.frag
hlsl.target.frag
hlsl.targetStruct1.frag
hlsl.targetStruct2.frag
hlsl.templatetypes.frag
hlsl.templatetypes.negative.frag
hlsl.texture.struct.frag
hlsl.texture.subvec4.frag
hlsl.texturebuffer.frag
hlsl.this.frag
hlsl.tristream-append.geom
hlsl.tx.bracket.frag
hlsl.tx.overload.frag
hlsl.type.half.frag
hlsl.type.identifier.frag
hlsl.type.type.conversion.all.frag
hlsl.type.type.conversion.valid.frag Updated type conversion rules for HLSL frontend 2018-11-14 08:13:32 +01:00
hlsl.typedef.frag
hlsl.typeGraphCopy.vert AST: Have type deepCopy() preserve type graphs as graphs. 2017-02-06 22:58:32 -07:00
hlsl.void.frag HLSL: Error if funcion with return type doesn't return a value. 2016-09-02 19:13:36 -06:00
hlsl.w-recip2.frag
hlsl.w-recip.frag
hlsl.wavebroadcast.comp
hlsl.waveprefix.comp
hlsl.wavequad.comp
hlsl.wavequery.comp
hlsl.wavequery.frag
hlsl.wavereduction.comp
hlsl.wavevote.comp
hlsl.whileLoop.frag HLSL: Enable component-wise vector comparisons from operators 2016-10-26 08:50:10 -06:00
hlsl.y-negate-1.vert
hlsl.y-negate-2.vert
hlsl.y-negate-3.vert HLSL: add optional position.Y inversion 2017-12-07 10:48:14 -07:00
i1.h
implicitInnerAtomicUint.frag
include.vert HLSL: Add an Includer to handle #include. 2017-06-01 11:16:32 -06:00
invalidSwizzle.vert
iomap.blockOutVariableIn.2.vert
iomap.blockOutVariableIn.frag
iomap.blockOutVariableIn.geom
iomap.blockOutVariableIn.vert
iomap.crossStage.2.frag Revert "Revert "GL_ext_vulkan_glsl_relaxed extension support, and cross stage aware IO mapper"" 2021-03-15 11:26:11 -06:00
iomap.crossStage.2.geom Revert "Revert "GL_ext_vulkan_glsl_relaxed extension support, and cross stage aware IO mapper"" 2021-03-15 11:26:11 -06:00
iomap.crossStage.2.vert
iomap.crossStage.frag
iomap.crossStage.vert
iomap.crossStage.vk.frag
iomap.crossStage.vk.geom
iomap.crossStage.vk.vert Revert "Revert "GL_ext_vulkan_glsl_relaxed extension support, and cross stage aware IO mapper"" 2021-03-15 11:26:11 -06:00
iomap.variableOutBlockIn.2.vert Fix issue with separable shader validation in iomapper 2021-11-17 14:28:16 -08:00
iomap.variableOutBlockIn.frag
iomap.variableOutBlockIn.geom
iomap.variableOutBlockIn.vert
length.frag glslang testing: Remove dependence on testfiles from LunarGLASS. 2015-06-17 16:15:09 +00:00
lineContinuation100.vert
lineContinuation.vert
link1.frag
link1.vk.frag
link2.frag
link2.vk.frag
link3.frag
link.multiAnonBlocksInvalid.0.0.vert
link.multiAnonBlocksInvalid.0.1.vert Remove executable bits from code/data files (#2420) 2020-10-12 10:08:47 -06:00
link.multiAnonBlocksValid.0.0.vert
link.multiAnonBlocksValid.0.1.vert
link.multiBlocksInvalid.0.0.vert Remove executable bits from code/data files (#2420) 2020-10-12 10:08:47 -06:00
link.multiBlocksInvalid.0.1.vert
link.multiBlocksValid.1.0.vert
link.multiBlocksValid.1.1.vert Remove executable bits from code/data files (#2420) 2020-10-12 10:08:47 -06:00
link.redeclareBuiltin.geom Fix incorrect link time validation for unused gl_PerVertex members 2021-11-08 15:23:02 -08:00
link.redeclareBuiltin.vert Fix incorrect link time validation for unused gl_PerVertex members 2021-11-08 15:23:02 -08:00
link.tesselation.frag
link.tesselation.tesc
link.tesselation.tese Fix isIoResizeArray() tessellation stage handling 2021-07-09 09:51:16 -07:00
link.tesselation.vert Fix isIoResizeArray() tessellation stage handling 2021-07-09 09:51:16 -07:00
link.vk.differentPC.0.0.frag
link.vk.differentPC.0.1.frag Remove executable bits from code/data files (#2420) 2020-10-12 10:08:47 -06:00
link.vk.differentPC.0.2.frag
link.vk.differentPC.1.0.frag
link.vk.differentPC.1.1.frag
link.vk.differentPC.1.2.frag
link.vk.inconsistentGLPerVertex.0.geom
link.vk.inconsistentGLPerVertex.0.vert Partial fix for inconsistencies re: #2578 2021-03-19 16:18:42 -04:00
link.vk.matchingPC.0.0.frag Remove executable bits from code/data files (#2420) 2020-10-12 10:08:47 -06:00
link.vk.matchingPC.0.1.frag Remove executable bits from code/data files (#2420) 2020-10-12 10:08:47 -06:00
link.vk.matchingPC.0.2.frag Remove executable bits from code/data files (#2420) 2020-10-12 10:08:47 -06:00
link.vk.multiBlocksValid.0.0.vert Remove executable bits from code/data files (#2420) 2020-10-12 10:08:47 -06:00
link.vk.multiBlocksValid.0.1.vert
link.vk.multiBlocksValid.1.0.geom
link.vk.multiBlocksValid.1.1.geom
link.vk.pcNamingInvalid.0.0.vert
link.vk.pcNamingInvalid.0.1.vert
link.vk.pcNamingValid.0.0.vert
link.vk.pcNamingValid.0.1.vert Remove executable bits from code/data files (#2420) 2020-10-12 10:08:47 -06:00
localAggregates.frag
loops.frag glslang testing: Remove dependence on testfiles from LunarGLASS. 2015-06-17 16:15:09 +00:00
loopsArtificial.frag glslang testing: Remove dependence on testfiles from LunarGLASS. 2015-06-17 16:15:09 +00:00
mains1.frag
mains2.frag
mains.frag Add link validation infrastructure for multiple compilation units per stage. Includes a new, straightforward, C++ interface to the front end. 2013-09-04 21:19:27 +00:00
makeDoc
matrix2.frag
matrix.frag
matrixError.vert
max_vertices_0.geom
maxClipDistances.vert
missingBodies.vert
mixedArrayDecls.frag Types: Fix #1290: Rationalize and correct "mixed" style array dimensioning. 2018-03-26 00:38:53 -06:00
negativeArraySize.comp
negativeWorkGroupSize.comp Require fixed workgroup size declaration 2021-02-24 14:49:31 -07:00
newTexture.frag
noMain1.geom
noMain2.geom
noMain.vert
noMatchingFunction.frag
nonSquare.vert
nonuniform.frag
nonVulkan.frag
nosuffix
numeral.frag
nvShaderNoperspectiveInterpolation.frag Add tests for GL_NV_shader_noperspective_interpolation 2018-03-16 16:49:29 +00:00
Operations.frag
overlongLiteral.frag Check for hexadecimal literals exceeding MaxTokenLength. 2017-10-22 17:55:14 +00:00
parent.h
parentBad
pointCoord.frag Built-in symbol tables now lazily evaluated, and driven by per version, per profile input. Got all ES 100 and ES 300 built-in symbols correct. 2013-02-17 06:01:50 +00:00
precise_struct_block.vert
precise.tesc integer type operation should not be noContraction 2016-05-09 10:46:40 -04:00
precision.frag Fixes to scanning: 2013-11-12 03:31:24 +00:00
precision.vert
prepost.frag
preprocessor.bad_arg.vert Remove execute permissions 2018-08-07 03:16:20 +09:00
preprocessor.cpp_style___FILE__.vert Extend the syntax of #line and __FILE__ to support filename strings. 2015-07-27 13:07:52 -04:00
preprocessor.cpp_style_line_directive.vert
preprocessor.defined.vert 'defined' cannot be used as a macro name in #define or #undef. 2015-08-29 23:15:13 +00:00
preprocessor.edge_cases.vert
preprocessor.eof_missing.vert
preprocessor.errors.vert Added error output to the preprocessor. 2015-07-14 16:02:25 -04:00
preprocessor.extensions.vert Only output explicit extension directives in preprocessing. 2015-07-21 17:47:47 -04:00
preprocessor.function_macro.vert
preprocessor.include.disabled.vert
preprocessor.include.enabled.vert
preprocessor.line.frag
preprocessor.line.vert
preprocessor.many.endif.vert Fix array out of bounds bug in processing if-else-endif macros. 2016-03-09 15:11:56 -05:00
preprocessor.pragma.vert Warning for #pragma once. GLSL and HLSL. Addresses #824. 2018-02-11 23:23:22 -07:00
preprocessor.simple.vert
preprocessor.success_if_parse_would_fail.vert
rayQuery-allOps.comp
rayQuery-allOps.Error.rgen
rayQuery-allOps.frag
rayQuery-allOps.rgen accelerationStructureEXT - issue #2152 2020-03-26 18:51:18 -04:00
rayQuery-committed.Error.rgen
rayQuery-global.rgen Updates for final Vulkan ray tracing extensions (#2466) 2020-11-23 13:41:27 -07:00
rayQuery-initialization.Error.comp
rayQuery-initialize.rgen
rayQuery-no-cse.rgen
rayQuery-OpConvertUToAccelerationStructureKHR.comp
rayQuery-types.comp
rayQuery.rgen accelerationStructureEXT - issue #2152 2020-03-26 18:51:18 -04:00
recurse1.frag Fix recursion detection (it was detecting cycles in the call graph that were not directed cycles). 2013-10-30 01:22:04 +00:00
recurse1.vert
recurse2.frag Add function recursion testing to the link-time validation. 2013-10-01 21:58:43 +00:00
reflection.frag Reflect pipeline outputs as well as inputs, optionally from other stages 2019-02-04 12:02:59 +00:00
reflection.linked.frag Add option to reflect all block members, inactive or active. 2019-02-04 12:02:59 +00:00
reflection.linked.vert Add option to reflect all block members, inactive or active. 2019-02-04 12:02:59 +00:00
reflection.options.geom Add option to unwrap I/O block aggregates in reflection 2019-02-11 11:53:52 +00:00
reflection.options.vert
reflection.vert Fix type recursion with EOpIndexIndirect dereferences 2019-02-21 12:52:05 +00:00
remap.basic.dcefunc.frag WIP: SPV Remapper: add remapper test framework 2016-08-25 10:46:51 -06:00
remap.basic.everything.frag
remap.basic.none.frag
remap.basic.strip.frag
remap.hlsl.sample.basic.everything.frag
remap.hlsl.sample.basic.none.frag
remap.hlsl.sample.basic.strip.frag
remap.hlsl.templatetypes.everything.frag HLSL: Do structure conversion for return type struct-punning on non-entry-point functions. 2016-10-06 13:06:13 -06:00
remap.hlsl.templatetypes.none.frag
remap.if.everything.frag
remap.if.none.frag
remap.invalid-spirv-1.spv Remapper: make remapper robust against non-exiting error handlers 2017-09-20 15:19:43 -06:00
remap.invalid-spirv-2.spv Remapper: make remapper robust against non-exiting error handlers 2017-09-20 15:19:43 -06:00
remap.literal64.everything.spv
remap.literal64.none.spv
remap.similar_1a.everything.frag
remap.similar_1a.none.frag
remap.similar_1b.everything.frag
remap.similar_1b.none.frag
remap.specconst.comp HLSL: add .mips[][] operator for texture types 2017-05-15 09:13:58 -06:00
remap.switch.everything.frag
remap.switch.none.frag WIP: SPV Remapper: add remapper test framework 2016-08-25 10:46:51 -06:00
remap.uniformarray.everything.frag WIP: SPV Remapper: add remapper test framework 2016-08-25 10:46:51 -06:00
remap.uniformarray.none.frag
runtests Merge pull request #2851 from chaoticbob/version-override 2022-03-24 17:51:54 -06:00
runtimeArray.vert Remove execute permissions 2018-08-07 03:16:20 +09:00
sample.frag
sample.frag.out
sample.vert
sample.vert.out
samplerlessTextureFunctions.frag
simpleFunctionCall.frag
specExamples.frag
specExamples.vert
spv.1.3.8bitstorage-ssbo.vert
spv.1.3.8bitstorage-ubo.vert
spv.1.3.coopmat.comp
spv.1.4.constructComposite.comp
spv.1.4.funcall.array.frag
spv.1.4.image.frag SPV 1.4: Emit SignExtend and ZeroExtend for integer image reads/writes. 2019-05-10 00:02:45 -06:00
spv.1.4.load.bool.array.interface.block.frag
spv.1.4.LoopControl.frag
spv.1.4.NonWritable.frag
spv.1.4.OpCopyLogical.comp
spv.1.4.OpCopyLogical.funcall.frag SPV 1.4: Add support for OpCopyLogical, careful of Boolean differences. 2019-05-10 00:02:45 -06:00
spv.1.4.OpCopyLogicalBool.comp
spv.1.4.OpEntryPoint.frag
spv.1.4.OpEntryPoint.opaqueParams.vert
spv.1.4.OpSelect.frag
spv.1.4.sparseTexture.frag SPV 1.4: Emit SignExtend and ZeroExtend for integer image reads/writes. 2019-05-10 00:02:45 -06:00
spv.1.4.texture.frag SPV 1.4: Emit SignExtend and ZeroExtend for integer image reads/writes. 2019-05-10 00:02:45 -06:00
spv.1.6.conditionalDiscard.frag
spv.1.6.helperInvocation.frag
spv.1.6.helperInvocation.memmodel.frag
spv.1.6.samplerBuffer.frag
spv.1.6.separate.frag
spv.1.6.specConstant.comp
spv.8bit-16bit-construction.frag
spv.8bitstorage_Error-int.frag
spv.8bitstorage_Error-uint.frag
spv.8bitstorage-int.frag Remove execute permissions 2018-08-07 03:16:20 +09:00
spv.8bitstorage-ssbo.vert
spv.8bitstorage-ubo.vert
spv.8bitstorage-uint.frag
spv.16bitstorage_Error-int.frag
spv.16bitstorage_Error-uint.frag
spv.16bitstorage_Error.frag
spv.16bitstorage-int.frag Remove execute permissions 2018-08-07 03:16:20 +09:00
spv.16bitstorage-uint.frag
spv.16bitstorage.frag
spv.16bitxfb.vert Add 8-bit/16-bit transform feedback support for future use 2019-02-03 23:31:32 +08:00
spv.100ops.frag
spv.130.frag SPV: Implement Vulkan version of GLSL (KHR_vulkan_glsl). 2016-02-15 21:46:55 -07:00
spv.140.frag
spv.150.geom
spv.150.vert SPV: Implement Vulkan version of GLSL (KHR_vulkan_glsl). 2016-02-15 21:46:55 -07:00
spv.300BuiltIns.vert SPV: Implement Vulkan version of GLSL (KHR_vulkan_glsl). 2016-02-15 21:46:55 -07:00
spv.300layout.frag
spv.300layout.vert
spv.300layoutp.vert
spv.310.bitcast.frag
spv.310.comp
spv.320.meshShaderUserDefined.mesh
spv.330.geom
spv.400.frag
spv.400.tesc
spv.400.tese
spv.420.geom
spv.430.frag
spv.430.vert
spv.450.geom
spv.450.noRedecl.tesc
spv.450.tesc SPV: Fix #1016: Don't allow non-GLSL-extension protected Layer and ViewportIndex members. 2017-08-17 23:49:39 -06:00
spv.460.comp GLSL 4.6: Implement shader group vote. 2017-07-31 03:00:04 -06:00
spv.460.frag
spv.460.subgroupEXT.mesh
spv.460.subgroupEXT.task
spv.460.vert
spv.accessChain.frag
spv.aggOps.frag
spv.always-discard2.frag
spv.always-discard.frag
spv.AnyHitShader_Errors.rahit
spv.AnyHitShader.rahit Multiple features and misc fixes for final raytracing non experimental version. 2018-10-31 07:55:24 -07:00
spv.AnyHitShaderMotion.rahit
spv.AofA.frag
spv.arbPostDepthCoverage_Error.frag Implement SPV_KHR_post_depth_coverage 2017-07-05 12:27:15 -07:00
spv.arbPostDepthCoverage.frag
spv.ARMCoreBuiltIns.frag GL_ARM_shader_core_builtins support 2022-12-05 14:15:47 +02:00
spv.ARMCoreBuiltIns.vert
spv.atomiAddEXT.error.mesh
spv.atomiAddEXT.task GL_EXT_mesh_shader/SPV_EXT_mesh_shader implementation 2022-09-01 18:02:21 -07:00
spv.atomic.comp
spv.atomicAdd.bufferReference.comp
spv.atomicCounter.comp Forbid memoryBarrierAtomicCounter for Vulkan compiles 2020-03-16 23:53:04 -05:00
spv.atomicFloat2.comp
spv.atomicFloat_Error.comp Remove executable bits from code/data files (#2420) 2020-10-12 10:08:47 -06:00
spv.atomicFloat.comp
spv.atomicInt64.comp Scanner: Many int64 fixes, including performance. 2018-01-08 11:52:23 -07:00
spv.atomicStoreInt64.comp Pass correct proxy type for atomicStore 2021-03-08 14:19:31 -07:00
spv.barrier.vert
spv.bitCast.frag
spv.bool.vert
spv.boolInBlock.frag SPV: Continue to fix the issue of bool -> uint32 2016-03-03 14:38:51 +08:00
spv.branch-return.vert
spv.buffer.autoassign.frag Add a test for buffer auto-binding assignment. 2016-09-30 14:26:34 -06:00
spv.bufferhandle1.frag
spv.bufferhandle2.frag GL_EXT_buffer_reference 2019-01-07 12:36:13 -06:00
spv.bufferhandle3.frag
spv.bufferhandle4.frag
spv.bufferhandle5.frag GL_EXT_buffer_reference 2019-01-07 12:36:13 -06:00
spv.bufferhandle6.frag GL_EXT_buffer_reference 2019-01-07 12:36:13 -06:00
spv.bufferhandle7.frag GL_EXT_buffer_reference 2019-01-07 12:36:13 -06:00
spv.bufferhandle8.frag GL_EXT_buffer_reference 2019-01-07 12:36:13 -06:00
spv.bufferhandle9.frag
spv.bufferhandle10.frag Fix interactions between 'volatile' and the Vulkan memory model 2019-03-05 14:40:07 -06:00
spv.bufferhandle11.frag
spv.bufferhandle12.frag
spv.bufferhandle13.frag
spv.bufferhandle14.frag
spv.bufferhandle15.frag GL_EXT_buffer_reference 2019-01-07 12:36:13 -06:00
spv.bufferhandle16.frag Improved fix for buffer reference constants 2019-03-06 09:28:29 -06:00
spv.bufferhandle17_Errors.frag Handle buffer references vs 'const' 2019-03-04 12:46:11 -06:00
spv.bufferhandle18.frag Add support for GL_EXT_buffer_reference2 2019-05-01 16:13:26 -05:00
spv.bufferhandle19_Errors.frag Add support for GL_EXT_buffer_reference2 2019-05-01 16:13:26 -05:00
spv.bufferhandle_Error.frag Fix #2191: Error check for indexing reference containing unsize array. 2020-05-01 08:19:59 -06:00
spv.bufferhandleUvec2.frag
spv.builtin.PrimitiveShadingRateEXT.vert
spv.builtin.ShadingRateEXT.frag
spv.builtInXFB.vert GLSL: Implement XFB for redeclared built-in blocks. 2017-12-15 04:43:59 -07:00
spv.ClosestHitShader_Errors.rchit
spv.ClosestHitShader.rchit
spv.ClosestHitShaderMotion.rchit
spv.computeShaderDerivatives2.comp
spv.computeShaderDerivatives.comp
spv.conditionalDemote.frag
spv.conditionalDiscard.frag SPIR-V: Move from Version .99 Rev 31 to Version 1.0, Rev 2. 2015-11-15 22:31:41 -07:00
spv.constConstruct.vert
spv.constructComposite.comp
spv.constStruct.vert
spv.controlFlowAttributes.frag
spv.conversion.frag SPV: Implement Vulkan version of GLSL (KHR_vulkan_glsl). 2016-02-15 21:46:55 -07:00
spv.coopmat_Error.comp Implement GL_NV_cooperative_matrix 2019-02-25 23:42:59 -06:00
spv.coopmat.comp
spv.dataOut.frag
spv.dataOutIndirect.frag
spv.dataOutIndirect.vert
spv.dead-after-continue.vert
spv.dead-after-discard.frag
spv.dead-after-loop-break.vert SPIR-V: Aggressively prune unreachable merge, continue target 2019-10-29 15:33:54 -04:00
spv.dead-after-return.vert
spv.dead-after-switch-break.vert
spv.dead-complex-continue-after-return.vert SPIR-V: Aggressively prune unreachable merge, continue target 2019-10-29 15:33:54 -04:00
spv.dead-complex-merge-after-return.vert
spv.debugInfo.frag SPV: Debug output: Include OpLine information for execution path. 2017-05-31 18:50:53 -06:00
spv.debuginfo.glsl.comp
spv.debuginfo.glsl.frag Implement NonSemantic.Shader.DebugInfo.100 2022-08-26 16:17:54 -06:00
spv.debuginfo.glsl.geom Implement NonSemantic.Shader.DebugInfo.100 2022-08-26 16:17:54 -06:00
spv.debuginfo.glsl.tesc
spv.debuginfo.glsl.tese
spv.debuginfo.glsl.vert
spv.debuginfo.hlsl.comp Implement NonSemantic.Shader.DebugInfo.100 2022-08-26 16:17:54 -06:00
spv.debuginfo.hlsl.frag
spv.debuginfo.hlsl.geom Implement NonSemantic.Shader.DebugInfo.100 2022-08-26 16:17:54 -06:00
spv.debuginfo.hlsl.tesc
spv.debuginfo.hlsl.tese
spv.debuginfo.hlsl.vert
spv.debugPrintf_Error.frag EXT_debug_printf - make escape sequences better match C/C++ 2020-03-10 10:23:07 -05:00
spv.debugPrintf.frag
spv.deepRvalue.frag
spv.demoteDisabled.frag Implement GL_EXT_demote_to_helper_invocation 2019-07-01 09:36:15 -05:00
spv.depthOut.frag
spv.depthUnchanged.frag
spv.deviceGroup.frag
spv.discard-dce.frag
spv.do-simple.vert
spv.do-while-continue-break.vert
spv.double.comp SPV: Implement Vulkan version of GLSL (KHR_vulkan_glsl). 2016-02-15 21:46:55 -07:00
spv.doWhileLoop.frag
spv.drawParams.vert SPV: Implement new extensions GL_KHX_device_group and GL_KHX_multiview. 2017-02-27 01:20:51 -07:00
spv.earlyAndlateFragmentTests.frag Add SPV_AMD_shader_early_and_late_fragment_tests 2022-07-18 14:20:18 +08:00
spv.earlyReturnDiscard.frag
spv.explicittypes.frag
spv.ext.AccelDecl.frag
spv.ext.AnyHitShader_Errors.rahit Add support for GLSL_EXT_ray_tracing 2020-03-17 20:42:47 -04:00
spv.ext.AnyHitShader.rahit Adding support for GL_EXT_ray_cull_mask 2022-05-05 12:56:04 +02:00
spv.ext.ClosestHitShader_Errors.rchit
spv.ext.ClosestHitShader_Subgroup.rchit Updates for final Vulkan ray tracing extensions (#2466) 2020-11-23 13:41:27 -07:00
spv.ext.ClosestHitShader.rchit
spv.ext.IntersectShader_Errors.rint
spv.ext.IntersectShader.rint
spv.ext.meshShaderBuiltins.mesh
spv.ext.meshShaderRedeclBuiltins.mesh
spv.ext.meshShaderTaskMem.mesh
spv.ext.meshShaderUserDefined.mesh
spv.ext.meshTaskShader.task
spv.ext.MissShader_Errors.rmiss Updates for final Vulkan ray tracing extensions (#2466) 2020-11-23 13:41:27 -07:00
spv.ext.MissShader.rmiss Adding support for GL_EXT_ray_cull_mask 2022-05-05 12:56:04 +02:00
spv.ext.RayCallable_Errors.rcall
spv.ext.RayCallable.rcall
spv.ext.RayConstants.rgen
spv.ext.RayGenSBTlayout140.rgen
spv.ext.RayGenSBTlayout430.rgen
spv.ext.RayGenSBTlayout.rgen
spv.ext.RayGenSBTlayoutscalar.rgen Updates for final Vulkan ray tracing extensions (#2466) 2020-11-23 13:41:27 -07:00
spv.ext.RayGenShader11.rgen
spv.ext.RayGenShader_Errors.rgen
spv.ext.RayGenShader.rgen
spv.ext.RayGenShaderArray.rgen Updates for final Vulkan ray tracing extensions (#2466) 2020-11-23 13:41:27 -07:00
spv.ext.RayPrimCull_Errors.rgen
spv.ext.RayQueryDecl.frag 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
spv.extPostDepthCoverage_Error.frag
spv.extPostDepthCoverage.frag Implement SPV_KHR_post_depth_coverage 2017-07-05 12:27:15 -07:00
spv.float16.frag Parser: Some function prototypes of interpolateAtXXX are incorrect. 2016-10-10 16:55:04 +08:00
spv.float16convertonlyarith.comp If a shader's only use of float16 is for FConvert, add the Float16 capability. 2019-05-01 11:45:51 -05:00
spv.float16convertonlystorage.comp
spv.float16Fetch.frag
spv.float16NoRelaxed.vert
spv.float32.frag
spv.float64.frag Remove support for double trig, pow, exp and log 2021-10-27 11:59:26 -06:00
spv.flowControl.frag SPV: Implement Vulkan version of GLSL (KHR_vulkan_glsl). 2016-02-15 21:46:55 -07:00
spv.for-complex-condition.vert
spv.for-continue-break.vert
spv.for-nobody.vert
spv.for-notest.vert
spv.for-simple.vert
spv.forLoop.frag SPV: Implement Vulkan version of GLSL (KHR_vulkan_glsl). 2016-02-15 21:46:55 -07:00
spv.forwardFun.frag
spv.fragmentDensity-es.frag
spv.fragmentDensity-neg.frag Implement GL_EXT_fragment_invocation_density 2018-11-26 10:01:58 -05:00
spv.fragmentDensity.frag
spv.fragmentDensity.vert Implement GL_EXT_fragment_invocation_density 2018-11-26 10:01:58 -05:00
spv.fragmentShaderBarycentric2.frag
spv.fragmentShaderBarycentric3.frag Add support for VK_EXT_fragment_shader_barycentric 2022-05-25 13:02:02 +01:00
spv.fragmentShaderBarycentric4.frag
spv.fragmentShaderBarycentric.frag
spv.fsi_Error.frag
spv.fsi.frag
spv.fullyCovered.frag Add implementation of SPV_EXT_fragment_fully_covered 2017-12-14 07:42:23 -07:00
spv.funcall.array.frag
spv.functionCall.frag
spv.functionNestedOpaque.vert
spv.functionParameterTypes.frag
spv.functionSemantics.frag
spv.GeometryShaderPassthrough.geom Add support for SPV_NV_geometry_shader_passthrough 2016-12-20 13:28:52 -08:00
spv.glFragColor.frag
spv.glsl.register.autoassign.frag
spv.glsl.register.noautoassign.frag GLSL/SPV: Fix #1196: Require resources to have layout(binding=X). 2018-02-22 11:47:41 -07:00
spv.hlslDebugInfo.vert SPV reflection: Add OpModuleProcessed for compile options. 2017-08-25 11:48:02 -06:00
spv.hlslOffsets.vert
spv.image.frag
spv.image.load-formatted.frag
spv.imageAtomic64.comp Emit Int64Atomics for imageAtomicStore 2022-07-14 17:37:52 -06:00
spv.imageAtomic64.frag
spv.imageLoadStoreLod.frag
spv.int8.frag
spv.int16.amd.frag
spv.int16.frag Allow 8/16-bit integer as array index 2021-10-20 15:15:30 -06:00
spv.int32.frag
spv.int64.frag
spv.intcoopmat.comp GL_NV_integer_cooperative_matrix support 2019-08-22 20:37:59 -05:00
spv.interpOps.frag
spv.IntersectShader_Errors.rint
spv.IntersectShader.rint Multiple features and misc fixes for final raytracing non experimental version. 2018-10-31 07:55:24 -07:00
spv.IntersectShaderMotion.rint
spv.intOps.vert
spv.intrinsicsSpirvByReference.vert
spv.intrinsicsSpirvDecorate.frag
spv.intrinsicsSpirvExecutionMode.frag
spv.intrinsicsSpirvInstruction.vert
spv.intrinsicsSpirvLiteral.vert
spv.intrinsicsSpirvStorageClass.rchit
spv.intrinsicsSpirvType.rgen
spv.intrinsicsSpirvTypeLocalVar.vert
spv.invariantAll.vert
spv.layer.tese Avoid spuriously adding Geometry capability for vert, tesc, tese (#2462) 2020-11-12 13:00:16 -07:00
spv.layoutNested.vert
spv.length.frag SPV: Implement Vulkan version of GLSL (KHR_vulkan_glsl). 2016-02-15 21:46:55 -07:00
spv.load.bool.array.interface.block.frag
spv.localAggregates.frag SPV: Implement Vulkan version of GLSL (KHR_vulkan_glsl). 2016-02-15 21:46:55 -07:00
spv.loops.frag
spv.loopsArtificial.frag
spv.looseUniformNoLoc.vert SPV: Add auto location mapping of non-opaque non-block uniform variables. 2017-08-26 15:47:25 -06:00
spv.matFun.vert
spv.matrix2.frag
spv.matrix.frag
spv.memoryQualifier.frag
spv.memoryScopeSemantics_Error.comp
spv.memoryScopeSemantics.comp
spv.merge-unreachable.frag
spv.meshShaderBuiltins.mesh
spv.meshShaderPerView_Errors.mesh
spv.meshShaderPerViewBuiltins.mesh
spv.meshShaderPerViewUserDefined.mesh
spv.meshShaderRedeclBuiltins.mesh Update gtest to explicitly size gl_PrimitiveIndicesNV[] 2019-02-12 12:27:21 -08:00
spv.meshShaderRedeclPerViewBuiltins.mesh Allow redeclaration of builtin interface blocks in mesh shader 2018-10-04 16:39:18 -07:00
spv.meshShaderSharedMem.mesh
spv.meshShaderTaskMem.mesh Add-support-for-SPV_NV_mesh_shader 2018-09-19 13:07:43 -07:00
spv.meshShaderUserDefined.mesh Add-support-for-SPV_NV_mesh_shader 2018-09-19 13:07:43 -07:00
spv.meshTaskShader.task
spv.MissShader_Errors.rmiss
spv.MissShader.rmiss
spv.MissShaderMotion.rmiss Add support for GL_NV_ray_tracing_motion_blur. 2021-08-10 10:40:28 -07:00
spv.multiStruct.comp
spv.multiStructFuncall.frag
spv.multiView.frag
spv.multiviewPerViewAttributes.tesc
spv.multiviewPerViewAttributes.vert Implement NVX_multiview_per_view_attributes 2017-02-14 15:04:33 -08:00
spv.newTexture.frag
spv.noBuiltInLoc.vert
spv.noDeadDecorations.vert
spv.noLocation.vert
spv.nonSquare.vert SPV: Implement Vulkan version of GLSL (KHR_vulkan_glsl). 2016-02-15 21:46:55 -07:00
spv.nonuniform2.frag
spv.nonuniform3.frag Allow nonuniformEXT() on sampler types. 2020-03-09 10:48:12 -05:00
spv.nonuniform4.frag
spv.nonuniform5.frag Decorate accesschain operand for nonuniform UBO loads 2020-03-09 14:09:41 -05:00
spv.nonuniform.frag New nonuniform analysis (#2457) 2020-11-12 11:10:07 -07:00
spv.noWorkgroup.comp
spv.nullInit.comp Implement GL_EXT_null_initializer 2021-01-25 15:54:52 -05:00
spv.offsets.frag
spv.Operations.frag Support multiple swizzled out operands (#2175) 2020-04-13 21:59:49 -06:00
spv.OVR_multiview.vert
spv.paramMemory.420.frag
spv.paramMemory.frag
spv.perprimitiveNV.frag Allow GL_NV_mesh_shader in fragment shaders for perprimitiveNV 2018-10-25 23:50:59 -07:00
spv.pp.line.frag Fix OpLine prepending OpFunction reports wrong file when #line is present 2022-09-06 23:57:18 -07:00
spv.precise.tesc
spv.precise.tese Precise and noContraction propagation 2016-05-09 10:46:40 -04:00
spv.precision.frag
spv.precisionArgs.frag
spv.precisionNonESSamp.frag
spv.precisionTexture.frag
spv.prepost.frag
spv.privateVariableTypes.frag Add Float16/Int8/Int16 capabilities for private variables and function parameters 2019-02-17 22:50:00 -06:00
spv.pushConstant.vert SPV: Implement Vulkan version of GLSL (KHR_vulkan_glsl). 2016-02-15 21:46:55 -07:00
spv.pushConstantAnon.vert
spv.qualifiers.vert
spv.queryL.frag
spv.queueFamilyScope.comp Add missing capability when QueueFamily scope is used 2021-01-27 13:14:34 -06:00
spv.rankShift.comp
spv.RayCallable_Errors.rcall
spv.RayCallable.rcall
spv.RayConstants.rgen
spv.RayGenShader11.rgen
spv.RayGenShader_Errors.rgen
spv.RayGenShader.rgen
spv.RayGenShaderArray.rgen
spv.RayGenShaderMotion.rgen
spv.register.autoassign-2.frag
spv.register.autoassign.frag
spv.register.autoassign.rangetest.frag
spv.register.noautoassign.frag
spv.register.subpass.frag
spv.rw.autoassign.frag
spv.sample.frag SPV: SampleMask does not depend on SampleRateShading. 2017-11-20 16:32:49 -07:00
spv.sampleId.frag SPV: SampleMask does not depend on SampleRateShading. 2017-11-20 16:32:49 -07:00
spv.sampleMaskOverrideCoverage.frag
spv.samplePosition.frag
spv.samplerlessTextureFunctions.frag
spv.scalarlayout.frag
spv.scalarlayoutfloat16.frag
spv.separate.frag
spv.set.vert
spv.shaderBallot.comp
spv.shaderBallotAMD.comp
spv.shaderDrawParams.vert
spv.shaderFragMaskAMD.frag
spv.shaderGroupVote.comp Implement the extension GL_ARB_shader_group_vote. 2016-05-05 20:38:33 +08:00
spv.shaderImageFootprint.frag 0003-Add-support-for-SPV_NV_shader_image_footprint 2018-09-19 13:07:42 -07:00
spv.shaderStencilExport.frag Fix parser issue: redeclare gl_FragStencilRefARB is not supported 2018-11-12 15:15:57 +08:00
spv.shadingRate.frag Add-support-for-SPV_NV_shading_rate 2018-09-19 13:07:43 -07:00
spv.shiftOps.frag
spv.shortCircuit.frag
spv.simpleFunctionCall.frag
spv.simpleMat.vert
spv.smBuiltins.frag Add support for GL_NV_shader_sm_builtins 2019-06-08 08:53:11 -04:00
spv.smBuiltins.vert
spv.sparseTexture.frag
spv.sparseTextureClamp.frag
spv.specConst.vert SPV: Further refine OpenGL vs. Vulkan differences for SPIR-V. 2016-07-07 19:27:15 -06:00
spv.specConstant.comp
spv.specConstant.float16.comp
spv.specConstant.int8.comp
spv.specConstant.int16.comp
spv.specConstant.vert
spv.specConstantComposite.vert
spv.specConstantOperations.vert SPV: Implement specialization constants for ?:. 2017-02-08 17:07:07 -07:00
spv.specConstArrayCheck.vert Remove executable bits from code/data files (#2420) 2020-10-12 10:08:47 -06:00
spv.specTexture.frag
spv.ssbo.autoassign.frag
spv.ssboAlias.frag
spv.stereoViewRendering.tesc
spv.stereoViewRendering.vert
spv.storageBuffer.vert
spv.structAssignment.frag
spv.structDeref.frag
spv.structure.frag SPV: Implement Vulkan version of GLSL (KHR_vulkan_glsl). 2016-02-15 21:46:55 -07:00
spv.subgroup.frag
spv.subgroup.geom
spv.subgroup.tesc
spv.subgroup.tese
spv.subgroup.vert
spv.subgroupArithmetic.comp
spv.subgroupBallot.comp
spv.subgroupBallotNeg.comp
spv.subgroupBasic.comp
spv.subgroupClustered.comp
spv.subgroupClusteredNeg.comp
spv.subgroupExtendedTypesArithmetic.comp Add GL_EXT_shader_subgroup_extended_types support 2019-09-17 23:44:27 -05:00
spv.subgroupExtendedTypesArithmeticNeg.comp
spv.subgroupExtendedTypesBallot.comp
spv.subgroupExtendedTypesBallotNeg.comp
spv.subgroupExtendedTypesClustered.comp Add GL_EXT_shader_subgroup_extended_types support 2019-09-17 23:44:27 -05:00
spv.subgroupExtendedTypesClusteredNeg.comp
spv.subgroupExtendedTypesPartitioned.comp
spv.subgroupExtendedTypesPartitionedNeg.comp Add GL_EXT_shader_subgroup_extended_types support 2019-09-17 23:44:27 -05:00
spv.subgroupExtendedTypesQuad.comp
spv.subgroupExtendedTypesQuadNeg.comp Add GL_EXT_shader_subgroup_extended_types support 2019-09-17 23:44:27 -05:00
spv.subgroupExtendedTypesShuffle.comp Add GL_EXT_shader_subgroup_extended_types support 2019-09-17 23:44:27 -05:00
spv.subgroupExtendedTypesShuffleNeg.comp
spv.subgroupExtendedTypesShuffleRelative.comp
spv.subgroupExtendedTypesShuffleRelativeNeg.comp
spv.subgroupExtendedTypesVote.comp Add GL_EXT_shader_subgroup_extended_types support 2019-09-17 23:44:27 -05:00
spv.subgroupExtendedTypesVoteNeg.comp Add GL_EXT_shader_subgroup_extended_types support 2019-09-17 23:44:27 -05:00
spv.subgroupPartitioned.comp
spv.subgroupQuad.comp SPV: Implement Vulkan 1.1 features and extensions. 2018-03-06 16:12:04 -07:00
spv.subgroupShuffle.comp
spv.subgroupShuffleRelative.comp
spv.subgroupSizeARB.frag Make gl_SubGroupARB a flat int in Vulkan 2022-09-21 10:05:15 +02:00
spv.subgroupUniformControlFlow.vert
spv.subgroupVote.comp
spv.subpass.frag SPV: Implement Vulkan version of GLSL (KHR_vulkan_glsl). 2016-02-15 21:46:55 -07:00
spv.switch.frag
spv.swizzle.frag SPV: Implement Vulkan version of GLSL (KHR_vulkan_glsl). 2016-02-15 21:46:55 -07:00
spv.swizzleInversion.frag
spv.targetOpenGL.vert Remove execute permissions 2018-08-07 03:16:20 +09:00
spv.targetVulkan.vert
spv.terminate.frag
spv.test.frag
spv.test.vert
spv.texture.frag
spv.texture.sampler.transform.frag Pure Texture to Sampled Texture Transform 2017-05-29 18:29:45 +02:00
spv.texture.vert
spv.textureBuffer.vert
spv.textureError.frag Improve error message for image/sampler functions for enhanced-msgs 2022-02-23 15:55:49 -07:00
spv.textureGatherBiasLod.frag
spv.types.frag
spv.uint.frag
spv.uniformArray.frag SPV: Implement Vulkan version of GLSL (KHR_vulkan_glsl). 2016-02-15 21:46:55 -07:00
spv.uniformInitializer.frag
spv.uniformInitializerSpecConstant.frag spirv: Support initializers on uniforms (#1588) 2020-06-04 01:39:31 -06:00
spv.uniformInitializerStruct.frag spirv: Support initializers on uniforms (#1588) 2020-06-04 01:39:31 -06:00
spv.unit1.frag
spv.unit2.frag
spv.unit3.frag
spv.variableArrayIndex.frag
spv.varyingArray.frag SPV: Require desktop 140 or ES 310 or above. 2016-01-22 17:47:22 -07:00
spv.varyingArrayIndirect.frag SPV: Implement Vulkan version of GLSL (KHR_vulkan_glsl). 2016-02-15 21:46:55 -07:00
spv.vecMatConstruct.frag
spv.viewportArray2.tesc
spv.viewportArray2.vert
spv.viewportindex.tese
spv.voidFunction.frag
spv.volatileAtomic.comp
spv.vulkan100.subgroupArithmetic.comp
spv.vulkan100.subgroupPartitioned.comp
spv.vulkan110.int16.frag Rename GL_KHX_shader_explicit_arithmetic_types to GL_EXT_shader_explicit_arithmetic_types 2018-12-03 13:16:59 +01:00
spv.vulkan110.storageBuffer.vert
spv.while-continue-break.vert
spv.while-simple.vert
spv.whileLoop.frag
spv.WorkgroupMemoryExplicitLayout.8BitAccess.comp
spv.WorkgroupMemoryExplicitLayout.16BitAccess.comp
spv.WorkgroupMemoryExplicitLayout.MixBlockNonBlock_Errors.comp
spv.WorkgroupMemoryExplicitLayout.MultiBlock.comp
spv.WorkgroupMemoryExplicitLayout.NonBlock.comp Add support for GL_EXT_shared_memory_block 2021-01-29 11:23:05 -08:00
spv.WorkgroupMemoryExplicitLayout.scalar.comp Add support for GL_EXT_shared_memory_block 2021-01-29 11:23:05 -08:00
spv.WorkgroupMemoryExplicitLayout.SingleBlock.comp Add support for GL_EXT_shared_memory_block 2021-01-29 11:23:05 -08:00
spv.WorkgroupMemoryExplicitLayout.std140.comp
spv.WorkgroupMemoryExplicitLayout.std430.comp
spv.xfb2.vert GLSL: XFB: more support for built-in block redeclarations with XFB. 2018-01-09 18:00:33 -07:00
spv.xfb3.vert GLSL: XFB: more support for built-in block redeclarations with XFB. 2018-01-09 18:00:33 -07:00
spv.xfb.vert
spv.xfbOffsetOnBlockMembersAssignment.vert ParseHelper: assign global XfbBuffer to a block missing it 2018-11-10 11:35:50 +01:00
spv.xfbOffsetOnStructMembersAssignment.vert
spv.xfbOverlapOffsetCheckWithBlockAndMember.vert
spv.xfbStrideJustOnce.vert GlslangToSpv: prevent add XfbStride twice 2018-11-29 11:49:04 +01:00
stringToDouble.vert Rename GL_KHX_shader_explicit_arithmetic_types to GL_EXT_shader_explicit_arithmetic_types 2018-12-03 13:16:59 +01:00
structAssignment.frag
structDeref.frag
structure.frag
switch.frag
swizzle.frag
syntaxError.frag
terminate.frag
terminate.vert
test.frag glslang testing: Remove dependence on testfiles from LunarGLASS. 2015-06-17 16:15:09 +00:00
texture.frag glslang testing: Remove dependence on testfiles from LunarGLASS. 2015-06-17 16:15:09 +00:00
textureoffset_sampler2darrayshadow.vert TextureOffset not support sampler2DArrayShadow sampler until 430. 2021-04-15 21:38:35 +08:00
textureQueryLOD.frag
tokenLength.vert
tokenPaste.vert
types.frag
uint.frag
uniformArray.frag glslang testing: Remove dependence on testfiles from LunarGLASS. 2015-06-17 16:15:09 +00:00
validate-shaders.sh
variableArrayIndex.frag
varyingArray.frag
varyingArrayIndirect.frag
versionsClean.frag
versionsClean.vert
versionsErrors.frag
versionsErrors.vert
vk.relaxed.changeSet.frag
vk.relaxed.changeSet.vert Fix issue with remapping global uniform blocks 2021-03-17 19:30:22 -04:00
vk.relaxed.errorcheck.frag
vk.relaxed.errorcheck.vert
vk.relaxed.frag
vk.relaxed.link1.frag 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.link2.frag
vk.relaxed.stagelink.0.0.frag
vk.relaxed.stagelink.0.0.vert 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.0.1.frag
vk.relaxed.stagelink.0.1.vert
vk.relaxed.stagelink.0.2.frag
vk.relaxed.stagelink.0.2.vert 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.frag
vk.relaxed.stagelink.vert GL_EXT_vulkan_glsl_relaxed - retarget gl_VertexID to gl_VertexIndex 2021-09-16 17:40:49 -04:00
voidFunction.frag glslang testing: Remove dependence on testfiles from LunarGLASS. 2015-06-17 16:15:09 +00:00
vulkan.ast.vert
vulkan.comp Implement GL_EXT_null_initializer 2021-01-25 15:54:52 -05:00
vulkan.frag Prevent Push Constant blocks being an array (#2904) 2022-03-23 11:42:21 -06:00
vulkan.vert
web.array.frag Web: Turn off includes, independent preprocessing path, fine tune all. 2019-08-20 23:21:56 -06:00
web.basic.vert
web.builtins.frag Web: Add sanity check test suite for smaller-footprint builds. 2019-08-20 23:21:55 -06:00
web.builtins.vert
web.comp
web.controlFlow.frag
web.operations.frag
web.runtests Web: Add sanity check test suite for smaller-footprint builds. 2019-08-20 23:21:55 -06:00
web.separate.frag
web.testlist
web.texture.frag
whileLoop.frag
xfbUnsizedArray.error.tese
xfbUnsizedArray.error.vert