Home
last modified time | relevance | path

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

123456

/external/angle/src/compiler/translator/tree_ops/
DInitializeVariables.cpp47 TSymbolTable *symbolTable) in AddZeroInitSequence()
70 TSymbolTable *symbolTable) in AddStructZeroInitSequence()
90 TSymbolTable *symbolTable) in AddArrayZeroInitStatementList()
104 TSymbolTable *symbolTable) in AddArrayZeroInitForLoop()
137 TSymbolTable *symbolTable) in AddArrayZeroInitSequence()
166 TSymbolTable *symbolTable, in InsertInitCode()
213 TSymbolTable *symbolTable, in InitializeLocalsTraverser()
283 TSymbolTable *symbolTable) in CreateInitCode()
294 TSymbolTable *symbolTable) in InitializeUninitializedLocals()
305 TSymbolTable *symbolTable, in InitializeVariables()
DRewriteTexelFetchOffset.cpp35 const TSymbolTable *symbolTable; member in sh::__anon113835f70111::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()
224 bool PruneNoOps(TCompiler *compiler, TIntermBlock *root, TSymbolTable *symbolTable) in PruneNoOps()
DDeferGlobalInitializers.cpp43 TSymbolTable *symbolTable) in GetDeferredInitializers()
105 TSymbolTable *symbolTable) in InsertInitCallToMain()
136 TSymbolTable *symbolTable) in DeferGlobalInitializers()
DDeclareAndInitBuiltinsForInstancedMultiview.cpp38 const TSymbolTable &symbolTable, in InitializeViewIDAndInstanceID()
83 const TSymbolTable &symbolTable) in SelectViewIndexInVertexShader()
132 TSymbolTable *symbolTable) in DeclareAndInitBuiltinsForInstancedMultiview()
DForcePrecisionQualifier.cpp30 TPrecisionTraverser::TPrecisionTraverser(TSymbolTable *symbolTable) in TPrecisionTraverser()
89 bool ForceShaderPrecisionToMediump(TIntermNode *root, TSymbolTable *symbolTable, GLenum shaderType) in ForceShaderPrecisionToMediump()
/external/angle/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.cpp195 TSymbolTable *symbolTable) in ReplaceGLDepthRangeWithDriverUniform()
223 TSymbolTable *symbolTable, in AppendPreRotation()
252 TSymbolTable *symbolTable, in RotateAndFlipBuiltinVariable()
319 TSymbolTable *symbolTable, in InsertFragCoordCorrection()
354 void AddFragColorDeclaration(TIntermBlock &root, TSymbolTable &symbolTable) in AddFragColorDeclaration()
360 void AddFragDepthDeclaration(TIntermBlock &root, TSymbolTable &symbolTable) in AddFragDepthDeclaration()
366 void AddFragDepthEXTDeclaration(TCompiler &compiler, TIntermBlock &root, TSymbolTable &symbolTable) in AddFragDepthEXTDeclaration()
378 void AddSampleMaskDeclaration(TIntermBlock &root, TSymbolTable &symbolTable) in AddSampleMaskDeclaration()
390 TSymbolTable &symbolTable = compiler.getSymbolTable(); in AddFragDataDeclaration() local
455 TSymbolTable *symbolTable, in AppendVertexShaderPositionYCorrectionToMain()
[all …]
DTranslatorMetal.cpp58 TSymbolTable *symbolTable, in AppendVertexShaderPositionYCorrectionToMain()
83 TSymbolTable *symbolTable, in InitializeUnusedOutputs()
119 TFieldList *DriverUniformMetal::createUniformFields(TSymbolTable *symbolTable) in createUniformFields()
290 TSymbolTable *symbolTable = &getSymbolTable(); in insertSampleMaskWritingLogic() local
347 TSymbolTable *symbolTable = &getSymbolTable(); in insertRasterizerDiscardLogic() local
DBuiltinsWorkaroundGLSL.cpp39 TBuiltinsWorkaroundGLSL::TBuiltinsWorkaroundGLSL(TSymbolTable *symbolTable, in TBuiltinsWorkaroundGLSL()
98 TSymbolTable *symbolTable, in ShaderBuiltinsWorkaround()
/external/angle/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()
77 TFieldList *DriverUniform::createUniformFields(TSymbolTable *symbolTable) in createUniformFields()
110 TType *DriverUniform::createEmulatedDepthRangeType(TSymbolTable *symbolTable) in createEmulatedDepthRangeType()
149 bool DriverUniform::addGraphicsDriverUniformsToShader(TIntermBlock *root, TSymbolTable *symbolTable) in addGraphicsDriverUniformsToShader()
263 TFieldList *DriverUniformExtended::createUniformFields(TSymbolTable *symbolTable) in createUniformFields()
/external/angle/src/compiler/translator/tree_ops/vulkan/
DRewriteInterpolateAtOffset.cpp45 const TSymbolTable *symbolTable = nullptr; member in sh::__anon94b8cf470111::Traverser
52 Traverser::Traverser(TSymbolTable *symbolTable, in Traverser()
69 const TSymbolTable &symbolTable, in Apply()
144 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()
DFlagSamplersWithTexelFetch.cpp28 FlagSamplersWithTexelFetchTraverser(TSymbolTable *symbolTable, in FlagSamplersWithTexelFetchTraverser()
78 TSymbolTable *symbolTable, in FlagSamplersForTexelFetch()
/external/angle/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()
/external/angle/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()
DRecordConstantPrecision.cpp46 RecordConstantPrecisionTraverser::RecordConstantPrecisionTraverser(TSymbolTable *symbolTable) in RecordConstantPrecisionTraverser()
154 bool RecordConstantPrecision(TCompiler *compiler, TIntermNode *root, TSymbolTable *symbolTable) in RecordConstantPrecision()
/external/skia/src/sksl/ir/
DSkSLForStatement.cpp78 std::shared_ptr<SymbolTable> symbolTable) { in Convert()
125 std::shared_ptr<SymbolTable> symbolTable) { in ConvertWhile()
139 std::shared_ptr<SymbolTable> symbolTable) { in Make()
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DUnicodeRegex.java48 private SymbolTable symbolTable; field in UnicodeRegex
62 public UnicodeRegex setSymbolTable(SymbolTable symbolTable) { in setSymbolTable()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUnicodeRegex.java46 private SymbolTable symbolTable; field in UnicodeRegex
60 public UnicodeRegex setSymbolTable(SymbolTable symbolTable) { in setSymbolTable()
/external/llvm-project/mlir/lib/Transforms/
DSymbolDCE.cpp53 SymbolTableCollection symbolTable; in runOnOperation() local
77 SymbolTableCollection &symbolTable, in computeLiveness()
/external/angle/src/compiler/translator/TranslatorMetalDirect/
DAstHelpers.cpp39 const TVariable &sh::CreateStructTypeVariable(TSymbolTable &symbolTable, in CreateStructTypeVariable()
47 const TVariable &sh::CreateInstanceVariable(TSymbolTable &symbolTable, in CreateInstanceVariable()
99 const TFunction &sh::CloneFunction(TSymbolTable &symbolTable, in CloneFunction()
116 const TFunction &sh::CloneFunctionAndPrependParam(TSymbolTable &symbolTable, in CloneFunctionAndPrependParam()
136 const TFunction &sh::CloneFunctionAndAppendParams(TSymbolTable &symbolTable, in CloneFunctionAndAppendParams()
159 const TFunction &sh::CloneFunctionAndChangeReturnType(TSymbolTable &symbolTable, in CloneFunctionAndChangeReturnType()

123456