2015-05-15 18:44:16 +00:00
|
|
|
# Test looping constructs.
|
|
|
|
# No tests yet for making sure break and continue from a nested loop
|
|
|
|
# goes to the innermost target.
|
|
|
|
spv.do-simple.vert
|
|
|
|
spv.do-while-continue-break.vert
|
|
|
|
spv.for-continue-break.vert
|
|
|
|
spv.for-simple.vert
|
|
|
|
spv.while-continue-break.vert
|
|
|
|
spv.while-simple.vert
|
2015-05-15 21:32:46 +00:00
|
|
|
# vulkan-specific tests
|
|
|
|
spv.set.vert
|
|
|
|
spv.double.comp
|
|
|
|
spv.100ops.frag
|
|
|
|
spv.130.frag
|
|
|
|
spv.140.frag
|
|
|
|
spv.150.geom
|
|
|
|
spv.150.vert
|
|
|
|
spv.300BuiltIns.vert
|
|
|
|
spv.300layout.frag
|
|
|
|
spv.300layout.vert
|
|
|
|
spv.300layoutp.vert
|
|
|
|
spv.310.comp
|
|
|
|
spv.330.geom
|
|
|
|
spv.400.frag
|
|
|
|
spv.400.tesc
|
|
|
|
spv.400.tese
|
|
|
|
spv.420.geom
|
|
|
|
spv.430.vert
|
2015-05-22 21:57:58 +00:00
|
|
|
spv.accessChain.frag
|
2015-05-15 21:32:46 +00:00
|
|
|
spv.aggOps.frag
|
|
|
|
spv.always-discard.frag
|
|
|
|
spv.always-discard2.frag
|
2015-12-08 20:48:49 -07:00
|
|
|
spv.bool.vert
|
2015-05-15 21:32:46 +00:00
|
|
|
spv.conditionalDiscard.frag
|
|
|
|
spv.conversion.frag
|
|
|
|
spv.dataOut.frag
|
|
|
|
spv.dataOutIndirect.frag
|
|
|
|
spv.dataOutIndirect.vert
|
|
|
|
spv.deepRvalue.frag
|
|
|
|
spv.depthOut.frag
|
|
|
|
spv.discard-dce.frag
|
|
|
|
spv.doWhileLoop.frag
|
|
|
|
spv.earlyReturnDiscard.frag
|
|
|
|
spv.flowControl.frag
|
|
|
|
spv.forLoop.frag
|
|
|
|
spv.forwardFun.frag
|
|
|
|
spv.functionCall.frag
|
|
|
|
spv.functionSemantics.frag
|
2015-12-08 17:12:09 +08:00
|
|
|
spv.interpOps.frag
|
2015-05-15 21:32:46 +00:00
|
|
|
spv.length.frag
|
|
|
|
spv.localAggregates.frag
|
|
|
|
spv.loops.frag
|
|
|
|
spv.loopsArtificial.frag
|
|
|
|
spv.matFun.vert
|
|
|
|
spv.matrix.frag
|
|
|
|
spv.matrix2.frag
|
|
|
|
spv.newTexture.frag
|
|
|
|
spv.nonSquare.vert
|
|
|
|
spv.Operations.frag
|
2015-11-15 21:33:39 -07:00
|
|
|
spv.intOps.vert
|
2015-05-15 21:32:46 +00:00
|
|
|
spv.precision.frag
|
|
|
|
spv.prepost.frag
|
|
|
|
spv.qualifiers.vert
|
|
|
|
spv.simpleFunctionCall.frag
|
|
|
|
spv.simpleMat.vert
|
|
|
|
spv.structAssignment.frag
|
|
|
|
spv.structDeref.frag
|
|
|
|
spv.structure.frag
|
|
|
|
spv.switch.frag
|
|
|
|
spv.swizzle.frag
|
|
|
|
spv.test.frag
|
|
|
|
spv.test.vert
|
|
|
|
spv.texture.frag
|
|
|
|
spv.texture.vert
|
2015-09-16 17:48:22 +08:00
|
|
|
spv.image.frag
|
2015-05-15 21:32:46 +00:00
|
|
|
spv.types.frag
|
|
|
|
spv.uint.frag
|
|
|
|
spv.uniformArray.frag
|
|
|
|
spv.variableArrayIndex.frag
|
|
|
|
spv.varyingArray.frag
|
|
|
|
spv.varyingArrayIndirect.frag
|
|
|
|
spv.voidFunction.frag
|
|
|
|
spv.whileLoop.frag
|
2015-07-23 10:22:48 -06:00
|
|
|
spv.atomic.comp
|
2015-09-12 12:17:44 -06:00
|
|
|
spv.AofA.frag
|
2015-09-15 19:38:56 -06:00
|
|
|
spv.queryL.frag
|
2015-10-15 13:29:11 -06:00
|
|
|
spv.shortCircuit.frag
|