Home
last modified time | relevance | path

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

12

/third_party/glslang/glslang/HLSL/
DhlslOpMap.cpp82 case EHTokLeOp: return EOpLessThanEqual; in binary()
151 case EOpLessThanEqual: in precedenceLevel()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DOperator.cpp60 case EOpLessThanEqual: in GetOperatorString()
Dutil.cpp935 case EOpLessThanEqual: in IsValidImplicitConversion()
955 case EOpLessThanEqual: in IsValidImplicitConversion()
DOperator_autogen.h82 EOpLessThanEqual, enumerator
DValidateLimitations.cpp300 case EOpLessThanEqual: in validateForLoopCond()
DOutputTree.cpp229 case EOpLessThanEqual: in visitBinary()
DOutputGLSLBase.cpp700 case EOpLessThanEqual: in visitBinary()
DIntermNode.cpp1929 case EOpLessThanEqual: in promote()
1998 case EOpLessThanEqual: in derivePrecision()
2715 case EOpLessThanEqual: in FoldBinary()
DOutputHLSL.cpp1819 case EOpLessThanEqual: in visitBinary()
3089 if (comparator == EOpLessThanEqual) in handleExcessiveLoop()
Dglslang.y471 $$ = context->addBinaryMathBooleanResult(EOpLessThanEqual, $1, $3, @2);
/third_party/skia/third_party/externals/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()
339 case EOpLessThanEqual: in addBinaryMath()
985 case EOpLessThanEqual: in promote()
1158 case EOpLessThanEqual: in promote()
1702 case EOpLessThanEqual: in fold()
DInitialize.cpp212 symbolTable.insertBuiltIn(COMMON_BUILTINS, EOpLessThanEqual, bvec, "lessThanEqual", vec, vec); in InsertBuiltInFunctions()
213 symbolTable.insertBuiltIn(COMMON_BUILTINS, EOpLessThanEqual, bvec, "lessThanEqual", ivec, ivec); in InsertBuiltInFunctions()
214 symbolTable.insertBuiltIn(ESSL3_BUILTINS, EOpLessThanEqual, bvec, "lessThanEqual", uvec, uvec); in InsertBuiltInFunctions()
DValidateLimitations.cpp316 case EOpLessThanEqual: in validateForLoopCond()
Dintermediate.h73 EOpLessThanEqual, enumerator
DOutputASM.cpp874 …case EOpLessThanEqual: if(visit == PostVisit) emitCmp(sw::Shader::CONTROL_LE, result, le… in visitBinary()
1661 …case EOpLessThanEqual: if(visit == PostVisit) emitCmp(sw::Shader::CONTROL_LE, result, arg[0], a… in visitAggregate()
3954 if(comparator == EOpLessThanEqual) in LoopInfo()
DParseHelper.cpp3228 case EOpLessThanEqual: in binaryOpCommonCheck()
3403 case EOpLessThanEqual: in addBinaryMathInternal()
Dglslang.y473 $$ = context->addBinaryMathBooleanResult(EOpLessThanEqual, $1, $3, @2);
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/d3d/
DRewriteExpressionsWithShaderStorageBlock.cpp85 case EOpLessThanEqual: in IsReadonlyBinaryOperatorNotInSSBOAccessChain()
/third_party/glslang/glslang/MachineIndependent/
DIntermediate.cpp921 case EOpLessThanEqual: in addPairConversion()
1310 case EOpLessThanEqual: in addBiShapeConversion()
3075 case EOpLessThanEqual: in isSpecializationOperation()
3117 case EOpLessThanEqual: in isNonuniformPropagating()
3335 case EOpLessThanEqual: in promoteBinary()
3375 case EOpLessThanEqual: in promoteBinary()
3463 case EOpLessThanEqual: in promoteBinary()
DConstant.cpp368 case EOpLessThanEqual: in fold()
1019 case EOpLessThanEqual: in fold()
1209 case EOpLessThanEqual: in fold()
DintermOut.cpp202 case EOpLessThanEqual: out.debug << "Compare Less Than or Equal"; break; in visitBinary()
835 case EOpLessThanEqual: out.debug << "Compare Less Than or Equal"; break; in visitAggregate()
/third_party/glslang/glslang/Include/
Dintermediate.h303 EOpLessThanEqual, enumerator
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
DProgramPrelude.cpp3721 case TOperator::EOpLessThanEqual: in visitOperator()
DEmitMetal.cpp317 case TOperator::EOpLessThanEqual: in GetOperatorString()

12