Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/Shader/
DShader.hpp157 OPCODE_ACOSH, enumerator
DShader.cpp944 case OPCODE_ACOSH: return "acosh"; in operationString()
DVertexProgram.cpp291 case Shader::OPCODE_ACOSH: acosh(d, s0, pp); break; in program()
DPixelProgram.cpp311 case Shader::OPCODE_ACOSH: acosh(d, s0, pp); break; in applyShader()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DOutputASM.cpp1160 …case EOpAcosh: if(visit == PostVisit) emit(sw::Shader::OPCODE_ACOSH, result, arg); brea… in visitUnary()