Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/program/
Dprog_instruction.h236 OPCODE_UP2US, /* X */ enumerator
Dprog_instruction.c244 { OPCODE_UP2US, "UP2US", 1, 1 },
Dnvfragparse.c129 { "UP2US", OPCODE_UP2US, INPUT_1S, OUTPUT_V, _C | _S },
Dprog_execute.c1793 case OPCODE_UP2US: /* unpack two GLushorts */ in _mesa_execute_program()