Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/program/
Dprog_instruction.h205 OPCODE_PK4UB, /* X */ enumerator
Dprog_instruction.c213 { OPCODE_PK4UB, "PK4UB", 1, 1 },
Dnvfragparse.c110 { "PK4UB", OPCODE_PK4UB, INPUT_1V, OUTPUT_S, 0 },
Dprog_execute.c1340 case OPCODE_PK4UB: /* pack four GLubytes into one 32-bit float */ in _mesa_execute_program()