Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/program/
Dprog_instruction.h217 OPCODE_SFL, /* 2 X */ enumerator
Dprog_instruction.c225 { OPCODE_SFL, "SFL", 0, 1 },
Dnvfragparse.c116 { "SFL", OPCODE_SFL, INPUT_2V, OUTPUT_V, _R | _H | _X | _C | _S },
Dprog_execute.c1486 case OPCODE_SFL: /* set false, operands ignored */ in _mesa_execute_program()