Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DIntermediate.cpp644 TIntermTyped *commaAggregate = growAggregate(left, right, line); in addComma() local
645 commaAggregate->getAsAggregate()->setOp(EOpComma); in addComma()
646 commaAggregate->setType(right->getType()); in addComma()
647 commaAggregate->getTypePointer()->setQualifier(EvqTemporary); in addComma()
648 return commaAggregate; in addComma()
/third_party/glslang/glslang/MachineIndependent/
DIntermediate.cpp2425 TIntermTyped *commaAggregate = growAggregate(left, right, loc); in addComma() local
2426 commaAggregate->getAsAggregate()->setOperator(EOpComma); in addComma()
2427 commaAggregate->setType(right->getType()); in addComma()
2428 commaAggregate->getWritableType().getQualifier().makeTemporary(); in addComma()
2430 return commaAggregate; in addComma()