Home
last modified time | relevance | path

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

/external/swiftshader/src/Shader/
DShader.hpp153 OPCODE_ATAN2, enumerator
DShader.cpp940 case OPCODE_ATAN2: return "atan2"; in operationString()
DVertexProgram.cpp287 case Shader::OPCODE_ATAN2: atan2(d, s0, s1); break; in program()
DPixelProgram.cpp307 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()