summaryrefslogtreecommitdiffstats
path: root/tests/spirv/direct-spirv-control-flow.slang.expected.txt
Commit message (Collapse)AuthorAge
* Further implementation of SPIRV direct emit. (#1920)Yong He2021-08-12
* Further implementation of SPIRV direct emit. This change implements: - Struct, Vector, Matrix and Unsized Array types. - Basic arithmetic opcodes, vector construct, swizzle etc. - getElementPtr, getElement, fieldAddress, extractField. - SPIRV target intrinsics with SPIRV asm code in stdlib. - RWStructuredBuffer and StructuredBuffer. - Pointer storage class propagation. - Control flow. * Fix.