Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/
DIntermediate.cpp646 TIntermTyped *commaAggregate = growAggregate(left, right, line); in addComma() local
647 commaAggregate->getAsAggregate()->setOp(EOpComma); in addComma()
648 commaAggregate->setType(right->getType()); in addComma()
649 commaAggregate->getTypePointer()->setQualifier(EvqTemporary); in addComma()
650 return commaAggregate; in addComma()
/external/deqp-deps/glslang/glslang/MachineIndependent/
DIntermediate.cpp2259 TIntermTyped *commaAggregate = growAggregate(left, right, loc); in addComma() local
2260 commaAggregate->getAsAggregate()->setOperator(EOpComma); in addComma()
2261 commaAggregate->setType(right->getType()); in addComma()
2262 commaAggregate->getWritableType().getQualifier().makeTemporary(); in addComma()
2264 return commaAggregate; in addComma()