Home
last modified time | relevance | path

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

/external/chromium_org/third_party/angle/src/compiler/
DintermOut.cpp116 case EOpLessThanEqual: out << "Compare Less Than or Equal"; break; in visitBinary()
242 case EOpLessThanEqual: out << "Compare Less Than or Equal"; break; in visitAggregate()
DIntermediate.cpp58 case EOpLessThanEqual: return "<="; in getOperatorString()
159 case EOpLessThanEqual: in addBinaryMath()
945 case EOpLessThanEqual: in promote()
1063 case EOpLessThanEqual: in promote()
1304 case EOpLessThanEqual: in fold()
DBuiltInFunctionEmulator.cpp222 case EOpLessThanEqual: in visitAggregate()
DForLoopUnroll.cpp102 case EOpLessThanEqual: in SatisfiesLoopCondition()
DOutputGLSLBase.cpp301 case EOpLessThanEqual: writeTriplet(visit, "(", " <= ", ")"); break; in visitBinary()
604 case EOpLessThanEqual: preString = "lessThanEqual("; delayedWrite = true; break; in visitAggregate()
DValidateLimitations.cpp323 case EOpLessThanEqual: in validateForLoopCond()
Dintermediate.h73 EOpLessThanEqual, enumerator
DOutputHLSL.cpp1301 case EOpLessThanEqual: outputTriplet(visit, "(", " <= ", ")"); break; in visitBinary()
1890 case EOpLessThanEqual: outputTriplet(visit, "(", " <= ", ")"); break; in visitAggregate()
2302 if (comparator == EOpLessThanEqual) in handleExcessiveLoop()
DInitialize.cpp473 symbolTable.relateToOperator("lessThanEqual", EOpLessThanEqual); in IdentifyBuiltIns()
Dglslang.y722 … $$ = context->intermediate.addBinaryMath(EOpLessThanEqual, $1, $3, @2, context->symbolTable);
Dglslang_tab.cpp2903 …(yyval.interm.intermTypedNode) = context->intermediate.addBinaryMath(EOpLessThanEqual, (yyvsp[(1) …