Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/Shader/
DShader.hpp151 OPCODE_ASIN, enumerator
DShader.cpp938 case OPCODE_ASIN: return "asin"; in operationString()
DVertexProgram.cpp285 case Shader::OPCODE_ASIN: asin(d, s0); break; in program()
DPixelProgram.cpp305 case Shader::OPCODE_ASIN: asin(d, s0, pp); break; in applyShader()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DOutputASM.cpp1153 …case EOpAsin: if(visit == PostVisit) emit(sw::Shader::OPCODE_ASIN, result, arg); break; in visitUnary()