Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/MachineIndependent/
Dlocalintermediate.h462 …TIntermTyped* addBuiltInFunctionCall(const TSourceLoc& line, TOperator, bool unary, TIntermNode*, …
DIntermediate.cpp382 TIntermTyped* TIntermediate::addBuiltInFunctionCall(const TSourceLoc& loc, TOperator op, bool unary, in addBuiltInFunctionCall() function in glslang::TIntermediate
DParseHelper.cpp1188 TIntermTyped *result = intermediate.addBuiltInFunctionCall(loc, function.getBuiltInOp(), in handleBuiltInFunctionCall()
1384 … return intermediate.addBuiltInFunctionCall(loc, EOpArrayLength, true, intermNode, TType(EbtInt)); in handleLengthMethod()
/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.cpp3470 …TIntermTyped* lengthCall = intermediate.addBuiltInFunctionCall(loc, EOpArrayLength, true, argArray, in decomposeStructBufferMethods()
4758 … compareNode = intermediate.addBuiltInFunctionCall(loc, EOpAny, true, less, TType(EbtBool)); in decomposeIntrinsic()
5203 TIntermTyped* res = intermediate.addBuiltInFunctionCall(loc, in decomposeIntrinsic()
5209 node = intermediate.addBuiltInFunctionCall(loc, in decomposeIntrinsic()
5223 TIntermTyped* res = intermediate.addBuiltInFunctionCall(loc, in decomposeIntrinsic()
5229 node = intermediate.addBuiltInFunctionCall(loc, in decomposeIntrinsic()
5357 …result = intermediate.addBuiltInFunctionCall(loc, op, fnCandidate->getParamCount() == 1, arguments, in handleFunctionCall()