Home
last modified time | relevance | path

Searched refs:OPCODE_ATAN2 (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/src/Pipeline/
DShader.hpp152 OPCODE_ATAN2, enumerator
DShader.cpp935 case OPCODE_ATAN2: return "atan2"; in operationString()
DVertexProgram.cpp272 case Shader::OPCODE_ATAN2: atan2(d, s0, s1); break; in program()
DPixelProgram.cpp278 case Shader::OPCODE_ATAN2: atan2(d, s0, s1, pp); break; in applyShader()
/external/swiftshader/src/Shader/
DShader.hpp152 OPCODE_ATAN2, enumerator
DShader.cpp935 case OPCODE_ATAN2: return "atan2"; in operationString()
DVertexProgram.cpp279 case Shader::OPCODE_ATAN2: atan2(d, s0, s1); break; in program()
DPixelProgram.cpp278 case Shader::OPCODE_ATAN2: atan2(d, s0, s1, pp); break; in applyShader()
/external/swiftshader/src/OpenGL/compiler/
DOutputASM.cpp1676 …case EOpAtan: if(visit == PostVisit) emit(sw::Shader::OPCODE_ATAN2, result, arg[0], ar… in visitAggregate()