Home
last modified time | relevance | path

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

/external/swiftshader/src/Shader/
DShader.hpp204 OPCODE_NE, enumerator
DShader.cpp978 case OPCODE_NE: return "neq"; in operationString()
DVertexProgram.cpp333 case Shader::OPCODE_NE: notEqual(d, s0, s1); break; in program()
DPixelProgram.cpp368 case Shader::OPCODE_NE: notEqual(d, s0, s1); break; in applyShader()
/external/swiftshader/src/OpenGL/compiler/
DOutputASM.cpp862 emitBinary(sw::Shader::OPCODE_NE, result, left, right); in visitBinary()
867 emit(sw::Shader::OPCODE_NE, &notEqual, 0, left, index, right, index); in visitBinary()