Home
last modified time | relevance | path

Searched refs:EOpIsInf (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DintermOut.cpp207 case EOpIsInf: out << "Is infinity"; break; in visitUnary()
Dintermediate.h149 EOpIsInf, enumerator
DIntermediate.cpp293 case EOpIsInf: return "isinf"; in getOperatorString()
912 case EOpIsInf: in promote()
DInitialize.cpp123 symbolTable.insertBuiltIn(ESSL3_BUILTINS, EOpIsInf, genBType, "isinf", genType); in InsertBuiltInFunctions()
DOutputASM.cpp1177 …case EOpIsInf: if(visit == PostVisit) emit(sw::Shader::OPCODE_ISINF, result, arg); brea… in visitUnary()
/third_party/glslang/glslang/HLSL/
DhlslParseables.cpp1092 symbolTable.relateToOperator("isinf", EOpIsInf); in identifyBuiltIns()
DhlslParseHelper.cpp5392 …TIntermTyped* isinf = handleUnaryMath(loc, "isinf", EOpIsInf, intermediate.addSymbol(*tempArg, loc… in decomposeIntrinsic()
/third_party/glslang/glslang/Include/
Dintermediate.h381 EOpIsInf, enumerator
/third_party/glslang/glslang/MachineIndependent/
DConstant.cpp640 case EOpIsInf: in fold()
DintermOut.cpp445 case EOpIsInf: out.debug << "isinf"; break; in visitUnary()
DInitialize.cpp251 { EOpIsInf, "isinf", 1, TypeF, ClassB, Es300Desktop130 },
/third_party/glslang/SPIRV/
DGlslangToSpv.cpp6614 case glslang::EOpIsInf: in createUnaryOperation()