Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/program/
Dprog_instruction.h201 OPCODE_OR, /* */ enumerator
Dprog_instruction.c209 { OPCODE_OR, "OR", 2, 1 },
Dprog_execute.c1277 case OPCODE_OR: /* bitwise OR */ in _mesa_execute_program()