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;
453 (tempsOutput & (1 << inst->SrcReg[0].Index))) ||
456 (aluTemps & (1 << inst->DstReg.Index))))
467 aluTemps |= (1 << inst->SrcReg[j].Index);
470 aluTemps |= (1 << inst->DstReg.Index);
474 tempsOutput |= (1 << inst->DstReg.Index);
528 const GLuint var = inst->SrcReg[j].Index;
537 inst->SrcReg[j].Index = outputMap[var];
549 outputMap[inst->DstReg.Index] >= 0) {
552 inst->DstReg.Index = outputMap[inst->DstReg.Index];
581 inst->DstReg.Index = var;
583 inst->SrcReg[0].Index = outputMap[var];
609 inst->SrcReg[j].Index == VARYING_SLOT_POS) {
611 inst->SrcReg[j].Index = SYSTEM_VALUE_FRAG_COORD;