Home
last modified time | relevance | path

Searched refs:OPCODE_COSH (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Shader/
DShader.hpp154 OPCODE_COSH, enumerator
DShader.cpp941 case OPCODE_COSH: return "cosh"; in operationString()
DVertexProgram.cpp288 case Shader::OPCODE_COSH: cosh(d, s0, pp); break; in program()
DPixelProgram.cpp308 case Shader::OPCODE_COSH: cosh(d, s0, pp); break; in applyShader()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DOutputASM.cpp1157 …case EOpCosh: if(visit == PostVisit) emit(sw::Shader::OPCODE_COSH, result, arg); break; in visitUnary()