skia2/tests/sksl/runtime
John Stiles 132cfdd49d Revert "Inline functions of the form 'return (expr)' only."
This reverts commit 92748af1a5.

Reason for revert: SkSLCommaSideEffects_GPU crashing on Android

Original change's description:
> Inline functions of the form 'return (expr)' only.
>
> This drastically reduces the number of functions which we allow to be
> inlined. If this change does not hurt our performance, it will allow us
> to trivially remove hundreds of LOC. All current data leads us to
> believe that it may affect the Mali 400 but is highly unlikely to change
> results on any other device in the tree.
>
> More info: http://go/optimization-in-sksl-inliner
>
> Change-Id: Ia6b706742ce5407453e0e697b6c1f9201084c0e8
> Reviewed-on: https://skia-review.googlesource.com/c/skia/+/384858
> Auto-Submit: John Stiles <johnstiles@google.com>
> Commit-Queue: John Stiles <johnstiles@google.com>
> Reviewed-by: Brian Osman <brianosman@google.com>
> Reviewed-by: Ethan Nicholas <ethannicholas@google.com>

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

Change-Id: I6a670dacaa58fe3386ff50375ac6d1cac4fd7f2c
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/385161
Reviewed-by: John Stiles <johnstiles@google.com>
Commit-Queue: John Stiles <johnstiles@google.com>
2021-03-15 22:08:48 +00:00
..
ArrayIndexing.skvm Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
ArrayIndexing.stage Revert "Inline functions of the form 'return (expr)' only." 2021-03-15 22:08:48 +00:00
ConstPreservation.skvm Test that we propagate 'const' to the GPU backend of runtime effects 2021-03-09 23:26:00 +00:00
ConstPreservation.stage Preserve 'const' on globals and function parameters in runtime effects 2021-03-13 13:32:27 +00:00
ConversionConstructors.skvm Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
ConversionConstructors.stage Add .stage output to skslc for runtime effects 2021-02-09 20:11:56 +00:00
GlobalVariables.skvm Support initializers on global variables in SkSL to SkVM 2021-02-17 20:40:32 +00:00
GlobalVariables.stage Force global initializers to be constant expressions 2021-03-15 16:54:05 +00:00
LoopFloat.skvm Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
LoopFloat.stage Revert "Inline functions of the form 'return (expr)' only." 2021-03-15 22:08:48 +00:00
LoopInt.skvm Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
LoopInt.stage Revert "Inline functions of the form 'return (expr)' only." 2021-03-15 22:08:48 +00:00
SampleWithConstantMatrix.skvm add fast_mul(F32,F32) 2021-02-11 01:13:01 +00:00
SampleWithConstantMatrix.stage In pipeline stage generator, never emit declarations for opaque types 2021-03-13 01:46:06 +00:00
SampleWithExplicitCoord.skvm Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
SampleWithExplicitCoord.stage In pipeline stage generator, never emit declarations for opaque types 2021-03-13 01:46:06 +00:00
SampleWithUniformMatrix.skvm Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
SampleWithUniformMatrix.stage In pipeline stage generator, never emit declarations for opaque types 2021-03-13 01:46:06 +00:00
SampleWithVariableMatrix.skvm add fast_mul(F32,F32) 2021-02-11 01:13:01 +00:00
SampleWithVariableMatrix.stage In pipeline stage generator, never emit declarations for opaque types 2021-03-13 01:46:06 +00:00
VectorIndexing.skvm Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
VectorIndexing.stage Revert "Inline functions of the form 'return (expr)' only." 2021-03-15 22:08:48 +00:00