Home
last modified time | relevance | path

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

/third_party/glslang/glslang/HLSL/
DhlslParseHelper.h156 …TIntermTyped* constructBuiltIn(const TType&, TOperator, TIntermTyped*, const TSourceLoc&, bool sub…
DhlslParseHelper.cpp3961 convertedResult = constructBuiltIn(retType, op, result, loc, false); in decomposeSampleMethods()
8496 newNode = constructBuiltIn(type, op, node, node->getLoc(), false); in addConstructor()
8525 newNode = constructBuiltIn(type, op, (*p)->getAsTyped(), node->getLoc(), true); in addConstructor()
8545 TIntermTyped* HlslParseContext::constructBuiltIn(const TType& type, TOperator op, TIntermTyped* nod… in constructBuiltIn() function in glslang::HlslParseContext
/third_party/glslang/glslang/MachineIndependent/
DParseHelper.h444 …TIntermTyped* constructBuiltIn(const TType&, TOperator, TIntermTyped*, const TSourceLoc&, bool sub…
DParseHelper.cpp7785 newNode = constructBuiltIn(type, op, node->getAsTyped(), node->getLoc(), false); in addConstructor()
7812 newNode = constructBuiltIn(type, op, (*p)->getAsTyped(), node->getLoc(), true); in addConstructor()
7836 TIntermTyped* TParseContext::constructBuiltIn(const TType& type, TOperator op, TIntermTyped* node, … in constructBuiltIn() function in glslang::TParseContext
7849 node = constructBuiltIn(transitionType, transitionOp, node, loc, false); in constructBuiltIn()