Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/program/
Dprog_instruction.h198 OPCODE_NOT, /* */ enumerator
Dprog_instruction.c206 { OPCODE_NOT, "NOT", 1, 1 },
Dprog_execute.c1236 case OPCODE_NOT: /* bitwise NOT */ in _mesa_execute_program()