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

/external/swiftshader/src/Shader/
H A DShader.hpp154 OPCODE_COSH, enumerator in enum:sw::Shader::Opcode
H A DShader.cpp921 case OPCODE_COSH: return "cosh";
H A DPixelProgram.cpp272 case Shader::OPCODE_COSH: cosh(d, s0, pp); break;
H A DVertexProgram.cpp278 case Shader::OPCODE_COSH: cosh(d, s0, pp); break;
/external/swiftshader/src/OpenGL/compiler/
H A DOutputASM.cpp1013 case EOpCosh: if(visit == PostVisit) emit(sw::Shader::OPCODE_COSH, result, arg); break;

Completed in 78 milliseconds