Home | History | Annotate | Download | only in hlsl

Lines Matching refs:constructAggregate

8193         // for only one parameter inside the aggregate, we need to call constructAggregate function once.
8195 newNode = constructAggregate(node, elementType, 1, node->getLoc());
8197 newNode = constructAggregate(node, *(*memberTypes).type, 1, node->getLoc());
8230 newNode = constructAggregate(*p, elementType, paramCount + 1, node->getLoc());
8232 newNode = constructAggregate(*p, *(memberTypes[paramCount]).type, paramCount + 1, node->getLoc());
8473 TIntermTyped* HlslParseContext::constructAggregate(TIntermNode* node, const TType& type, int paramCount,