Home
last modified time | relevance | path

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

/external/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()
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/
DIntermediate.cpp2420 TIntermTyped *commaAggregate = growAggregate(left, right, loc); in addComma() local
2421 commaAggregate->getAsAggregate()->setOperator(EOpComma); in addComma()
2422 commaAggregate->setType(right->getType()); in addComma()
2423 commaAggregate->getWritableType().getQualifier().makeTemporary(); in addComma()
2425 return commaAggregate; in addComma()
/external/deqp-deps/glslang/glslang/MachineIndependent/
DIntermediate.cpp2420 TIntermTyped *commaAggregate = growAggregate(left, right, loc); in addComma() local
2421 commaAggregate->getAsAggregate()->setOperator(EOpComma); in addComma()
2422 commaAggregate->setType(right->getType()); in addComma()
2423 commaAggregate->getWritableType().getQualifier().makeTemporary(); in addComma()
2425 return commaAggregate; in addComma()