Searched refs:binaryOpCommonCheck (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/src/OpenGL/compiler/ |
D | ParseHelper.h | 252 …bool binaryOpCommonCheck(TOperator op, TIntermTyped *left, TIntermTyped *right, const TSourceLoc &…
|
D | ParseHelper.cpp | 3199 bool TParseContext::binaryOpCommonCheck(TOperator op, TIntermTyped *left, TIntermTyped *right, cons… in binaryOpCommonCheck() function in TParseContext 3442 if(binaryOpCommonCheck(op, left, right, loc)) in createAssign() 3464 if(!binaryOpCommonCheck(op, left, right, loc)) in addBinaryMathInternal()
|