..
ArrayFolding.sksl
Improve index-folding of arrays and matrices.
2021-11-11 18:59:04 +00:00
ArraySizeFolding.sksl
Add test for vector constant folding.
2022-01-12 17:23:20 +00:00
AssignmentOps.sksl
Reland "Add coords parameter to all .sksl test files used as runtime effects"
2021-04-27 20:47:31 +00:00
BoolFolding.sksl
Improve constant folding for boolean vectors.
2021-08-24 18:12:12 +00:00
CastFolding.sksl
Add test demonstrating missed opportunities with casts.
2021-05-07 22:04:16 +00:00
FloatFolding.sksl
Remove 0/x arithmetic simplification.
2021-08-24 19:18:41 +00:00
IntFoldingES2.sksl
Remove usage of sqrt() as an optimization barrier in tests.
2021-05-24 17:18:54 +00:00
IntFoldingES3.sksl
Reland "Add coords parameter to all .sksl test files used as runtime effects"
2021-04-27 20:47:31 +00:00
MatrixFoldingES2.sksl
Add matrix-op-matrix tests to MatrixFoldingES2.
2022-01-25 17:52:27 +00:00
MatrixFoldingES3.sksl
Reland "Add coords parameter to all .sksl test files used as runtime effects"
2021-04-27 20:47:31 +00:00
SelfAssignment.sksl
Enforce consistency in swizzle domains.
2021-07-09 20:30:22 +00:00
ShortCircuitBoolFolding.sksl
Remove usage of sqrt() as an optimization barrier in tests.
2021-05-24 17:18:54 +00:00
SwitchCaseFolding.sksl
Simplify control flow in switch test to unbreak iOS.
2022-01-13 14:49:06 +00:00
SwizzleFolding.sksl
Add test demonstrating swizzled constant folding.
2021-04-29 15:59:37 +00:00
VectorScalarFolding.sksl
Remove 0/x arithmetic simplification.
2021-08-24 19:18:41 +00:00
VectorVectorFolding.sksl
Remove 0/x arithmetic simplification.
2021-08-24 19:18:41 +00:00