SPIRV-Cross/reference/opt/shaders-hlsl/asm/vert
Hans-Kristian Arntzen 23662668dd Attempt more optimal codegen for OpCompositeInsert.
Speculate that we can modify the SSA value in-place. As long as it is
not used after the modify, this is fine.

Also need to make sure we don't attempt to RMW something that is
impossible to modify.
2022-05-18 16:37:33 +02:00
..
extract-transposed-matrix-from-struct.asm.vert Fix case where a struct is loaded which contains a row-major matrix. 2019-02-20 12:19:00 +01:00
spec-constant-op-composite.asm.vert Attempt more optimal codegen for OpCompositeInsert. 2022-05-18 16:37:33 +02:00
uint-vertex-id-instance-id.asm.vert Deal with some builtins being declared with wrong signedness. 2018-06-22 11:30:56 +02:00
vertex-id-instance-id.asm.vert Update to latest glslang/SPIRV-Tools. 2019-01-30 13:41:57 +01:00