Home
last modified time | relevance | path

Searched refs:functionBody (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/src/OpenGL/compiler/
DParseHelper.h192 …ion &function, TIntermAggregate *functionPrototype, TIntermAggregate *functionBody, const TSourceL…
DParseHelper.cpp1880 …ion &function, TIntermAggregate *functionPrototype, TIntermAggregate *functionBody, const TSourceL… in addFunctionDefinition() argument
1890 …TIntermAggregate *aggregate = intermediate.growAggregate(functionPrototype, functionBody, location… in addFunctionDefinition()
1900 if(functionBody && functionBody->getAsAggregate()) in addFunctionDefinition()
1901 aggregate->setEndLine(functionBody->getAsAggregate()->getEndLine()); in addFunctionDefinition()
/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.h87 …void handleFunctionBody(const TSourceLoc&, TFunction&, TIntermNode* functionBody, TIntermNode*& no…
DhlslGrammar.cpp2678 TIntermNode* functionBody = nullptr; in acceptFunctionBody() local
2679 if (! acceptCompoundStatement(functionBody)) in acceptFunctionBody()
2683 … parseContext.handleFunctionBody(declarator.loc, *declarator.function, functionBody, functionNode); in acceptFunctionBody()
DhlslParseHelper.cpp2171 …eContext::handleFunctionBody(const TSourceLoc& loc, TFunction& function, TIntermNode* functionBody, in handleFunctionBody() argument
2174 node = intermediate.growAggregate(node, functionBody); in handleFunctionBody()