Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/MachineIndependent/
DParseHelper.h401 TIntermTyped* constructAggregate(TIntermNode*, const TType&, int, const TSourceLoc&);
DParseHelper.cpp6560 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/
DhlslParseHelper.h153 TIntermTyped* constructAggregate(TIntermNode*, const TType&, int, const TSourceLoc&);
DhlslParseHelper.cpp8195 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