Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/
DIntermediate.cpp643 TIntermTyped *commaAggregate = growAggregate(left, right, line); in addComma() local
644 commaAggregate->getAsAggregate()->setOp(EOpComma); in addComma()
645 commaAggregate->setType(right->getType()); in addComma()
646 commaAggregate->getTypePointer()->setQualifier(EvqTemporary); in addComma()
647 return commaAggregate; in addComma()