Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DOperator_autogen.h146 EOpCos, // Unary
H A DOutputHLSL.cpp1902 case EOpCos: in visitUnary()
H A DIntermNode.cpp3061 case EOpCos:
H A DOutputSPIRV.cpp2535 case EOpCos: in visitOperator()
H A DSymbolTable_ESSL_autogen.cpp4322 EOpCos,
4330 EOpCos,
4338 EOpCos,
4346 EOpCos,
[all...]
H A DSymbolTable_autogen.cpp5937 EOpCos,
5945 EOpCos,
5953 EOpCos,
5961 EOpCos,
[all...]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DintermOut.cpp179 case EOpCos: out << "cosine"; break; in visitUnary()
H A Dintermediate.h112 EOpCos, enumerator
H A DIntermediate.cpp260 case EOpCos: return "cos"; in getOperatorString()
1836 case EOpCos: in fold()
H A DInitialize.cpp47 symbolTable.insertBuiltIn(COMMON_BUILTINS, EOpCos, genType, "cos", genType); in InsertBuiltInFunctions()
H A DOutputASM.cpp1151 case EOpCos: if(visit == PostVisit) emit(sw::Shader::OPCODE_COS, result, arg); break; in visitUnary()
/third_party/glslang/glslang/HLSL/
H A DhlslParseables.cpp1043 symbolTable.relateToOperator("cos", EOpCos); in identifyBuiltIns()
H A DhlslParseHelper.cpp4944 TIntermTyped* cosStatement = handleUnaryMath(loc, "cos", EOpCos, arg0); in decomposeIntrinsic()
/third_party/glslang/glslang/Include/
H A Dintermediate.h337 EOpCos, enumerator
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H A DProgramPrelude.cpp3468 case TOperator::EOpCos: in visitOperator()
H A DEmitMetal.cpp465 case TOperator::EOpCos: in GetOperatorString()
/third_party/glslang/glslang/MachineIndependent/
H A DintermOut.cpp414 case EOpCos: out.debug << "cosine"; break; in visitUnary()
H A DConstant.cpp536 case EOpCos: in fold()
H A DInitialize.cpp183 { EOpCos, "cos", 1, TypeF, ClassRegular, nullptr },
/third_party/glslang/SPIRV/
H A DGlslangToSpv.cpp6836 case glslang::EOpCos: in createUnaryOperation()

Completed in 167 milliseconds