Searched refs:addBuiltInFunctionCall (Results 1 – 4 of 4) sorted by relevance
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | localintermediate.h | 462 …TIntermTyped* addBuiltInFunctionCall(const TSourceLoc& line, TOperator, bool unary, TIntermNode*, …
|
D | Intermediate.cpp | 382 TIntermTyped* TIntermediate::addBuiltInFunctionCall(const TSourceLoc& loc, TOperator op, bool unary, in addBuiltInFunctionCall() function in glslang::TIntermediate
|
D | ParseHelper.cpp | 1188 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/ |
D | hlslParseHelper.cpp | 3470 …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()
|