Home
last modified time | relevance | path

Searched refs:OPCODE_UP4UB (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/program/
Dprog_instruction.h238 OPCODE_UP4UB, /* X */ enumerator
Dprog_instruction.c246 { OPCODE_UP4UB, "UP4UB", 1, 1 },
Dnvfragparse.c131 { "UP4UB", OPCODE_UP4UB, INPUT_1S, OUTPUT_V, _C | _S },
Dprog_execute.c1816 case OPCODE_UP4UB: /* unpack four GLubytes */ in _mesa_execute_program()