Merge branch '25-spirv-special-instruction-tests' into 'master'
authorPyry Haulos <phaulos@google.com>
Wed, 2 Dec 2015 18:57:24 +0000 (13:57 -0500)
committerPyry Haulos <phaulos@google.com>
Wed, 2 Dec 2015 18:57:24 +0000 (13:57 -0500)
25 SPIR-V assembly tests based on compute shader

- OpConstantNull
- OpConstantComposite
- OpLine
- OpNoLine
- OpSource
- OpSourceContinued
- OpUndef
- OpUnreachable
- Loop control
- Selection control
- Function control
- Block order
- OpSourceExtension
- OpPhi
- decoration group

Also change input to random numbers for the OpNop test.

See merge request !44


Trivial merge