Searched defs:mul (Results 1 – 4 of 4) sorted by relevance
66 TIntermBinary *mul = new TIntermBinary(op, y, log); in visitAggregate() local
125 TIntermBinary *mul = new TIntermBinary(EOpMul, current, CreateTempSymbolNode(lhsVariable)); in visitAggregate() local
88 TIntermBinary *mul = exp->getOperand()->getAsBinaryNode(); in IsPowWorkaround() local
472 TConstantUnion TConstantUnion::mul(const TConstantUnion &lhs, in mul() function in sh::TConstantUnion