SPIRV-Cross/reference
Hans-Kristian Arntzen c365cc1b43 Deal with OpPhi and case fallthrough.
This is quite complex since we cannot flush Phi inside the case labels,
we have to do it outside by emitting a lot of manual branches ourselves.

This should be extremely rare, but we need to handle this case.
2019-06-21 13:38:23 +02:00
..
opt Rewrite how switch block case labels are emitted. 2019-06-20 11:57:05 +02:00
shaders Rewrite how switch block case labels are emitted. 2019-06-20 11:57:05 +02:00
shaders-hlsl Support emitting OpLine directive. 2019-05-28 13:44:24 +02:00
shaders-hlsl-no-opt Deal with OpPhi and case fallthrough. 2019-06-21 13:38:23 +02:00
shaders-msl Merge pull request #1031 from KhronosGroup/fix-1009 2019-06-19 15:29:27 +02:00
shaders-msl-no-opt Deal with OpPhi and case fallthrough. 2019-06-21 13:38:23 +02:00
shaders-no-opt Deal with OpPhi and case fallthrough. 2019-06-21 13:38:23 +02:00
shaders-reflection Employ heuristics to figure out how to emit SSBO/UAV reflection names. 2019-06-10 11:24:24 +02:00