..
golden
Constant-propagate the ! prefix onto constant boolean expressions.
2021-01-07 20:09:49 +00:00
DoWhileBodyMustBeInlinedIntoAScope.sksl
Migrate SkSL inliner tests to golden files.
2020-09-15 15:22:12 +00:00
DoWhileTestCannotBeInlined.sksl
Migrate SkSL inliner tests to golden files.
2020-09-15 15:22:12 +00:00
ExponentialGrowth.sksl
Stop the inliner after it has inlined 2500 statements in a program.
2020-11-13 23:02:11 +00:00
ForBodyMustBeInlinedIntoAScope.sksl
Migrate SkSL inliner tests to golden files.
2020-09-15 15:22:12 +00:00
ForInitializerExpressionsCanBeInlined.sksl
Migrate SkSL inliner tests to golden files.
2020-09-15 15:22:12 +00:00
ForWithoutReturnInsideCanBeInlined.sksl
Migrate SkSL inliner tests to golden files.
2020-09-15 15:22:12 +00:00
ForWithReturnInsideCannotBeInlined.sksl
Migrate SkSL inliner tests to golden files.
2020-09-15 15:22:12 +00:00
IfBodyMustBeInlinedIntoAScope.sksl
Migrate SkSL inliner tests to golden files.
2020-09-15 15:22:12 +00:00
IfElseBodyMustBeInlinedIntoAScope.sksl
Migrate SkSL inliner tests to golden files.
2020-09-15 15:22:12 +00:00
IfElseChainWithReturnsCanBeInlined.sksl
Migrate SkSL inliner tests to golden files.
2020-09-15 15:22:12 +00:00
IfTestCanBeInlined.sksl
Migrate SkSL inliner tests to golden files.
2020-09-15 15:22:12 +00:00
IfWithReturnsCanBeInlined.sksl
Migrate SkSL inliner tests to golden files.
2020-09-15 15:22:12 +00:00
InlineKeywordOverridesThreshold.sksl
Migrate SkSL inliner tests to golden files.
2020-09-15 15:22:12 +00:00
InlinerAvoidsVariableNameOverlap.sksl
Migrate SkSL inliner tests to golden files.
2020-09-15 15:22:12 +00:00
InlinerCanBeDisabled.sksl
Add test for disabling the inliner.
2020-10-12 17:14:07 +00:00
InlinerElidesTempVarForReturnsInsideBlock.sksl
Elide return expression temp-var in vardecl-less blocks.
2020-12-22 19:33:12 +00:00
InlinerManglesNames.sksl
Migrate SkSL inliner tests to golden files.
2020-09-15 15:22:12 +00:00
InlinerUsesTempVarForMultipleReturns.sksl
Test that the inliner uses a temp var for return statements.
2020-12-22 17:52:49 +00:00
InlinerUsesTempVarForReturnsInsideBlockWithVar.sksl
Test that the inliner uses a temp var for return statements.
2020-12-22 17:52:49 +00:00
InlinerWrapsEarlyReturnsWithForLoop.sksl
Replace inliner do-while loops with for loops.
2020-12-17 19:23:47 +00:00
InlinerWrapsSwitchWithReturnInsideWithForLoop.sksl
Add support for inlining switches with returns inside.
2020-12-18 00:14:48 +00:00
InlineThreshold.sksl
Migrate SkSL inliner tests to golden files.
2020-09-15 15:22:12 +00:00
InlineWithInoutArgument.sksl
Migrate SkSL inliner tests to golden files.
2020-09-15 15:22:12 +00:00
InlineWithModifiedArgument.sksl
Migrate SkSL inliner tests to golden files.
2020-09-15 15:22:12 +00:00
InlineWithNestedBigCalls.sksl
Migrate SkSL inliner tests to golden files.
2020-09-15 15:22:12 +00:00
InlineWithNestedCalls.sksl
Migrate SkSL inliner tests to golden files.
2020-09-15 15:22:12 +00:00
InlineWithUnmodifiedArgument.sksl
Migrate SkSL inliner tests to golden files.
2020-09-15 15:22:12 +00:00
InlineWithUnnecessaryBlocks.sksl
Migrate SkSL inliner tests to golden files.
2020-09-15 15:22:12 +00:00
ShortCircuitEvaluationsCannotInlineRightHandSide.sksl
Migrate SkSL inliner tests to golden files.
2020-09-15 15:22:12 +00:00
SwitchWithCastCanBeInlined.sksl
Migrate SkSL inliner tests to golden files.
2020-09-15 15:22:12 +00:00
SwitchWithoutReturnInsideCanBeInlined.sksl
Migrate SkSL inliner tests to golden files.
2020-09-15 15:22:12 +00:00
SwizzleCanBeInlinedDirectly.sksl
Add new unit tests for SkSL.
2020-09-23 20:30:47 +00:00
TernaryResultsCannotBeInlined.sksl
Migrate SkSL inliner tests to golden files.
2020-09-15 15:22:12 +00:00
TernaryTestCanBeInlined.sksl
Migrate SkSL inliner tests to golden files.
2020-09-15 15:22:12 +00:00
TrivialArgumentsInlineDirectly.sksl
Constant-propagate the ! prefix onto constant boolean expressions.
2021-01-07 20:09:49 +00:00
WhileBodyMustBeInlinedIntoAScope.sksl
Migrate SkSL inliner tests to golden files.
2020-09-15 15:22:12 +00:00
WhileTestCannotBeInlined.sksl
Migrate SkSL inliner tests to golden files.
2020-09-15 15:22:12 +00:00