skia2/tests/sksl/inliner/golden
John Stiles 941fc7174f Revert "Remove inliner from IR generation stage."
This reverts commit 21d7778cb5.

Reason for revert: Pinpoint absolutely hates this change

Original change's description:
> Remove inliner from IR generation stage.
> 
> There is no need to inline code during IR generation, as the optimizer
> can now handle this.
> 
> Change-Id: If272bfb98e945a75ec91fb4aa026e5631ac51b5b
> Reviewed-on: https://skia-review.googlesource.com/c/skia/+/315971
> Commit-Queue: John Stiles <johnstiles@google.com>
> Commit-Queue: Brian Osman <brianosman@google.com>
> Reviewed-by: Brian Osman <brianosman@google.com>
> Auto-Submit: John Stiles <johnstiles@google.com>

TBR=brianosman@google.com,ethannicholas@google.com,johnstiles@google.com

Change-Id: I62c235415bcdc92a088e2a7f9c3d7dbf7e1bf669
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/317976
Reviewed-by: John Stiles <johnstiles@google.com>
Commit-Queue: John Stiles <johnstiles@google.com>
2020-09-19 12:47:25 +00:00
..
DoWhileBodyMustBeInlinedIntoAScope.glsl Revert "Remove inliner from IR generation stage." 2020-09-19 12:47:25 +00:00
DoWhileTestCannotBeInlined.glsl Align default values of GrShaderCaps with StandaloneShaderCaps. 2020-09-16 15:16:37 +00:00
ForBodyMustBeInlinedIntoAScope.glsl Revert "Remove inliner from IR generation stage." 2020-09-19 12:47:25 +00:00
ForInitializerExpressionsCanBeInlined.glsl Revert "Remove inliner from IR generation stage." 2020-09-19 12:47:25 +00:00
ForWithoutReturnInsideCanBeInlined.glsl Revert "Remove inliner from IR generation stage." 2020-09-19 12:47:25 +00:00
ForWithReturnInsideCannotBeInlined.glsl Align default values of GrShaderCaps with StandaloneShaderCaps. 2020-09-16 15:16:37 +00:00
IfBodyMustBeInlinedIntoAScope.glsl Revert "Remove inliner from IR generation stage." 2020-09-19 12:47:25 +00:00
IfElseBodyMustBeInlinedIntoAScope.glsl Revert "Remove inliner from IR generation stage." 2020-09-19 12:47:25 +00:00
IfElseChainWithReturnsCanBeInlined.glsl Revert "Remove inliner from IR generation stage." 2020-09-19 12:47:25 +00:00
IfTestCanBeInlined.glsl Revert "Remove inliner from IR generation stage." 2020-09-19 12:47:25 +00:00
IfWithReturnsCanBeInlined.glsl Revert "Remove inliner from IR generation stage." 2020-09-19 12:47:25 +00:00
InlineKeywordOverridesThreshold.glsl Revert "Remove inliner from IR generation stage." 2020-09-19 12:47:25 +00:00
InlinerAvoidsVariableNameOverlap.glsl Revert "Remove inliner from IR generation stage." 2020-09-19 12:47:25 +00:00
InlinerCanBeDisabled.glsl Add program-settings flag to disable the inliner. 2020-09-18 20:30:22 +00:00
InlinerCanBeDisabledDefaultSettings.glsl Add program-settings flag to disable the inliner. 2020-09-18 20:30:22 +00:00
InlinerManglesNames.glsl Revert "Remove inliner from IR generation stage." 2020-09-19 12:47:25 +00:00
InlinerWrapsEarlyReturnsWithDoWhileBlock.glsl Fix unit test for InlinerWrapsEarlyReturnsWithDoWhileBlock. 2020-09-18 21:08:52 +00:00
InlinerWrapsEarlyReturnsWithDoWhileBlockDefaultSettings.glsl Fix unit test for InlinerWrapsEarlyReturnsWithDoWhileBlock. 2020-09-18 21:08:52 +00:00
InlineThreshold.glsl Align default values of GrShaderCaps with StandaloneShaderCaps. 2020-09-16 15:16:37 +00:00
InlineWithInoutArgument.glsl Revert "Remove inliner from IR generation stage." 2020-09-19 12:47:25 +00:00
InlineWithModifiedArgument.glsl Revert "Remove inliner from IR generation stage." 2020-09-19 12:47:25 +00:00
InlineWithNestedBigCalls.glsl Revert "Remove inliner from IR generation stage." 2020-09-19 12:47:25 +00:00
InlineWithNestedCalls.glsl Revert "Remove inliner from IR generation stage." 2020-09-19 12:47:25 +00:00
InlineWithUnmodifiedArgument.glsl Align default values of GrShaderCaps with StandaloneShaderCaps. 2020-09-16 15:16:37 +00:00
InlineWithUnnecessaryBlocks.glsl Revert "Remove inliner from IR generation stage." 2020-09-19 12:47:25 +00:00
ShortCircuitEvaluationsCannotInlineRightHandSide.glsl Revert "Remove inliner from IR generation stage." 2020-09-19 12:47:25 +00:00
SwitchWithCastCanBeInlined.glsl Revert "Remove inliner from IR generation stage." 2020-09-19 12:47:25 +00:00
SwitchWithoutReturnInsideCanBeInlined.glsl Revert "Remove inliner from IR generation stage." 2020-09-19 12:47:25 +00:00
SwitchWithReturnInsideCannotBeInlined.glsl Align default values of GrShaderCaps with StandaloneShaderCaps. 2020-09-16 15:16:37 +00:00
TernaryResultsCannotBeInlined.glsl Align default values of GrShaderCaps with StandaloneShaderCaps. 2020-09-16 15:16:37 +00:00
TernaryTestCanBeInlined.glsl Revert "Remove inliner from IR generation stage." 2020-09-19 12:47:25 +00:00
WhileBodyMustBeInlinedIntoAScope.glsl Revert "Remove inliner from IR generation stage." 2020-09-19 12:47:25 +00:00
WhileTestCannotBeInlined.glsl Align default values of GrShaderCaps with StandaloneShaderCaps. 2020-09-16 15:16:37 +00:00