Searched refs:OPCODE_COSH (Results 1 – 9 of 9) sorted by relevance
/external/swiftshader/src/Pipeline/ |
D | Shader.hpp | 153 OPCODE_COSH, enumerator
|
D | Shader.cpp | 936 case OPCODE_COSH: return "cosh"; in operationString()
|
D | VertexProgram.cpp | 273 case Shader::OPCODE_COSH: cosh(d, s0, pp); break; in program()
|
D | PixelProgram.cpp | 279 case Shader::OPCODE_COSH: cosh(d, s0, pp); break; in applyShader()
|
/external/swiftshader/src/Shader/ |
D | Shader.hpp | 153 OPCODE_COSH, enumerator
|
D | Shader.cpp | 936 case OPCODE_COSH: return "cosh"; in operationString()
|
D | VertexProgram.cpp | 280 case Shader::OPCODE_COSH: cosh(d, s0, pp); break; in program()
|
D | PixelProgram.cpp | 279 case Shader::OPCODE_COSH: cosh(d, s0, pp); break; in applyShader()
|
/external/swiftshader/src/OpenGL/compiler/ |
D | OutputASM.cpp | 1157 …case EOpCosh: if(visit == PostVisit) emit(sw::Shader::OPCODE_COSH, result, arg); break; in visitUnary()
|