Searched refs:constructAggregate (Results 1 – 4 of 4) sorted by relevance
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | ParseHelper.h | 401 TIntermTyped* constructAggregate(TIntermNode*, const TType&, int, const TSourceLoc&);
|
D | ParseHelper.cpp | 6560 newNode = constructAggregate(node, elementType, 1, node->getLoc()); in addConstructor() 6562 newNode = constructAggregate(node, *(*memberTypes).type, 1, node->getLoc()); in addConstructor() 6587 newNode = constructAggregate(*p, elementType, paramCount+1, node->getLoc()); in addConstructor() 6589 … newNode = constructAggregate(*p, *(memberTypes[paramCount]).type, paramCount+1, node->getLoc()); in addConstructor() 6794 TIntermTyped* TParseContext::constructAggregate(TIntermNode* node, const TType& type, int paramCoun… in constructAggregate() function in glslang::TParseContext
|
/external/deqp-deps/glslang/hlsl/ |
D | hlslParseHelper.h | 153 TIntermTyped* constructAggregate(TIntermNode*, const TType&, int, const TSourceLoc&);
|
D | hlslParseHelper.cpp | 8195 newNode = constructAggregate(node, elementType, 1, node->getLoc()); in addConstructor() 8197 newNode = constructAggregate(node, *(*memberTypes).type, 1, node->getLoc()); in addConstructor() 8230 newNode = constructAggregate(*p, elementType, paramCount + 1, node->getLoc()); in addConstructor() 8232 … newNode = constructAggregate(*p, *(memberTypes[paramCount]).type, paramCount + 1, node->getLoc()); in addConstructor() 8473 TIntermTyped* HlslParseContext::constructAggregate(TIntermNode* node, const TType& type, int paramC… in constructAggregate() function in glslang::HlslParseContext
|