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/
H A DintermOut.cpp207 case EOpIsInf: out << "Is infinity"; break; in visitUnary()
H A Dintermediate.h149 EOpIsInf, enumerator
H A DIntermediate.cpp293 case EOpIsInf: return "isinf"; in getOperatorString()
912 case EOpIsInf: in promote()
H A DInitialize.cpp123 symbolTable.insertBuiltIn(ESSL3_BUILTINS, EOpIsInf, genBType, "isinf", genType); in InsertBuiltInFunctions()
H A DOutputASM.cpp1177 case EOpIsInf: if(visit == PostVisit) emit(sw::Shader::OPCODE_ISINF, result, arg); break; in visitUnary()
/third_party/glslang/glslang/HLSL/
H A DhlslParseables.cpp1092 symbolTable.relateToOperator("isinf", EOpIsInf); in identifyBuiltIns()
H A DhlslParseHelper.cpp5395 TIntermTyped* isinf = handleUnaryMath(loc, "isinf", EOpIsInf, intermediate.addSymbol(*tempArg, loc)); in decomposeIntrinsic()
/third_party/glslang/glslang/Include/
H A Dintermediate.h374 EOpIsInf, enumerator
/third_party/glslang/glslang/MachineIndependent/
H A DintermOut.cpp443 case EOpIsInf: out.debug << "isinf"; break; in visitUnary()
H A DConstant.cpp634 case EOpIsInf: in fold()
H A DInitialize.cpp241 { EOpIsInf, "isinf", 1, TypeF, ClassB, Es300Desktop130 },
/third_party/glslang/SPIRV/
H A DGlslangToSpv.cpp6919 case glslang::EOpIsInf: in createUnaryOperation()

Completed in 63 milliseconds