Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/MachineIndependent/
DIntermediate.cpp134 left = addBuiltInFunctionCall(loc, EOpConvPtrToUint64, true, left, TType(EbtUint64)); in addBinaryMath()
140 node = addBuiltInFunctionCall(loc, EOpConvUint64ToPtr, true, node, referenceType); in addBinaryMath()
149 right = addBuiltInFunctionCall(loc, EOpConvPtrToUint64, true, right, TType(EbtUint64)); in addBinaryMath()
155 node = addBuiltInFunctionCall(loc, EOpConvUint64ToPtr, true, node, referenceType); in addBinaryMath()
163 left = addBuiltInFunctionCall(loc, EOpConvPtrToUint64, true, left, TType(EbtUint64)); in addBinaryMath()
164 right = addBuiltInFunctionCall(loc, EOpConvPtrToUint64, true, right, TType(EbtUint64)); in addBinaryMath()
166 left = addBuiltInFunctionCall(loc, EOpConvUint64ToInt64, true, left, TType(EbtInt64)); in addBinaryMath()
167 right = addBuiltInFunctionCall(loc, EOpConvUint64ToInt64, true, right, TType(EbtInt64)); in addBinaryMath()
461 TIntermTyped* TIntermediate::addBuiltInFunctionCall(const TSourceLoc& loc, TOperator op, bool unary, in addBuiltInFunctionCall() function in glslang::TIntermediate
DParseHelper.cpp1306 TIntermTyped *result = intermediate.addBuiltInFunctionCall(loc, function.getBuiltInOp(), in handleBuiltInFunctionCall()
1546 … return intermediate.addBuiltInFunctionCall(loc, EOpArrayLength, true, intermNode, TType(EbtInt)); in handleLengthMethod()
1563 … return intermediate.addBuiltInFunctionCall(loc, EOpArrayLength, true, intermNode, TType(EbtInt)); in handleLengthMethod()
7255 …TIntermTyped* newNode = intermediate.addBuiltInFunctionCall(node->getLoc(), EOpConvPtrToUvec2, tru… in constructBuiltIn()
7423 …TIntermTyped* newNode = intermediate.addBuiltInFunctionCall(node->getLoc(), EOpConvPtrToUint64, tr… in constructBuiltIn()
7435 … newNode = intermediate.addBuiltInFunctionCall(node->getLoc(), EOpCopyObject, true, node, type); in constructBuiltIn()
7441 …newNode = intermediate.addBuiltInFunctionCall(node->getLoc(), EOpConstructReference, true, node, t… in constructBuiltIn()
7445 …TIntermTyped* newNode = intermediate.addBuiltInFunctionCall(node->getLoc(), EOpConvUint64ToPtr, tr… in constructBuiltIn()
7452 …TIntermTyped* newNode = intermediate.addBuiltInFunctionCall(node->getLoc(), EOpConvUvec2ToPtr, tru… in constructBuiltIn()
7548 … return intermediate.addBuiltInFunctionCall(node->getLoc(), EOpConvUint64ToAccStruct, true, node, in constructBuiltIn()
[all …]
Dlocalintermediate.h477 …TIntermTyped* addBuiltInFunctionCall(const TSourceLoc& line, TOperator, bool unary, TIntermNode*, …
/external/deqp-deps/glslang/glslang/HLSL/
DhlslParseHelper.cpp3607 …TIntermTyped* lengthCall = intermediate.addBuiltInFunctionCall(loc, EOpArrayLength, true, argArray, in decomposeStructBufferMethods()
4902 … compareNode = intermediate.addBuiltInFunctionCall(loc, EOpAny, true, less, TType(EbtBool)); in decomposeIntrinsic()
5347 TIntermTyped* res = intermediate.addBuiltInFunctionCall(loc, in decomposeIntrinsic()
5353 node = intermediate.addBuiltInFunctionCall(loc, in decomposeIntrinsic()
5367 TIntermTyped* res = intermediate.addBuiltInFunctionCall(loc, in decomposeIntrinsic()
5373 node = intermediate.addBuiltInFunctionCall(loc, in decomposeIntrinsic()
5500 …result = intermediate.addBuiltInFunctionCall(loc, op, fnCandidate->getParamCount() == 1, arguments, in handleFunctionCall()