Lines Matching full:opcode
488 * The \c SCS opcode functions a bit differently than the other Mesa (or
504 /* Vertex programs cannot use the SCS opcode.
1216 const enum prog_opcode opcode =
1219 assert((opcode >= OPCODE_NOISE1) && (opcode <= OPCODE_NOISE4));
1221 emit(ir, opcode, result_dst, op[0]);
1975 prog_opcode opcode = OPCODE_NOP;
2005 opcode = OPCODE_TEX;
2008 opcode = OPCODE_TXB;
2015 opcode = OPCODE_TXL;
2020 opcode = OPCODE_TXD;
2031 if (opcode == OPCODE_TEX) {
2036 opcode = OPCODE_TXP;
2079 /* If projection is done and the opcode is not OPCODE_TXP, then the shadow
2083 if (ir->shadow_comparitor && (!ir->projector || opcode == OPCODE_TXP)) {
2101 if (opcode == OPCODE_TXL || opcode == OPCODE_TXB) {
2108 if (opcode == OPCODE_TXD)
2109 inst = emit(ir, opcode, result_dst, coord, dx, dy);
2111 inst = emit(ir, opcode, result_dst, coord);
2259 switch (mesa_instructions[i].Opcode) {
2279 switch (mesa_instructions[i].Opcode) {
2303 if (mesa_instructions[j].Opcode == OPCODE_BRK ||
2304 mesa_instructions[j].Opcode == OPCODE_CONT) {
2818 mesa_inst->Opcode = inst->op;
2844 switch (mesa_inst->Opcode) {