Searched refs:OPCODE_UP4UB (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/mesa/program/ |
D | prog_instruction.h | 238 OPCODE_UP4UB, /* X */ enumerator
|
D | prog_instruction.c | 246 { OPCODE_UP4UB, "UP4UB", 1, 1 },
|
D | nvfragparse.c | 131 { "UP4UB", OPCODE_UP4UB, INPUT_1S, OUTPUT_V, _C | _S },
|
D | prog_execute.c | 1816 case OPCODE_UP4UB: /* unpack four GLubytes */ in _mesa_execute_program()
|