Home | History | Annotate | Download | only in compiler

Lines Matching refs:emitted

470 		 * marked as ready and should be emitted in the same TEX
472 * emitted in two different TEX blocks:
712 static void presub_nop(struct rc_instruction * emitted) {
716 if (emitted->Prev->Type != RC_INSTRUCTION_PAIR) {
719 if (emitted->Prev->U.P.RGB.WriteMask)
720 prev_rgb_index = emitted->Prev->U.P.RGB.DestIndex;
723 if (emitted->Prev->U.P.Alpha.WriteMask)
724 prev_alpha_index = emitted->Prev->U.P.Alpha.DestIndex;
729 if (emitted->U.P.RGB.Src[RC_PAIR_PRESUB_SRC].Used) {
731 emitted->U.P.RGB.Src[RC_PAIR_PRESUB_SRC].Index);
733 unsigned int index = emitted->U.P.RGB.Src[i].Index;
734 if (emitted->U.P.RGB.Src[i].File == RC_FILE_TEMPORARY
737 emitted->Prev->U.P.Nop = 1;
744 if (!emitted->U.P.Alpha.Src[RC_PAIR_PRESUB_SRC].Used)
748 emitted->U.P.Alpha.Src[RC_PAIR_PRESUB_SRC].Index);
750 unsigned int index = emitted->U.P.Alpha.Src[i].Index;
751 if(emitted->U.P.Alpha.Src[i].File == RC_FILE_TEMPORARY
753 emitted->Prev->U.P.Nop = 1;