OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TIntermediate
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/angle/src/compiler/
localintermediate.h
23
class
TIntermediate
{
26
TIntermediate
(TInfoSink& i) : infoSink(i) { }
52
void operator=(
TIntermediate
&); // prevent assignments
Intermediate.cpp
136
TIntermSymbol*
TIntermediate
::addSymbol(int id, const TString& name, const TType& type, const TSourceLoc& line)
149
TIntermTyped*
TIntermediate
::addBinaryMath(TOperator op, TIntermTyped* left, TIntermTyped* right, const TSourceLoc& line, TSymbolTable& symbolTable)
233
TIntermTyped*
TIntermediate
::addAssign(TOperator op, TIntermTyped* left, TIntermTyped* right, const TSourceLoc& line)
261
TIntermTyped*
TIntermediate
::addIndex(TOperator op, TIntermTyped* base, TIntermTyped* index, const TSourceLoc& line)
278
TIntermTyped*
TIntermediate
::addUnaryMath(TOperator op, TIntermNode* childNode, const TSourceLoc& line, TSymbolTable& symbolTable)
373
TIntermAggregate*
TIntermediate
::setAggregateOperator(TIntermNode* node, TOperator op, const TSourceLoc& line)
409
TIntermTyped*
TIntermediate
::addConversion(TOperator op, const TType& type, TIntermTyped* node)
528
TIntermAggregate*
TIntermediate
::growAggregate(TIntermNode* left, TIntermNode* right, const TSourceLoc& line)
555
TIntermAggregate*
TIntermediate
::makeAggregate(TIntermNode* node, const TSourceLoc& line)
574
TIntermNode*
TIntermediate
::addSelection(TIntermTyped* cond, TIntermNodePair nodePair, const TSourceLoc& line
[
all
...]
ParseContext.h
28
TParseContext(TSymbolTable& symt, TExtensionBehavior& ext,
TIntermediate
& interm, ShShaderType type, ShShaderSpec spec, int options, bool checksPrecErrors, const char* sourcePath, TInfoSink& is) :
45
TIntermediate
& intermediate; // to hold and build a parse tree
parseConst.cpp
233
bool
TIntermediate
::parseConstTree(const TSourceLoc& line, TIntermNode* root, ConstantUnion* unionArray, TOperator constructorType, TSymbolTable& symbolTable, TType t, bool singleConstantParam)
Compiler.cpp
139
TIntermediate
intermediate(infoSink);
intermOut.cpp
416
void
TIntermediate
::outputTree(TIntermNode* root)
Completed in 24 milliseconds