Searched refs:EOpSin (Results 1 - 20 of 20) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | Operator_autogen.h | 145 EOpSin, // Unary
|
H A D | OutputHLSL.cpp | 1899 case EOpSin: in visitUnary()
|
H A D | IntermNode.cpp | 3057 case EOpSin:
|
H A D | OutputSPIRV.cpp | 2532 case EOpSin: in visitOperator()
|
H A D | SymbolTable_ESSL_autogen.cpp | 4290 EOpSin, 4298 EOpSin, 4306 EOpSin, 4314 EOpSin, [all...] |
H A D | SymbolTable_autogen.cpp | 5905 EOpSin, 5913 EOpSin, 5921 EOpSin, 5929 EOpSin, [all...] |
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
H A D | intermOut.cpp | 178 case EOpSin: out << "sine"; break; in visitUnary()
|
H A D | intermediate.h | 111 EOpSin, enumerator
|
H A D | Intermediate.cpp | 259 case EOpSin: return "sin"; in getOperatorString() 1828 case EOpSin: in fold()
|
H A D | Initialize.cpp | 46 symbolTable.insertBuiltIn(COMMON_BUILTINS, EOpSin, genType, "sin", genType); in InsertBuiltInFunctions()
|
H A D | OutputASM.cpp | 1150 case EOpSin: if(visit == PostVisit) emit(sw::Shader::OPCODE_SIN, result, arg); break; in visitUnary()
|
/third_party/glslang/glslang/HLSL/ |
H A D | hlslParseables.cpp | 1130 symbolTable.relateToOperator("sin", EOpSin); in identifyBuiltIns()
|
H A D | hlslParseHelper.cpp | 4943 TIntermTyped* sinStatement = handleUnaryMath(loc, "sin", EOpSin, arg0); in decomposeIntrinsic()
|
/third_party/glslang/glslang/Include/ |
H A D | intermediate.h | 336 EOpSin, enumerator
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
H A D | ProgramPrelude.cpp | 3467 case TOperator::EOpSin: in visitOperator()
|
H A D | EmitMetal.cpp | 463 case TOperator::EOpSin: in GetOperatorString()
|
/third_party/glslang/glslang/MachineIndependent/ |
H A D | intermOut.cpp | 413 case EOpSin: out.debug << "sine"; break; in visitUnary()
|
H A D | Constant.cpp | 533 case EOpSin: in fold()
|
H A D | Initialize.cpp | 182 { EOpSin, "sin", 1, TypeF, ClassRegular, nullptr },
|
/third_party/glslang/SPIRV/ |
H A D | GlslangToSpv.cpp | 6833 case glslang::EOpSin: in createUnaryOperation()
|
Completed in 149 milliseconds