Searched refs:OPCODE_EQ (Results 1 - 5 of 5) sorted by relevance

/external/swiftshader/src/Shader/
H A DShader.hpp203 OPCODE_EQ, enumerator in enum:sw::Shader::Opcode
H A DShader.cpp957 case OPCODE_EQ: return "eq";
H A DPixelProgram.cpp327 case Shader::OPCODE_EQ: equal(d, s0, s1); break;
H A DVertexProgram.cpp321 case Shader::OPCODE_EQ: equal(d, s0, s1); break;
/external/swiftshader/src/OpenGL/compiler/
H A DOutputASM.cpp706 emitBinary(sw::Shader::OPCODE_EQ, result, left, right);
711 emit(sw::Shader::OPCODE_EQ, &equal, 0, left, index, right, index);
1818 emitBinary(sw::Shader::OPCODE_EQ, &result, switchValue, condition);

Completed in 44 milliseconds