Searched refs:constructAggregate (Results 1 – 4 of 4) sorted by relevance
| /third_party/glslang/glslang/MachineIndependent/ |
| D | ParseHelper.h | 415 TIntermTyped* constructAggregate(TIntermNode*, const TType&, int, const TSourceLoc&);
|
| D | ParseHelper.cpp | 7028 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/ |
| D | hlslParseHelper.h | 153 TIntermTyped* constructAggregate(TIntermNode*, const TType&, int, const TSourceLoc&);
|
| D | hlslParseHelper.cpp | 8369 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
|