Home
last modified time | relevance | path

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

/external/swiftshader/src/Shader/
DShader.hpp157 OPCODE_ACOSH, enumerator
DShader.cpp924 case OPCODE_ACOSH: return "acosh"; in operationString()
DVertexProgram.cpp296 case Shader::OPCODE_ACOSH: acosh(d, s0, pp); break; in program()
DPixelProgram.cpp275 case Shader::OPCODE_ACOSH: acosh(d, s0, pp); break; in applyShader()
/external/swiftshader/src/OpenGL/compiler/
DOutputASM.cpp1018 …case EOpAcosh: if(visit == PostVisit) emit(sw::Shader::OPCODE_ACOSH, result, arg); brea… in visitUnary()