skia2/tests/sksl/runtime
Brian Osman ddcb4d94f9 In pipeline stage generator, never emit declarations for opaque types
This only affects fragmentProcessors (children) - and the backend SkSL
we're emitting should not contain those. We've just been silently
ignoring those declarations when converting to GLSL, MSL, etc.

Change-Id: I241f2f4fe4614b49ebccc9c2976fd408e94656d0
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/384316
Commit-Queue: John Stiles <johnstiles@google.com>
Reviewed-by: John Stiles <johnstiles@google.com>
2021-03-13 01:46:06 +00:00
..
ArrayIndexing.skvm Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
ArrayIndexing.stage Avoid generating unused variables in the Inliner. 2021-02-25 19:18:19 +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 Test that we propagate 'const' to the GPU backend of runtime effects 2021-03-09 23:26:00 +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 Support global variables in pipeline stage generator 2021-02-18 00:54:49 +00:00
LoopFloat.skvm Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
LoopFloat.stage Avoid generating unused variables in the Inliner. 2021-02-25 19:18:19 +00:00
LoopInt.skvm Migrate SkSL test inputs to the resources/ directory. 2021-01-22 18:57:29 +00:00
LoopInt.stage Avoid generating unused variables in the Inliner. 2021-02-25 19:18:19 +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 Avoid generating unused variables in the Inliner. 2021-02-25 19:18:19 +00:00