Searched refs:subOpcode (Results 1 – 1 of 1) sorted by relevance
/external/swiftshader/src/OpenGL/compiler/ |
D | OutputASM.cpp | 1115 sw::Shader::Opcode subOpcode = getOpcode(sw::Shader::OPCODE_SUB, arg); in visitUnary() local 1118 emit(subOpcode, arg, index, arg, index, &one); in visitUnary() 1139 sw::Shader::Opcode subOpcode = getOpcode(sw::Shader::OPCODE_SUB, arg); in visitUnary() local 1142 emit(subOpcode, result, index, arg, index, &one); in visitUnary()
|