Home
last modified time | relevance | path

Searched refs:TIntermediate (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/angle/src/compiler/
DIntermediate.cpp136 TIntermSymbol* TIntermediate::addSymbol(int id, const TString& name, const TType& type, const TSour… in addSymbol()
149 TIntermTyped* TIntermediate::addBinaryMath(TOperator op, TIntermTyped* left, TIntermTyped* right, c… in addBinaryMath()
233 TIntermTyped* TIntermediate::addAssign(TOperator op, TIntermTyped* left, TIntermTyped* right, const… in addAssign()
261 TIntermTyped* TIntermediate::addIndex(TOperator op, TIntermTyped* base, TIntermTyped* index, const … in addIndex()
278 TIntermTyped* TIntermediate::addUnaryMath(TOperator op, TIntermNode* childNode, const TSourceLoc& l… in addUnaryMath()
373 TIntermAggregate* TIntermediate::setAggregateOperator(TIntermNode* node, TOperator op, const TSourc… in setAggregateOperator()
409 TIntermTyped* TIntermediate::addConversion(TOperator op, const TType& type, TIntermTyped* node) in addConversion()
528 TIntermAggregate* TIntermediate::growAggregate(TIntermNode* left, TIntermNode* right, const TSource… in growAggregate()
555 TIntermAggregate* TIntermediate::makeAggregate(TIntermNode* node, const TSourceLoc& line) in makeAggregate()
574 TIntermNode* TIntermediate::addSelection(TIntermTyped* cond, TIntermNodePair nodePair, const TSourc… in addSelection()
[all …]
Dlocalintermediate.h23 class TIntermediate {
26 TIntermediate(TInfoSink& i) : infoSink(i) { } in TIntermediate() function
52 void operator=(TIntermediate&); // prevent assignments
DParseContext.h28 …TParseContext(TSymbolTable& symt, TExtensionBehavior& ext, TIntermediate& interm, ShShaderType typ… in TParseContext()
45 TIntermediate& intermediate; // to hold and build a parse tree
DparseConst.cpp233 bool TIntermediate::parseConstTree(const TSourceLoc& line, TIntermNode* root, ConstantUnion* unionA… in parseConstTree()
DintermOut.cpp416 void TIntermediate::outputTree(TIntermNode* root) in outputTree()
DCompiler.cpp139 TIntermediate intermediate(infoSink); in compile()