• Home
  • Raw
  • Download

Lines Matching refs:TIntermNode

83 …eFunctionDefinition(const TSourceLoc&, TFunction&, const TAttributes&, TIntermNode*& entryPointTre…
84 TIntermNode* transformEntryPoint(const TSourceLoc&, TFunction&, const TAttributes&);
87 …void handleFunctionBody(const TSourceLoc&, TFunction&, TIntermNode* functionBody, TIntermNode*& no…
90 TIntermNode* handleReturnValue(const TSourceLoc&, TIntermTyped*);
97 void decomposeIntrinsic(const TSourceLoc&, TIntermTyped*& node, TIntermNode* arguments);
98 void decomposeSampleMethods(const TSourceLoc&, TIntermTyped*& node, TIntermNode* arguments);
99 … void decomposeStructBufferMethods(const TSourceLoc&, TIntermTyped*& node, TIntermNode* arguments);
100 void decomposeGeometryMethods(const TSourceLoc&, TIntermTyped*& node, TIntermNode* arguments);
124 bool constructorError(const TSourceLoc&, TIntermNode*, TFunction&, TOperator, TType&);
148TIntermNode* declareVariable(const TSourceLoc&, const TString& identifier, TType&, TIntermTyped* i…
153 TIntermTyped* constructAggregate(TIntermNode*, const TType&, int, const TSourceLoc&);
163 void wrapupSwitchSubsequence(TIntermAggregate* statements, TIntermNode* branchNode);
164TIntermNode* addSwitch(const TSourceLoc&, TIntermTyped* expression, TIntermAggregate* body, const …
240TIntermNode* executeInitializer(const TSourceLoc&, TIntermTyped* initializer, TVariable* variable);
242 bool isScalarConstructor(const TIntermNode*);
246 bool shouldConvertLValue(const TIntermNode*) const;
251 int findSubtreeOffset(const TIntermNode&) const;
431 TIntermNode* entryPointFunctionBody;