SPIRV-Cross/reference/shaders-no-opt/asm
Hans-Kristian Arntzen 3afbfdb090 Implement context-sensitive expression read tracking.
When inside a loop, treat any read of outer expressions to happen
multiple times, forcing a temporary of said outer expressions.
This avoids the problem where we can end up relying on loop-invariant code motion to happen in the
compiler when converting optimized shaders.
2020-06-29 12:20:35 +02:00
..
comp Fix duplicated initialization for loop variables with initializers. 2020-06-19 10:51:00 +02:00
frag Implement context-sensitive expression read tracking. 2020-06-29 12:20:35 +02:00
geom Move .invalid. test shaders to the more appropriate subfolders. 2019-11-06 10:40:37 +01:00
tesc Move .invalid. test shaders to the more appropriate subfolders. 2019-11-06 10:40:37 +01:00
vert Support empty structs. 2018-04-05 16:26:54 +02:00
temporary.zero-initialize.asm.frag Add support for forcefully zero-initialized variables. 2020-03-26 13:38:27 +01:00