skia2/tests/sksl/folding
John Stiles 0ac6c15075 Reduce self-assignment expressions (x = x) into just x.
Change-Id: I44356aa781f208f4941dbeb617a30318e36c1081
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/367062
Reviewed-by: Ethan Nicholas <ethannicholas@google.com>
Commit-Queue: Ethan Nicholas <ethannicholas@google.com>
Auto-Submit: John Stiles <johnstiles@google.com>
2021-02-10 20:00:05 +00:00
..
AssignmentOps.glsl Add SkSL test demonstrating missed optimization with +=. 2021-02-09 19:17:26 +00:00
BoolFolding.glsl Support half4 return values from main() in the SPIR-V code generator. 2021-01-27 02:46:03 +00:00
FloatFolding.glsl Reduce self-assignment expressions (x = x) into just x. 2021-02-10 20:00:05 +00:00
IntFoldingES2.glsl Reduce self-assignment expressions (x = x) into just x. 2021-02-10 20:00:05 +00:00
IntFoldingES3.glsl Support half4 return values from main() in the SPIR-V code generator. 2021-01-27 02:46:03 +00:00
MatrixFoldingES2.glsl Support half4 return values from main() in the SPIR-V code generator. 2021-01-27 02:46:03 +00:00
MatrixFoldingES3.glsl Support half4 return values from main() in the SPIR-V code generator. 2021-01-27 02:46:03 +00:00
SelfAssignment.glsl Reduce self-assignment expressions (x = x) into just x. 2021-02-10 20:00:05 +00:00
ShortCircuitBoolFolding.glsl Support half4 return values from main() in the SPIR-V code generator. 2021-01-27 02:46:03 +00:00
VectorScalarFolding.glsl Reduce self-assignment expressions (x = x) into just x. 2021-02-10 20:00:05 +00:00
VectorVectorFolding.glsl Reduce self-assignment expressions (x = x) into just x. 2021-02-10 20:00:05 +00:00