Home | History | Annotate | Download | only in compiler

Lines Matching refs:EOpLessThanEqual

874 		case EOpLessThanEqual:           if(visit == PostVisit) emitCmp(sw::Shader::CONTROL_LE, result, left, right); break;
1661 case EOpLessThanEqual: if(visit == PostVisit) emitCmp(sw::Shader::CONTROL_LE, result, arg[0], arg[1]); break;
3876 if(comparator == EOpLessThanEqual)