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

/external/swiftshader/src/Shader/
H A DShader.hpp159 OPCODE_ATANH, enumerator in enum:sw::Shader::Opcode
H A DShader.cpp926 case OPCODE_ATANH: return "atanh";
H A DPixelProgram.cpp277 case Shader::OPCODE_ATANH: atanh(d, s0, pp); break;
H A DVertexProgram.cpp283 case Shader::OPCODE_ATANH: atanh(d, s0, pp); break;
/external/swiftshader/src/OpenGL/compiler/
H A DOutputASM.cpp1017 case EOpAtanh: if(visit == PostVisit) emit(sw::Shader::OPCODE_ATANH, result, arg); break;

Completed in 44 milliseconds