Searched refs:constructBuiltIn (Results 1 – 4 of 4) sorted by relevance
| /third_party/glslang/glslang/MachineIndependent/ |
| D | ParseHelper.h | 416 …TIntermTyped* constructBuiltIn(const TType&, TOperator, TIntermTyped*, const TSourceLoc&, bool sub…
|
| D | ParseHelper.cpp | 7032 newNode = constructBuiltIn(type, op, node->getAsTyped(), node->getLoc(), false); in addConstructor() 7059 newNode = constructBuiltIn(type, op, (*p)->getAsTyped(), node->getLoc(), true); in addConstructor() 7077 TIntermTyped* TParseContext::constructBuiltIn(const TType& type, TOperator op, TIntermTyped* node, … in constructBuiltIn() function in glslang::TParseContext 7090 node = constructBuiltIn(transitionType, transitionOp, node, loc, false); in constructBuiltIn()
|
| /third_party/glslang/glslang/HLSL/ |
| D | hlslParseHelper.h | 154 …TIntermTyped* constructBuiltIn(const TType&, TOperator, TIntermTyped*, const TSourceLoc&, bool sub…
|
| D | hlslParseHelper.cpp | 3871 convertedResult = constructBuiltIn(retType, op, result, loc, false); in decomposeSampleMethods() 8379 newNode = constructBuiltIn(type, op, node, node->getLoc(), false); in addConstructor() 8408 newNode = constructBuiltIn(type, op, (*p)->getAsTyped(), node->getLoc(), true); in addConstructor() 8428 TIntermTyped* HlslParseContext::constructBuiltIn(const TType& type, TOperator op, TIntermTyped* nod… in constructBuiltIn() function in glslang::HlslParseContext
|