Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/
DOutputASM.cpp971 sw::Shader::Opcode subOpcode = getOpcode(sw::Shader::OPCODE_SUB, arg); in visitUnary() local
974 emit(subOpcode, arg, index, arg, index, &one); in visitUnary()
995 sw::Shader::Opcode subOpcode = getOpcode(sw::Shader::OPCODE_SUB, arg); in visitUnary() local
998 emit(subOpcode, result, index, arg, index, &one); in visitUnary()