Lines Matching refs:Index
91 newInst[i].DstReg.Index = VARYING_SLOT_POS;
94 newInst[i].SrcReg[0].Index = mvpRef[i];
97 newInst[i].SrcReg[1].Index = VERT_ATTRIB_POS;
162 newInst[0].DstReg.Index = hposTemp;
165 newInst[0].SrcReg[0].Index = VERT_ATTRIB_POS;
168 newInst[0].SrcReg[1].Index = mvpRef[0];
174 newInst[i].DstReg.Index = hposTemp;
177 newInst[i].SrcReg[0].Index = VERT_ATTRIB_POS;
180 newInst[i].SrcReg[1].Index = mvpRef[i];
183 newInst[i].SrcReg[2].Index = hposTemp;
189 newInst[3].DstReg.Index = VARYING_SLOT_POS;
192 newInst[3].SrcReg[0].Index = VERT_ATTRIB_POS;
195 newInst[3].SrcReg[1].Index = mvpRef[3];
198 newInst[3].SrcReg[2].Index = hposTemp;
301 inst->DstReg.Index == FRAG_RESULT_COLOR) {
304 inst->DstReg.Index = colorTemp;
320 inst->DstReg.Index = fogFactorTemp;
323 inst->SrcReg[0].Index = VARYING_SLOT_FOGC;
326 inst->SrcReg[1].Index = fogPRefOpt;
329 inst->SrcReg[2].Index = fogPRefOpt;
341 inst->DstReg.Index = fogFactorTemp;
344 inst->SrcReg[0].Index = fogPRefOpt;
348 inst->SrcReg[1].Index = VARYING_SLOT_FOGC;
355 inst->DstReg.Index = fogFactorTemp;
358 inst->SrcReg[0].Index = fogFactorTemp;
361 inst->SrcReg[1].Index = fogFactorTemp;
368 inst->DstReg.Index = fogFactorTemp;
371 inst->SrcReg[0].Index = fogFactorTemp;
380 inst->DstReg.Index = FRAG_RESULT_COLOR;
383 inst->SrcReg[0].Index = fogFactorTemp;
386 inst->SrcReg[1].Index = colorTemp;
389 inst->SrcReg[2].Index = fogColorRef;
395 inst->DstReg.Index = FRAG_RESULT_COLOR;
398 inst->SrcReg[0].Index = colorTemp;