SPIRV-Cross/reference/shaders-msl/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 Implement context-sensitive expression read tracking. 2020-06-29 12:20:35 +02:00
frag MSL: Force disabled fragment builtins to have the right name. 2020-04-15 19:25:18 -05:00
tesc Move all .invalid shaders into no-opt folders. 2019-11-05 13:19:19 -05:00
tese Moved all UE4 test shaders into 'shaders-ue4/' folder. 2019-10-23 17:39:05 -04:00
vert MSL: Avoid packed arrays in more cases. 2020-05-06 10:27:12 +02:00