Home
last modified time | relevance | path

Searched refs:highPrecisionSupported (Results 1 – 10 of 10) sorted by relevance

/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DInitializeVariables.cpp26 bool highPrecisionSupported,
32 bool highPrecisionSupported,
44 bool highPrecisionSupported, in AddZeroInitSequence() argument
50 AddArrayZeroInitSequence(initializedNode, canUseLoopsToInitialize, highPrecisionSupported, in AddZeroInitSequence()
56 AddStructZeroInitSequence(initializedNode, canUseLoopsToInitialize, highPrecisionSupported, in AddZeroInitSequence()
67 bool highPrecisionSupported, in AddStructZeroInitSequence() argument
80 AddZeroInitSequence(element, canUseLoopsToInitialize, highPrecisionSupported, in AddStructZeroInitSequence()
87 bool highPrecisionSupported, in AddArrayZeroInitStatementList() argument
95 AddZeroInitSequence(element, canUseLoopsToInitialize, highPrecisionSupported, in AddArrayZeroInitStatementList()
101 bool highPrecisionSupported, in AddArrayZeroInitForLoop() argument
[all …]
DInitializeVariables.h28 bool highPrecisionSupported,
35 bool highPrecisionSupported,
52 bool highPrecisionSupported);
DDeferGlobalInitializers.cpp39 bool highPrecisionSupported, in GetDeferredInitializers() argument
94 highPrecisionSupported, symbolTable); in GetDeferredInitializers()
131 bool highPrecisionSupported, in DeferGlobalInitializers() argument
145 canUseLoopsToInitialize, highPrecisionSupported, in DeferGlobalInitializers()
DDeferGlobalInitializers.h28 bool highPrecisionSupported,
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DInitializeVariables.cpp27 bool highPrecisionSupported,
33 bool highPrecisionSupported,
45 bool highPrecisionSupported, in AddZeroInitSequence() argument
51 AddArrayZeroInitSequence(initializedNode, canUseLoopsToInitialize, highPrecisionSupported, in AddZeroInitSequence()
57 AddStructZeroInitSequence(initializedNode, canUseLoopsToInitialize, highPrecisionSupported, in AddZeroInitSequence()
86 bool highPrecisionSupported, in AddStructZeroInitSequence() argument
99 AddZeroInitSequence(element, canUseLoopsToInitialize, highPrecisionSupported, in AddStructZeroInitSequence()
106 bool highPrecisionSupported, in AddArrayZeroInitStatementList() argument
114 AddZeroInitSequence(element, canUseLoopsToInitialize, highPrecisionSupported, in AddArrayZeroInitStatementList()
120 bool highPrecisionSupported, in AddArrayZeroInitForLoop() argument
[all …]
DInitializeVariables.h29 bool highPrecisionSupported,
38 bool highPrecisionSupported,
56 bool highPrecisionSupported);
DDeferGlobalInitializers.cpp40 bool highPrecisionSupported, in GetDeferredInitializers() argument
97 CreateInitCode(symbolNode, canUseLoopsToInitialize, highPrecisionSupported, &initCode, in GetDeferredInitializers()
137 bool highPrecisionSupported, in DeferGlobalInitializers() argument
152 canUseLoopsToInitialize, highPrecisionSupported, in DeferGlobalInitializers()
DDeferGlobalInitializers.h32 bool highPrecisionSupported,
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DCompiler.cpp751 bool highPrecisionSupported = mShaderVersion > 100 || mShaderType != GL_FRAGMENT_SHADER || in checkAndSimplifyAST() local
755 ScalarizeVecAndMatConstructorArgs(root, mShaderType, highPrecisionSupported, &mSymbolTable); in checkAndSimplifyAST()
828 highPrecisionSupported, &mSymbolTable); in checkAndSimplifyAST()
857 highPrecisionSupported, &getSymbolTable()); in checkAndSimplifyAST()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DCompiler.cpp719 bool highPrecisionSupported = isHighPrecisionSupported(); in checkAndSimplifyAST() local
738 highPrecisionSupported, forceDeferGlobalInitializers, in checkAndSimplifyAST()
1037 highPrecisionSupported, forceDeferGlobalInitializers, in checkAndSimplifyAST()
1065 highPrecisionSupported, &getSymbolTable())) in checkAndSimplifyAST()