skia2/tests/sksl/inliner
Brian Osman bd712d3f97 In SkSL tests, don't force opaque output
Requires tweaking one inliner test to avoid an Intel driver bug (on
ANGLE).

Bug: chromium:709351
Cq-Do-Not-Cancel-Tryjobs: true
Change-Id: I08fac938396d6b90805ba9650c7a520af888bc12
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/503819
Reviewed-by: John Stiles <johnstiles@google.com>
Commit-Queue: Brian Osman <brianosman@google.com>
2022-02-03 17:25:35 +00:00
..
DoWhileBodyMustBeInlinedIntoAScope.glsl
DoWhileTestCannotBeInlined.glsl
ExponentialGrowth.glsl Prevent no-op statements in GLSL code generator. 2022-01-19 17:36:54 +00:00
ExponentialGrowthStandaloneSettings.glsl Prevent no-op statements in GLSL code generator. 2022-01-19 17:36:54 +00:00
ForBodyMustBeInlinedIntoAScope.glsl
ForInitializerExpressionsCanBeInlined.glsl
ForWithoutReturnInsideCanBeInlined.glsl In SkSL tests, don't force opaque output 2022-02-03 17:25:35 +00:00
ForWithReturnInsideCannotBeInlined.glsl
IfBodyMustBeInlinedIntoAScope.glsl
IfElseBodyMustBeInlinedIntoAScope.glsl
IfElseChainWithReturnsCanBeInlined.glsl
IfTestCanBeInlined.glsl
IfWithReturnsCanBeInlined.glsl
InlineKeywordOverridesThreshold.glsl
InlinerAvoidsVariableNameOverlap.glsl
InlinerCanBeDisabled.glsl Use $ prefix on built-in private functions. 2022-01-25 15:21:42 +00:00
InlinerCanBeDisabledStandaloneSettings.glsl Use $ prefix on built-in private functions. 2022-01-25 15:21:42 +00:00
InlinerElidesTempVarForReturnsInsideBlock.glsl
InlinerManglesNames.glsl
InlinerUsesTempVarForMultipleReturns.glsl
InlinerUsesTempVarForReturnsInsideBlockWithVar.glsl
InlineThreshold.glsl
InlineWithModifiedArgument.glsl
InlineWithNestedBigCalls.glsl
InlineWithNestedCalls.glsl Prevent no-op statements in GLSL code generator. 2022-01-19 17:36:54 +00:00
InlineWithUnmodifiedArgument.glsl
InlineWithUnnecessaryBlocks.glsl
NoInline.glsl
Ossfuzz37994.glsl Prevent no-op statements in GLSL code generator. 2022-01-19 17:36:54 +00:00
ShortCircuitEvaluationsCannotInlineRightHandSide.glsl
StaticSwitch.glsl
StructsCanBeInlinedSafely.glsl
SwitchWithCastCanBeInlined.glsl
SwitchWithoutReturnInsideCanBeInlined.glsl
SwizzleCanBeInlinedDirectly.glsl
TernaryResultsCannotBeInlined.glsl
TernaryTestCanBeInlined.glsl
TrivialArgumentsInlineDirectly.glsl
WhileBodyMustBeInlinedIntoAScope.glsl
WhileTestCannotBeInlined.glsl