Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/
DintermOut.cpp137 case EOpLessThanEqual: out << "Compare Less Than or Equal"; break; in visitBinary()
292 case EOpLessThanEqual: out << "Compare Less Than or Equal"; break; in visitAggregate()
DIntermediate.cpp229 case EOpLessThanEqual: return "<="; in getOperatorString()
341 case EOpLessThanEqual: in addBinaryMath()
984 case EOpLessThanEqual: in promote()
1157 case EOpLessThanEqual: in promote()
1698 case EOpLessThanEqual: in fold()
DInitialize.cpp211 symbolTable.insertBuiltIn(COMMON_BUILTINS, EOpLessThanEqual, bvec, "lessThanEqual", vec, vec); in InsertBuiltInFunctions()
212 symbolTable.insertBuiltIn(COMMON_BUILTINS, EOpLessThanEqual, bvec, "lessThanEqual", ivec, ivec); in InsertBuiltInFunctions()
213 symbolTable.insertBuiltIn(ESSL3_BUILTINS, EOpLessThanEqual, bvec, "lessThanEqual", uvec, uvec); in InsertBuiltInFunctions()
DValidateLimitations.cpp316 case EOpLessThanEqual: in validateForLoopCond()
Dintermediate.h73 EOpLessThanEqual, enumerator
DOutputASM.cpp732 …case EOpLessThanEqual: if(visit == PostVisit) emitCmp(sw::Shader::CONTROL_LE, result, le… in visitBinary()
1476 …case EOpLessThanEqual: if(visit == PostVisit) emitCmp(sw::Shader::CONTROL_LE, result, arg[0], a… in visitAggregate()
3609 if(comparator == EOpLessThanEqual) in loopCount()
DParseHelper.cpp3299 case EOpLessThanEqual: in binaryOpCommonCheck()
3474 case EOpLessThanEqual: in addBinaryMathInternal()
Dglslang.y472 $$ = context->addBinaryMathBooleanResult(EOpLessThanEqual, $1, $3, @2);
Dglslang_tab.cpp2800 …(yyval.interm.intermTypedNode) = context->addBinaryMathBooleanResult(EOpLessThanEqual, (yyvsp[-2].… in yyparse()