SPIRV-Cross/reference/shaders-no-opt/asm
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
..
comp GLSL: Handle more proper semantics for RelaxedPrecision. 2022-05-02 15:11:24 +02:00
frag Attempt more optimal codegen for OpCompositeInsert. 2022-05-18 16:37:33 +02:00
geom Move .invalid. test shaders to the more appropriate subfolders. 2019-11-06 10:40:37 +01:00
rgen Handle nonuniformEXT qualifier for acceleration structures. 2021-01-22 13:13:56 +01:00
tesc Handle edge cases in OpCopyMemory. 2021-03-08 14:15:27 +01:00
vert GLSL: Support GL_EXT_debug_printf. 2022-04-19 12:07:54 +02:00
degenerate-selection-constructs.asm.frag CFG: Handle degenerate selection constructs. 2021-11-07 13:32:29 +01:00
loop-header-self-continue-break.asm.comp Handle case where block is loop header, continue AND break block. 2020-10-27 12:29:08 +01:00
temporary.zero-initialize.asm.frag Add support for forcefully zero-initialized variables. 2020-03-26 13:38:27 +01:00