Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/Shader/
DShader.hpp158 OPCODE_ASINH, enumerator
DShader.cpp945 case OPCODE_ASINH: return "asinh"; in operationString()
DVertexProgram.cpp292 case Shader::OPCODE_ASINH: asinh(d, s0, pp); break; in program()
DPixelProgram.cpp312 case Shader::OPCODE_ASINH: asinh(d, s0, pp); break; in applyShader()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DOutputASM.cpp1159 …case EOpAsinh: if(visit == PostVisit) emit(sw::Shader::OPCODE_ASINH, result, arg); brea… in visitUnary()