Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/program/
Dprog_instruction.h152 OPCODE_NOISE1, /* X */ enumerator
Dprog_instruction.c133 { OPCODE_NOISE1, "NOISE1", 1, 1 },
Dprog_execute.c871 case OPCODE_NOISE1: in _mesa_execute_program()