Home
last modified time | relevance | path

Searched refs:EOpSin (Results 1 - 20 of 20) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DOperator_autogen.h145 EOpSin, // Unary
H A DOutputHLSL.cpp1899 case EOpSin: in visitUnary()
H A DIntermNode.cpp3057 case EOpSin:
H A DOutputSPIRV.cpp2532 case EOpSin: in visitOperator()
H A DSymbolTable_ESSL_autogen.cpp4290 EOpSin,
4298 EOpSin,
4306 EOpSin,
4314 EOpSin,
[all...]
H A DSymbolTable_autogen.cpp5905 EOpSin,
5913 EOpSin,
5921 EOpSin,
5929 EOpSin,
[all...]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DintermOut.cpp178 case EOpSin: out << "sine"; break; in visitUnary()
H A Dintermediate.h111 EOpSin, enumerator
H A DIntermediate.cpp259 case EOpSin: return "sin"; in getOperatorString()
1828 case EOpSin: in fold()
H A DInitialize.cpp46 symbolTable.insertBuiltIn(COMMON_BUILTINS, EOpSin, genType, "sin", genType); in InsertBuiltInFunctions()
H A DOutputASM.cpp1150 case EOpSin: if(visit == PostVisit) emit(sw::Shader::OPCODE_SIN, result, arg); break; in visitUnary()
/third_party/glslang/glslang/HLSL/
H A DhlslParseables.cpp1130 symbolTable.relateToOperator("sin", EOpSin); in identifyBuiltIns()
H A DhlslParseHelper.cpp4943 TIntermTyped* sinStatement = handleUnaryMath(loc, "sin", EOpSin, arg0); in decomposeIntrinsic()
/third_party/glslang/glslang/Include/
H A Dintermediate.h336 EOpSin, enumerator
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H A DProgramPrelude.cpp3467 case TOperator::EOpSin: in visitOperator()
H A DEmitMetal.cpp463 case TOperator::EOpSin: in GetOperatorString()
/third_party/glslang/glslang/MachineIndependent/
H A DintermOut.cpp413 case EOpSin: out.debug << "sine"; break; in visitUnary()
H A DConstant.cpp533 case EOpSin: in fold()
H A DInitialize.cpp182 { EOpSin, "sin", 1, TypeF, ClassRegular, nullptr },
/third_party/glslang/SPIRV/
H A DGlslangToSpv.cpp6833 case glslang::EOpSin: in createUnaryOperation()

Completed in 149 milliseconds