Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/program/
Dprog_instruction.h210 OPCODE_RCC, /* 1.1 */ enumerator
Dprog_instruction.c218 { OPCODE_RCC, "RCC", 1, 1 },
Dnvvertparse.c950 if (opcode == OPCODE_RCC && !parseState->isVersion1_1) in Parse_ScalarInstruction()
1219 if (!Parse_ScalarInstruction(parseState, inst, OPCODE_RCC)) in Parse_InstructionSequence()
Dprog_execute.c1370 case OPCODE_RCC: /* clamped riciprocal */ in _mesa_execute_program()