Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/
DParseHelper.cpp2007 TIntermAggregate *paramNodes = new TIntermAggregate; in parseFunctionPrototype() local
2021 paramNodes = intermediate.growAggregate( in parseFunctionPrototype()
2022 paramNodes, intermediate.addSymbol(0, "", *param.type, location), location); in parseFunctionPrototype()
2032 paramNodes = intermediate.growAggregate(paramNodes, symbol, location); in parseFunctionPrototype()
2036 paramNodes = intermediate.growAggregate( in parseFunctionPrototype()
2037 paramNodes, intermediate.addSymbol(0, "", *param.type, location), location); in parseFunctionPrototype()
2040 intermediate.setAggregateOperator(paramNodes, EOpParameters, location); in parseFunctionPrototype()
2041 *aggregateOut = paramNodes; in parseFunctionPrototype()