Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/TranslatorMetalDirect/
DEmitMetal.cpp678 static bool IsSymbolicOperator(TOperator op, in IsSymbolicOperator() function
725 return IsSymbolicOperator(unaryNode->getOp(), resultType, &argType); in Parenthesize()
749 return IsSymbolicOperator(binaryNode->getOp(), resultType, &leftType, &rightType); in Parenthesize()
1540 if (IsSymbolicOperator(op, resultType, &leftType, &rightType)) in visitBinary()
1592 if (IsSymbolicOperator(op, resultType, &argType)) in visitUnary()
2005 if (IsSymbolicOperator(op, retType, argType0, argType1)) in visitAggregate()