Home
last modified time | relevance | path

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

/external/swiftshader/src/Shader/
DShader.hpp154 OPCODE_COSH, enumerator
DShader.cpp921 case OPCODE_COSH: return "cosh"; in operationString()
DVertexProgram.cpp293 case Shader::OPCODE_COSH: cosh(d, s0, pp); break; in program()
DPixelProgram.cpp272 case Shader::OPCODE_COSH: cosh(d, s0, pp); break; in applyShader()
/external/swiftshader/src/OpenGL/compiler/
DOutputASM.cpp1015 …case EOpCosh: if(visit == PostVisit) emit(sw::Shader::OPCODE_COSH, result, arg); break; in visitUnary()