Home | History | Annotate | Download | only in compiler

Lines Matching refs:EOpLessThan

872 		case EOpLessThan:                if(visit == PostVisit) emitCmp(sw::Shader::CONTROL_LT, result, left, right); break;
1659 case EOpLessThan: if(visit == PostVisit) emitCmp(sw::Shader::CONTROL_LT, result, arg[0], arg[1]); break;
3878 comparator = EOpLessThan;
3883 comparator = EOpLessThan;
3890 comparator = EOpLessThan;
3895 if(comparator == EOpLessThan)