Lines Matching defs:ProgramSettings
23 struct ProgramSettings { struct
25 bool fFragColorIsInOut = false;
28 bool fReplaceSettings = true;
30 bool fForceHighPrecision = false;
32 bool fSharpenTextures = false;
34 int fRTFlipOffset = -1;
37 int fRTFlipBinding = -1;
38 int fRTFlipSet = -1;
41 int fDefaultUniformSet = 0;
42 int fDefaultUniformBinding = 0;
45 bool fOptimize = true;
48 bool fRemoveDeadFunctions = true;
50 bool fRemoveDeadVariables = true;
53 int fInlineThreshold = SkSL::kDefaultInlineThreshold;
55 bool fForceNoInline = false;
58 bool fAllowNarrowingConversions = false;
61 bool fValidateSPIRV = true;
63 bool fUsePushConstants = false;
67 bool fPermitInvalidStaticTests = false;
92 ProgramSettings fSettings; argument