skia2/resources/sksl/fp
John Stiles 126128b37c Revert "Reland "Implement statements and expressions in DSL C++ code generator.""
This reverts commit c412688798.

Reason for revert: fix Google3 roll and wasm build

Original change's description:
> Reland "Implement statements and expressions in DSL C++ code generator."
>
> This is a reland of 16cbfb41df
>
> Tests now rely on `shaderDerivativeSupport` and `integerSupport` as
> proxies to indicate ES3 support. The SwitchStatement test has been
> adjusted to hopefully confuse fewer compilers.
>
> Original change's description:
> > Implement statements and expressions in DSL C++ code generator.
> >
> > This CL removes the bulk of the existing C++ code generator, especially
> > all the complex format-string assembly code. It has been replaced with
> > actual DSL code generation. Simple IR can now be successfully translated
> > to a working DSL fragment processor.
> >
> > This CL also adds a simple test harness which is patterned after the
> > existing SkSLTest; it renders a pixel, reads it back, and fails the test
> > if the result isn't solid green (RGBA=0101).
> >
> > This CL doesn't implement every feature. Some obvious gaps include:
> > - Sampling from children
> > - Uniforms/inputs of any kind
> > - Function calls of any kind
> >
> > Change-Id: Ib80c23fe1ba4453f7c3cb43b65f93c5ea0deb709
> > Bug: skia:11854
> > Reviewed-on: https://skia-review.googlesource.com/c/skia/+/396757
> > Reviewed-by: Ethan Nicholas <ethannicholas@google.com>
> > Reviewed-by: Brian Osman <brianosman@google.com>
> > Commit-Queue: John Stiles <johnstiles@google.com>
>
> Bug: skia:11854, skia:11891
> Change-Id: I91363e31f34611d15ae350b52d6fc459feeace9c
> Reviewed-on: https://skia-review.googlesource.com/c/skia/+/399076
> Auto-Submit: John Stiles <johnstiles@google.com>
> Commit-Queue: Ethan Nicholas <ethannicholas@google.com>
> Reviewed-by: Ethan Nicholas <ethannicholas@google.com>

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

Change-Id: I71a8cf31e8a013b7a2a0d10f0ad3bc3893ea07ea
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: skia:11854
Bug: skia:11891
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/399499
Reviewed-by: John Stiles <johnstiles@google.com>
Commit-Queue: John Stiles <johnstiles@google.com>
2021-04-22 13:45:00 +00:00
..
GrChildProcessorAndGlobal.fp
GrChildProcessors.fp
GrChildProcessorSampleCoords.fp
GrChildProcessorSampleMatrixAndCoords.fp
GrChildProcessorSampleMatrixConstant.fp
GrChildProcessorSampleMatrixConstantAndCoords.fp
GrChildProcessorSampleMatrixMultipleUniforms.fp
GrChildProcessorSampleMatrixSingleInUniform.fp
GrChildProcessorSampleMatrixSingleUniform.fp
GrChildProcessorSampleMatrixSingleUniformExpr.fp
GrChildProcessorSampleWithColor.fp Add test case for sample() with color and various forms of coords 2021-04-15 20:34:42 +00:00
GrChildProcessorsWithInput.fp
GrChildProcessorWithInputExpression.fp
GrConditionalInUniform.fp
GrDSLHelloWorld.fp Revert "Reland "Implement statements and expressions in DSL C++ code generator."" 2021-04-22 13:45:00 +00:00
GrFunction.fp
GrFunctionArgTypes.fp
GrFunctionReturnTypes.fp
GrGrSLTypesAreSupported.fp
GrHelloWorld.fp
GrInlinedFunction.fp
GrInUniform.fp
GrInUniformCType.fp
GrKeyIn.fp
GrLayoutWhen.fp
GrMainCoords.fp
GrModuloOp.fp
GrNestedCall.fp
GrNestedChildProcessors.fp
GrNonInlinedInUniform.fp
GrSectionClass.fp
GrSectionConstructor.fp
GrSectionConstructorParams.fp
GrSectionCpp.fp
GrSectionDumpInfo.fp
GrSectionEmitCode.fp
GrSectionFields.fp
GrSectionHeader.fp
GrSectionInitializers.fp
GrSectionMake.fp
GrSectionSetData.fp
GrSectionTest.fp
GrTrackedInUniform.fp
GrUniform.fp
GrUniformArrays.fp
GrUseExplicitReturn.fp