Home
last modified time | relevance | path

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

/third_party/glslang/glslang/MachineIndependent/
DParseHelper.h415 TIntermTyped* constructAggregate(TIntermNode*, const TType&, int, const TSourceLoc&);
DParseHelper.cpp7028 newNode = constructAggregate(node, elementType, 1, node->getLoc()); in addConstructor()
7030 newNode = constructAggregate(node, *(*memberTypes).type, 1, node->getLoc()); in addConstructor()
7055 newNode = constructAggregate(*p, elementType, paramCount+1, node->getLoc()); in addConstructor()
7057 … newNode = constructAggregate(*p, *(memberTypes[paramCount]).type, paramCount+1, node->getLoc()); in addConstructor()
7445 TIntermTyped* TParseContext::constructAggregate(TIntermNode* node, const TType& type, int paramCoun… in constructAggregate() function in glslang::TParseContext
/third_party/glslang/glslang/HLSL/
DhlslParseHelper.h153 TIntermTyped* constructAggregate(TIntermNode*, const TType&, int, const TSourceLoc&);
DhlslParseHelper.cpp8369 newNode = constructAggregate(node, elementType, 1, node->getLoc()); in addConstructor()
8371 newNode = constructAggregate(node, *(*memberTypes).type, 1, node->getLoc()); in addConstructor()
8404 newNode = constructAggregate(*p, elementType, paramCount + 1, node->getLoc()); in addConstructor()
8406 … newNode = constructAggregate(*p, *(memberTypes[paramCount]).type, paramCount + 1, node->getLoc()); in addConstructor()
8647 TIntermTyped* HlslParseContext::constructAggregate(TIntermNode* node, const TType& type, int paramC… in constructAggregate() function in glslang::HlslParseContext