Lines Matching refs:finst
441 const struct tgsi_full_instruction *finst)
451 if (finst->Instruction.Opcode == TGSI_OPCODE_END)
454 for (i = 0; i < finst->Instruction.NumSrcRegs; i++) {
457 fsrc = &finst->Src[i];
463 for (i = 0; i < finst->Instruction.NumSrcRegs; i++) {
466 fsrc = &finst->Src[i];
526 dst = tgsi_dst(fpc, &finst->Dst[0]);
527 mask = tgsi_mask(finst->Dst[0].Register.WriteMask);
528 sat = (finst->Instruction.Saturate == TGSI_SAT_ZERO_ONE);
530 switch (finst->Instruction.Opcode) {
843 nv40_fp_bra(fpc, finst->Label.Label);
854 nv40_fp_cal(fpc, finst->Label.Label);
867 nv40_fp_rep(fpc, 255, finst->Label.Label);
890 NOUVEAU_ERR("invalid opcode %d\n", finst->Instruction.Opcode);
1166 const struct tgsi_full_instruction *finst;
1169 finst = &parse.FullToken.FullInstruction;
1170 if (!nvfx_fragprog_parse_instruction(nvfx, fpc, finst))