Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/Shader/
DShader.hpp260 OPCODE_ISUB, enumerator
DShader.cpp773 case OPCODE_ISUB: return "isub"; in operationString()
DVertexProgram.cpp296 case Shader::OPCODE_ISUB: isub(d, s0, s1); break; in program()
DPixelProgram.cpp206 case Shader::OPCODE_ISUB: isub(d, s0, s1); break; in applyShader()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DOutputASM.cpp604 return sw::Shader::OPCODE_ISUB; in getOpcode()