Lines Matching defs:ProgramSettings
22 struct ProgramSettings { struct
25 bool fFragColorIsInOut = false;
27 bool fForceHighPrecision = false;
29 bool fSharpenTextures = false;
33 bool fForceNoRTFlip = false;
35 int fRTFlipOffset = -1;
38 int fRTFlipBinding = -1;
39 int fRTFlipSet = -1;
42 int fDefaultUniformSet = 0;
43 int fDefaultUniformBinding = 0;
46 bool fOptimize = true;
49 bool fRemoveDeadFunctions = true;
51 bool fRemoveDeadVariables = true;
54 int fInlineThreshold = SkSL::kDefaultInlineThreshold;
56 bool fForceNoInline = false;
59 bool fAllowNarrowingConversions = false;
62 bool fValidateSPIRV = true;
64 bool fUsePushConstants = false;
69 SkSL::Version fMaxVersionAllowed = SkSL::Version::k100;
96 ProgramSettings fSettings; argument