Home
last modified time | relevance | path

Searched defs:symbolTable (Results 1 – 25 of 117) sorted by relevance

12345

/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DInitializeVariables.cpp47 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()
DRewriteTexelFetchOffset.cpp35 const TSymbolTable *symbolTable; member in sh::__anon23203d700111::Traverser
40 Traverser::Traverser(const TSymbolTable &symbolTable, int shaderVersion) in Traverser()
47 const TSymbolTable &symbolTable, in Apply()
158 const TSymbolTable &symbolTable, in RewriteTexelFetchOffset()
DPruneNoOps.cpp58 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()
DRecordConstantPrecision.cpp40 RecordConstantPrecisionTraverser::RecordConstantPrecisionTraverser(TSymbolTable *symbolTable) in RecordConstantPrecisionTraverser()
112 bool RecordConstantPrecision(TCompiler *compiler, TIntermNode *root, TSymbolTable *symbolTable) in RecordConstantPrecision()
DDeferGlobalInitializers.cpp44 TSymbolTable *symbolTable) in GetDeferredInitializers()
107 TSymbolTable *symbolTable) in InsertInitCallToMain()
139 TSymbolTable *symbolTable) in DeferGlobalInitializers()
DSeparateDeclarations.cpp50 TSymbolTable *symbolTable) in apply()
57 SeparateDeclarationsTraverser::SeparateDeclarationsTraverser(TSymbolTable *symbolTable) in SeparateDeclarationsTraverser()
194 bool SeparateDeclarations(TCompiler *compiler, TIntermNode *root, TSymbolTable *symbolTable) in SeparateDeclarations()
DDeclareAndInitBuiltinsForInstancedMultiview.cpp38 const TSymbolTable &symbolTable, in InitializeViewIDAndInstanceID()
83 const TSymbolTable &symbolTable) in SelectViewIndexInVertexShader()
132 TSymbolTable *symbolTable) in DeclareAndInitBuiltinsForInstancedMultiview()
DMonomorphizeUnsupportedFunctions.cpp101 TIntermTyped *ExtractSideEffects(TSymbolTable *symbolTable, in ExtractSideEffects()
181 const TFunction *MonomorphizeFunction(TSymbolTable *symbolTable, in MonomorphizeFunction()
244 TSymbolTable *symbolTable, in MonomorphizeTraverser()
400 explicit UpdateFunctionsDefinitionsTraverser(TSymbolTable *symbolTable, in UpdateFunctionsDefinitionsTraverser()
508 TSymbolTable *symbolTable, in MonomorphizeUnsupportedFunctionsImpl()
549 TSymbolTable *symbolTable, in MonomorphizeUnsupportedFunctions()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DSymbol.cpp35 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()
DTranslatorMetalDirect.cpp198 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 …]
DTranslatorMetal.cpp53 TSymbolTable *symbolTable, in AppendVertexShaderPositionYCorrectionToMain()
78 TSymbolTable *symbolTable, in InitializeUnusedOutputs()
228 TSymbolTable *symbolTable = &getSymbolTable(); in insertSampleMaskWritingLogic() local
285 TSymbolTable *symbolTable = &getSymbolTable(); in insertRasterizerDiscardLogic() local
DBuiltinsWorkaroundGLSL.cpp38 TBuiltinsWorkaroundGLSL::TBuiltinsWorkaroundGLSL(TSymbolTable *symbolTable, in TBuiltinsWorkaroundGLSL()
97 TSymbolTable *symbolTable, in ShaderBuiltinsWorkaround()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
DIntermNode_util.cpp22 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 …]
DDriverUniform.cpp46 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/
DRewriteInterpolateAtOffset.cpp44 const TSymbolTable *symbolTable = nullptr; member in sh::__anonba6742000111::Traverser
51 Traverser::Traverser(TSymbolTable *symbolTable, in Traverser()
68 const TSymbolTable &symbolTable, in Apply()
148 const TSymbolTable &symbolTable, in RewriteInterpolateAtOffset()
DRewriteR32fImages.cpp44 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()
DEmulateFragColorData.cpp30 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()
DFlagSamplersWithTexelFetch.cpp28 FlagSamplersWithTexelFetchTraverser(TSymbolTable *symbolTable, in FlagSamplersWithTexelFetchTraverser()
78 TSymbolTable *symbolTable, in FlagSamplersForTexelFetch()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/d3d/
DExpandIntegerPowExpressions.cpp39 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()
DSeparateExpressionsReturningArrays.cpp44 SeparateExpressionsTraverser::SeparateExpressionsTraverser(TSymbolTable *symbolTable) in SeparateExpressionsTraverser()
118 TSymbolTable *symbolTable) in SeparateExpressionsReturningArrays()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/gl/
DUseInterfaceBlockFields.cpp45 const TSymbolTable &symbolTable) in AddFieldUseStatements()
64 const TSymbolTable &symbolTable) in InsertUseCode()
100 const TSymbolTable &symbolTable) in UseInterfaceBlockFields()
DRegenerateStructNames.cpp28 RegenerateStructNamesTraverser(TSymbolTable *symbolTable) in RegenerateStructNamesTraverser()
112 bool RegenerateStructNames(TCompiler *compiler, TIntermBlock *root, TSymbolTable *symbolTable) in RegenerateStructNames()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DUnicodeRegex.java48 private SymbolTable symbolTable; field in UnicodeRegex
62 public UnicodeRegex setSymbolTable(SymbolTable symbolTable) { in setSymbolTable()
/third_party/skia/src/sksl/ir/
DSkSLForStatement.cpp85 std::shared_ptr<SymbolTable> symbolTable) { in Convert()
150 std::shared_ptr<SymbolTable> symbolTable) { in ConvertWhile()
165 std::shared_ptr<SymbolTable> symbolTable) { in Make()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUnicodeRegex.java48 private SymbolTable symbolTable; field in UnicodeRegex
62 public UnicodeRegex setSymbolTable(SymbolTable symbolTable) { in setSymbolTable()

12345