Home
last modified time | relevance | path

Searched refs:EOpSinh (Results 1 - 19 of 19) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DOperator_autogen.h151 EOpSinh, // Unary
H A DOutputHLSL.cpp1917 case EOpSinh: in visitUnary()
H A DIntermNode.cpp3093 case EOpSinh:
H A DOutputSPIRV.cpp2550 case EOpSinh: in visitOperator()
H A DSymbolTable_ESSL_autogen.cpp4514 EOpSinh,
4522 EOpSinh,
4530 EOpSinh,
4538 EOpSinh,
[all...]
H A DSymbolTable_autogen.cpp6129 EOpSinh,
6137 EOpSinh,
6145 EOpSinh,
6153 EOpSinh,
[all...]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DintermOut.cpp184 case EOpSinh: out << "hyperbolic sine"; break; in visitUnary()
H A Dintermediate.h117 EOpSinh, enumerator
H A DIntermediate.cpp265 case EOpSinh: return "sinh"; in getOperatorString()
1876 case EOpSinh: in fold()
H A DInitialize.cpp53 symbolTable.insertBuiltIn(ESSL3_BUILTINS, EOpSinh, genType, "sinh", genType); in InsertBuiltInFunctions()
H A DOutputASM.cpp1156 case EOpSinh: if(visit == PostVisit) emit(sw::Shader::OPCODE_SINH, result, arg); break; in visitUnary()
/third_party/glslang/glslang/HLSL/
H A DhlslParseables.cpp1132 symbolTable.relateToOperator("sinh", EOpSinh); in identifyBuiltIns()
/third_party/glslang/glslang/Include/
H A Dintermediate.h342 EOpSinh, enumerator
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H A DProgramPrelude.cpp3472 case TOperator::EOpSinh: in visitOperator()
H A DEmitMetal.cpp473 case TOperator::EOpSinh: in GetOperatorString()
/third_party/glslang/glslang/MachineIndependent/
H A DintermOut.cpp419 case EOpSinh: out.debug << "hyp. sine"; break; in visitUnary()
H A DConstant.cpp918 case EOpSinh: in fold()
H A DInitialize.cpp225 { EOpSinh, "sinh", 1, TypeF, ClassRegular, Es300Desktop130 },
/third_party/glslang/SPIRV/
H A DGlslangToSpv.cpp6867 case glslang::EOpSinh: in createUnaryOperation()

Completed in 124 milliseconds