Home
last modified time | relevance | path

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

/external/swiftshader/src/Shader/
DShader.hpp178 OPCODE_DIV, enumerator
DShader.cpp779 case OPCODE_DIV: return "div"; in operationString()
DVertexProgram.cpp258 case Shader::OPCODE_DIV: div(d, s0, s1); break; in program()
DPixelProgram.cpp238 case Shader::OPCODE_DIV: div(d, s0, s1); break; in applyShader()
/external/swiftshader/src/OpenGL/compiler/
DOutputASM.cpp619 case sw::Shader::OPCODE_DIV: in getOpcode()
832 …case EOpDivAssign: if(visit == PostVisit) emitAssign(getOpcode(sw::Shader::OPCODE_DIV, result), re… in visitBinary()
833 …case EOpDiv: if(visit == PostVisit) emitBinary(getOpcode(sw::Shader::OPCODE_DIV, result), re… in visitBinary()
1241 Instruction *div = emit(sw::Shader::OPCODE_DIV, &invDet, &one, &invDet); in visitUnary()