Searched refs:promoteUnary (Results 1 – 3 of 3) sorted by relevance
397 expr = promoteUnary(expr); in bitwiseComp()409 expr = promoteUnary(expr); in unaryPlus()425 expr = promoteUnary(expr); in unaryMinus()562 a = promoteUnary(a); in shiftLeft()563 b = promoteUnary(b); in shiftLeft()576 a = promoteUnary(a); in shiftRight()577 b = promoteUnary(b); in shiftRight()590 a = promoteUnary(a); in unsignedShiftRight()591 b = promoteUnary(b); in unsignedShiftRight()838 private static Const.Value promoteUnary(Const.Value v) { in promoteUnary() method in ConstEvaluator[all …]
736 bool promoteUnary(TIntermUnary&);
3023 return promoteUnary(*node->getAsUnaryNode()); in promote()3037 bool TIntermediate::promoteUnary(TIntermUnary& node) in promoteUnary() function in glslang::TIntermediate