Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/Shader/
DShader.hpp149 OPCODE_TAN, enumerator
DShader.cpp936 case OPCODE_TAN: return "tan"; in operationString()
DVertexProgram.cpp283 case Shader::OPCODE_TAN: tan(d, s0); break; in program()
DPixelProgram.cpp303 case Shader::OPCODE_TAN: tan(d, s0, pp); break; in applyShader()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DOutputASM.cpp1152 case EOpTan: if(visit == PostVisit) emit(sw::Shader::OPCODE_TAN, result, arg); break; in visitUnary()