Home | History | Annotate | Download | only in state_tracker

Lines Matching refs:DstReg

163    inst[ic].DstReg.File = PROGRAM_TEMPORARY;
164 inst[ic].DstReg.Index = colorTemp;
187 inst[ic].DstReg.File = PROGRAM_TEMPORARY;
188 inst[ic].DstReg.Index = colorTemp;
216 inst[ic].DstReg.File = PROGRAM_TEMPORARY;
217 inst[ic].DstReg.Index = temp;
218 inst[ic].DstReg.WriteMask = WRITEMASK_XY; /* write R,G */
228 inst[ic].DstReg.File = PROGRAM_TEMPORARY;
229 inst[ic].DstReg.Index = temp;
230 inst[ic].DstReg.WriteMask = WRITEMASK_ZW; /* write B,A */
242 inst[ic].DstReg.File = PROGRAM_TEMPORARY;
243 inst[ic].DstReg.Index = colorTemp;
254 last->DstReg.File = PROGRAM_OUTPUT;
255 last->DstReg.Index = FRAG_RESULT_COLOR;