Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/program/
Dprog_instruction.h155 OPCODE_NOISE4, /* X */ enumerator
Dprog_instruction.c134 { OPCODE_NOISE4, "NOISE4", 1, 1 },
Dprog_execute.c902 case OPCODE_NOISE4: in _mesa_execute_program()
Dir_to_mesa.cpp1095 assert((opcode >= OPCODE_NOISE1) && (opcode <= OPCODE_NOISE4)); in visit()