skia2/tests/sksl
John Stiles 0dd1a77e12 Add noinline keyword to SkSL.
As you might expect, a function tagged with `noinline` will never be
considered as a candidate for inlining.

Change-Id: Ia098f8974e6de251d78bb2a76cd71db8a86bc19c
Bug: skia:11362
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/382337
Reviewed-by: Ethan Nicholas <ethannicholas@google.com>
Commit-Queue: Ethan Nicholas <ethannicholas@google.com>
Auto-Submit: John Stiles <johnstiles@google.com>
2021-03-10 15:39:48 +00:00
..
blend Replace the vector<Statement> in SwitchCase with a Block. 2021-03-09 20:46:10 +00:00
errors Add noinline keyword to SkSL. 2021-03-10 15:39:48 +00:00
folding Optimize away self-comparison in the constant folder. 2021-03-08 23:38:29 +00:00
fp Add new style key information to several core effects 2021-03-04 14:49:07 +00:00
glsl Remove specific blend mode layout qualifiers 2021-02-23 15:45:55 +00:00
inliner Add noinline keyword to SkSL. 2021-03-10 15:39:48 +00:00
intrinsics Performance experiment: disable control-flow analysis. 2021-03-08 19:41:19 +00:00
metal Performance experiment: disable control-flow analysis. 2021-03-08 19:41:19 +00:00
runtime Test that we propagate 'const' to the GPU backend of runtime effects 2021-03-09 23:26:00 +00:00
runtime_errors Optimize away no-op arithmetic in ConstantFolder. 2021-03-06 01:33:35 +00:00
shared Replace the vector<Statement> in SwitchCase with a Block. 2021-03-09 20:46:10 +00:00
spirv Improve memory layout handling in SPIRV generator 2021-01-22 22:16:48 +00:00
workarounds Performance experiment: disable control-flow analysis. 2021-03-08 19:41:19 +00:00
README.txt Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00

This directory contains skslc-compiled output from matching source files
in the /resources/sksl/ directory.