Home
last modified time | relevance | path

Searched refs:OPCODE_NOISE2 (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/program/
Dprog_instruction.h153 OPCODE_NOISE2, /* X */ enumerator
Dprog_instruction.c134 { OPCODE_NOISE2, "NOISE2", 1, 1 },
Dprog_execute.c882 case OPCODE_NOISE2: in _mesa_execute_program()