Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/MachineIndependent/
DParseHelper.h402 …TIntermTyped* constructBuiltIn(const TType&, TOperator, TIntermTyped*, const TSourceLoc&, bool sub…
DParseHelper.cpp6564 newNode = constructBuiltIn(type, op, node->getAsTyped(), node->getLoc(), false); in addConstructor()
6591 newNode = constructBuiltIn(type, op, (*p)->getAsTyped(), node->getLoc(), true); in addConstructor()
6609 TIntermTyped* TParseContext::constructBuiltIn(const TType& type, TOperator op, TIntermTyped* node, … in constructBuiltIn() function in glslang::TParseContext
6622 node = constructBuiltIn(transitionType, transitionOp, node, loc, false); in constructBuiltIn()
/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.h154 …TIntermTyped* constructBuiltIn(const TType&, TOperator, TIntermTyped*, const TSourceLoc&, bool sub…
DhlslParseHelper.cpp3734 convertedResult = constructBuiltIn(retType, op, result, loc, false); in decomposeSampleMethods()
8205 newNode = constructBuiltIn(type, op, node, node->getLoc(), false); in addConstructor()
8234 newNode = constructBuiltIn(type, op, (*p)->getAsTyped(), node->getLoc(), true); in addConstructor()
8254 TIntermTyped* HlslParseContext::constructBuiltIn(const TType& type, TOperator op, TIntermTyped* nod… in constructBuiltIn() function in glslang::HlslParseContext