Home
last modified time | relevance | path

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

/external/swiftshader/src/Shader/
DShader.hpp152 OPCODE_ATAN, enumerator
DShader.cpp939 case OPCODE_ATAN: return "atan"; in operationString()
DVertexProgram.cpp286 case Shader::OPCODE_ATAN: atan(d, s0); break; in program()
DPixelProgram.cpp306 case Shader::OPCODE_ATAN: atan(d, s0, pp); break; in applyShader()
/external/swiftshader/src/OpenGL/compiler/
DOutputASM.cpp1155 …case EOpAtan: if(visit == PostVisit) emit(sw::Shader::OPCODE_ATAN, result, arg); break; in visitUnary()