/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/ |
D | InitializeVariables.cpp | 46 TSymbolTable *symbolTable) in AddZeroInitSequence() 69 TSymbolTable *symbolTable) in AddStructZeroInitSequence() 89 TSymbolTable *symbolTable) in AddArrayZeroInitStatementList() 103 TSymbolTable *symbolTable) in AddArrayZeroInitForLoop() 136 TSymbolTable *symbolTable) in AddArrayZeroInitSequence() 164 TSymbolTable *symbolTable, in InsertInitCode() 210 TSymbolTable *symbolTable, in InitializeLocalsTraverser() 278 TSymbolTable *symbolTable) in CreateInitCode() 290 TSymbolTable *symbolTable) in InitializeUninitializedLocals() 300 TSymbolTable *symbolTable, in InitializeVariables()
|
D | RewriteTexelFetchOffset.cpp | 32 const TSymbolTable *symbolTable; member in sh::__anonb3ccec840111::Traverser 37 Traverser::Traverser(const TSymbolTable &symbolTable, int shaderVersion) in Traverser() 42 void Traverser::Apply(TIntermNode *root, const TSymbolTable &symbolTable, int shaderVersion) in Apply() 145 void RewriteTexelFetchOffset(TIntermNode *root, const TSymbolTable &symbolTable, int shaderVersion) in RewriteTexelFetchOffset()
|
D | RewriteDfdy.cpp | 36 Traverser::Traverser(TIntermBinary *viewportYScale, TSymbolTable *symbolTable) in Traverser() 42 const TSymbolTable &symbolTable, in Apply() 78 const TSymbolTable &symbolTable, in RewriteDfdy()
|
D | ExpandIntegerPowExpressions.cpp | 37 void Traverser::Apply(TIntermNode *root, TSymbolTable *symbolTable) in Apply() 51 Traverser::Traverser(TSymbolTable *symbolTable) : TIntermTraverser(true, false, false, symbolTable) in Traverser() 140 void ExpandIntegerPowExpressions(TIntermNode *root, TSymbolTable *symbolTable) in ExpandIntegerPowExpressions()
|
D | UseInterfaceBlockFields.cpp | 44 const TSymbolTable &symbolTable) in AddFieldUseStatements() 63 const TSymbolTable &symbolTable) in InsertUseCode() 98 const TSymbolTable &symbolTable) in UseInterfaceBlockFields()
|
D | PruneNoOps.cpp | 52 void PruneNoOpsTraverser::apply(TIntermBlock *root, TSymbolTable *symbolTable) in apply() 59 PruneNoOpsTraverser::PruneNoOpsTraverser(TSymbolTable *symbolTable) in PruneNoOpsTraverser() 161 void PruneNoOps(TIntermBlock *root, TSymbolTable *symbolTable) in PruneNoOps()
|
D | DeferGlobalInitializers.cpp | 42 TSymbolTable *symbolTable) in GetDeferredInitializers() 103 TSymbolTable *symbolTable) in InsertInitCallToMain() 132 TSymbolTable *symbolTable) in DeferGlobalInitializers()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/ |
D | InitializeVariables.cpp | 47 TSymbolTable *symbolTable) in AddZeroInitSequence() 88 TSymbolTable *symbolTable) in AddStructZeroInitSequence() 108 TSymbolTable *symbolTable) in AddArrayZeroInitStatementList() 122 TSymbolTable *symbolTable) in AddArrayZeroInitForLoop() 155 TSymbolTable *symbolTable) in AddArrayZeroInitSequence() 184 TSymbolTable *symbolTable, in InsertInitCode() 254 TSymbolTable *symbolTable, in InitializeLocalsTraverser() 324 TSymbolTable *symbolTable) in CreateInitCode() 335 TSymbolTable *symbolTable) in InitializeUninitializedLocals() 346 TSymbolTable *symbolTable, in InitializeVariables()
|
D | RewriteTexelFetchOffset.cpp | 35 const TSymbolTable *symbolTable; member in sh::__anon8771002f0111::Traverser 40 Traverser::Traverser(const TSymbolTable &symbolTable, int shaderVersion) in Traverser() 47 const TSymbolTable &symbolTable, in Apply() 158 const TSymbolTable &symbolTable, in RewriteTexelFetchOffset()
|
D | RecordConstantPrecision.cpp | 40 RecordConstantPrecisionTraverser::RecordConstantPrecisionTraverser(TSymbolTable *symbolTable) in RecordConstantPrecisionTraverser() 112 bool RecordConstantPrecision(TCompiler *compiler, TIntermNode *root, TSymbolTable *symbolTable) in RecordConstantPrecision()
|
D | PruneNoOps.cpp | 58 bool PruneNoOpsTraverser::apply(TCompiler *compiler, TIntermBlock *root, TSymbolTable *symbolTable) in apply() 65 PruneNoOpsTraverser::PruneNoOpsTraverser(TSymbolTable *symbolTable) in PruneNoOpsTraverser() 210 bool PruneNoOps(TCompiler *compiler, TIntermBlock *root, TSymbolTable *symbolTable) in PruneNoOps()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | Symbol.cpp | 35 TSymbol::TSymbol(TSymbolTable *symbolTable, in TSymbol() 52 TSymbol::TSymbol(TSymbolTable *symbolTable, in TSymbol() 96 TVariable::TVariable(TSymbolTable *symbolTable, in TVariable() 109 TVariable::TVariable(TSymbolTable *symbolTable, in TVariable() 122 TStructure::TStructure(TSymbolTable *symbolTable, in TStructure() 157 TInterfaceBlock::TInterfaceBlock(TSymbolTable *symbolTable, in TInterfaceBlock() 171 TInterfaceBlock::TInterfaceBlock(TSymbolTable *symbolTable, in TInterfaceBlock() 185 TFunction::TFunction(TSymbolTable *symbolTable, in TFunction()
|
D | TranslatorMetalDirect.cpp | 198 TSymbolTable *symbolTable) in ReplaceGLDepthRangeWithDriverUniform() 222 TSymbolTable *symbolTable, in RotateAndFlipBuiltinVariable() 289 TSymbolTable *symbolTable, in InsertFragCoordCorrection() 326 void AddFragColorDeclaration(TIntermBlock &root, TSymbolTable &symbolTable) in AddFragColorDeclaration() 332 void AddFragDepthDeclaration(TIntermBlock &root, TSymbolTable &symbolTable) in AddFragDepthDeclaration() 338 void AddFragDepthEXTDeclaration(TCompiler &compiler, TIntermBlock &root, TSymbolTable &symbolTable) in AddFragDepthEXTDeclaration() 350 void AddSampleMaskDeclaration(TIntermBlock &root, TSymbolTable &symbolTable) in AddSampleMaskDeclaration() 362 TSymbolTable &symbolTable = compiler.getSymbolTable(); in AddFragDataDeclaration() local 425 TSymbolTable &symbolTable = compiler.getSymbolTable(); in AppendVertexShaderTransformFeedbackOutputToMain() local 440 TSymbolTable *symbolTable, in AppendVertexShaderPositionYCorrectionToMain() [all …]
|
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/tree_util/ |
D | IntermNode_util.cpp | 22 const TSymbolTable &symbolTable, in LookUpBuiltInFunction() 143 TVariable *CreateTempVariable(TSymbolTable *symbolTable, const TType *type) in CreateTempVariable() 151 TVariable *CreateTempVariable(TSymbolTable *symbolTable, const TType *type, TQualifier qualifier) in CreateTempVariable() 197 TVariable *DeclareTempVariable(TSymbolTable *symbolTable, in DeclareTempVariable() 207 TVariable *DeclareTempVariable(TSymbolTable *symbolTable, in DeclareTempVariable() 219 TSymbolTable *symbolTable, in DeclareInterfaceBlock() 270 TIntermSymbol *ReferenceGlobalVariable(const ImmutableString &name, const TSymbolTable &symbolTable) in ReferenceGlobalVariable() 278 const TSymbolTable &symbolTable, in ReferenceBuiltInVariable() 289 const TSymbolTable &symbolTable, in CreateBuiltInFunctionCallNode()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/ |
D | IntermNode_util.cpp | 22 const TSymbolTable &symbolTable, in LookUpBuiltInFunction() 152 TVariable *CreateTempVariable(TSymbolTable *symbolTable, const TType *type) in CreateTempVariable() 160 TVariable *CreateTempVariable(TSymbolTable *symbolTable, const TType *type, TQualifier qualifier) in CreateTempVariable() 206 TVariable *DeclareTempVariable(TSymbolTable *symbolTable, in DeclareTempVariable() 216 TVariable *DeclareTempVariable(TSymbolTable *symbolTable, in DeclareTempVariable() 229 TSymbolTable *symbolTable, in DeclareStructure() 272 TSymbolTable *symbolTable, in DeclareInterfaceBlock() 324 TIntermSymbol *ReferenceGlobalVariable(const ImmutableString &name, const TSymbolTable &symbolTable) in ReferenceGlobalVariable() 332 const TSymbolTable &symbolTable, in ReferenceBuiltInVariable() 343 const TSymbolTable &symbolTable, in CreateBuiltInFunctionCallNode() [all …]
|
D | DriverUniform.cpp | 46 bool DriverUniform::addComputeDriverUniformsToShader(TIntermBlock *root, TSymbolTable *symbolTable) in addComputeDriverUniformsToShader() 80 TFieldList *DriverUniform::createUniformFields(TSymbolTable *symbolTable) in createUniformFields() 114 TType *DriverUniform::createEmulatedDepthRangeType(TSymbolTable *symbolTable) in createEmulatedDepthRangeType() 150 bool DriverUniform::addGraphicsDriverUniformsToShader(TIntermBlock *root, TSymbolTable *symbolTable) in addGraphicsDriverUniformsToShader() 267 TFieldList *DriverUniformExtended::createUniformFields(TSymbolTable *symbolTable) in createUniformFields()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/vulkan/ |
D | RewriteInterpolateAtOffset.cpp | 44 const TSymbolTable *symbolTable = nullptr; member in sh::__anon843dbf7f0111::Traverser 51 Traverser::Traverser(TSymbolTable *symbolTable, in Traverser() 68 const TSymbolTable &symbolTable, in Apply() 148 const TSymbolTable &symbolTable, in RewriteInterpolateAtOffset()
|
D | RewriteR32fImages.cpp | 44 TSymbolTable *symbolTable, in RewriteExpressionTraverser() 75 TSymbolTable *symbolTable, in RewriteExpression() 114 TSymbolTable *symbolTable, in RewriteBuiltinFunctionCall() 258 RewriteR32fImagesTraverser(TCompiler *compiler, TSymbolTable *symbolTable) in RewriteR32fImagesTraverser() 373 bool RewriteR32fImages(TCompiler *compiler, TIntermBlock *root, TSymbolTable *symbolTable) in RewriteR32fImages()
|
D | EmulateFragColorData.cpp | 30 EmulateFragColorDataTraverser(TCompiler *compiler, TSymbolTable *symbolTable) in EmulateFragColorDataTraverser() 114 bool EmulateFragColorDataImpl(TCompiler *compiler, TIntermBlock *root, TSymbolTable *symbolTable) in EmulateFragColorDataImpl() 128 bool EmulateFragColorData(TCompiler *compiler, TIntermBlock *root, TSymbolTable *symbolTable) in EmulateFragColorData()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/d3d/ |
D | ExpandIntegerPowExpressions.cpp | 39 bool Traverser::Apply(TCompiler *compiler, TIntermNode *root, TSymbolTable *symbolTable) in Apply() 58 Traverser::Traverser(TSymbolTable *symbolTable) : TIntermTraverser(true, false, false, symbolTable) in Traverser() 147 bool ExpandIntegerPowExpressions(TCompiler *compiler, TIntermNode *root, TSymbolTable *symbolTable) in ExpandIntegerPowExpressions()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/gl/ |
D | UseInterfaceBlockFields.cpp | 45 const TSymbolTable &symbolTable) in AddFieldUseStatements() 64 const TSymbolTable &symbolTable) in InsertUseCode() 100 const TSymbolTable &symbolTable) in UseInterfaceBlockFields()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | UnicodeRegex.java | 46 private SymbolTable symbolTable; field in UnicodeRegex 60 public UnicodeRegex setSymbolTable(SymbolTable symbolTable) { in setSymbolTable()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
D | UnicodeRegex.java | 48 private SymbolTable symbolTable; field in UnicodeRegex 62 public UnicodeRegex setSymbolTable(SymbolTable symbolTable) { in setSymbolTable()
|
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/ |
D | Symbol.cpp | 34 TSymbol::TSymbol(TSymbolTable *symbolTable, in TSymbol() 78 TVariable::TVariable(TSymbolTable *symbolTable, in TVariable() 91 TStructure::TStructure(TSymbolTable *symbolTable, in TStructure() 134 TInterfaceBlock::TInterfaceBlock(TSymbolTable *symbolTable, in TInterfaceBlock() 158 TFunction::TFunction(TSymbolTable *symbolTable, in TFunction()
|
/third_party/skia/src/sksl/ir/ |
D | SkSLForStatement.cpp | 85 std::shared_ptr<SymbolTable> symbolTable) { in Convert() 150 std::shared_ptr<SymbolTable> symbolTable) { in ConvertWhile() 165 std::shared_ptr<SymbolTable> symbolTable) { in Make()
|