D | Intermediate.cpp | 134 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
|