Searched refs:OPCODE_UP2US (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/mesa/program/ |
D | prog_instruction.h | 236 OPCODE_UP2US, /* X */ enumerator
|
D | prog_instruction.c | 244 { OPCODE_UP2US, "UP2US", 1, 1 },
|
D | nvfragparse.c | 129 { "UP2US", OPCODE_UP2US, INPUT_1S, OUTPUT_V, _C | _S },
|
D | prog_execute.c | 1793 case OPCODE_UP2US: /* unpack two GLushorts */ in _mesa_execute_program()
|