Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/program/
Dprog_instruction.h150 OPCODE_AND, /* */ enumerator
Dprog_instruction.c158 { OPCODE_AND, "AND", 2, 1 },
Dprog_execute.c694 case OPCODE_AND: /* bitwise AND */ in _mesa_execute_program()