Home | History | Annotate | Download | only in program

Lines Matching refs:Index

92       newInst[i].DstReg.Index = VERT_RESULT_HPOS;
95 newInst[i].SrcReg[0].Index = mvpRef[i];
98 newInst[i].SrcReg[1].Index = VERT_ATTRIB_POS;
164 newInst[0].DstReg.Index = hposTemp;
167 newInst[0].SrcReg[0].Index = VERT_ATTRIB_POS;
170 newInst[0].SrcReg[1].Index = mvpRef[0];
176 newInst[i].DstReg.Index = hposTemp;
179 newInst[i].SrcReg[0].Index = VERT_ATTRIB_POS;
182 newInst[i].SrcReg[1].Index = mvpRef[i];
185 newInst[i].SrcReg[2].Index = hposTemp;
191 newInst[3].DstReg.Index = VERT_RESULT_HPOS;
194 newInst[3].SrcReg[0].Index = VERT_ATTRIB_POS;
197 newInst[3].SrcReg[1].Index = mvpRef[3];
200 newInst[3].SrcReg[2].Index = hposTemp;
304 inst->DstReg.Index == FRAG_RESULT_COLOR) {
307 inst->DstReg.Index = colorTemp;
323 inst->DstReg.Index = fogFactorTemp;
326 inst->SrcReg[0].Index = FRAG_ATTRIB_FOGC;
329 inst->SrcReg[1].Index = fogPRefOpt;
332 inst->SrcReg[2].Index = fogPRefOpt;
344 inst->DstReg.Index = fogFactorTemp;
347 inst->SrcReg[0].Index = fogPRefOpt;
351 inst->SrcReg[1].Index = FRAG_ATTRIB_FOGC;
358 inst->DstReg.Index = fogFactorTemp;
361 inst->SrcReg[0].Index = fogFactorTemp;
364 inst->SrcReg[1].Index = fogFactorTemp;
371 inst->DstReg.Index = fogFactorTemp;
374 inst->SrcReg[0].Index = fogFactorTemp;
383 inst->DstReg.Index = FRAG_RESULT_COLOR;
386 inst->SrcReg[0].Index = fogFactorTemp;
389 inst->SrcReg[1].Index = colorTemp;
392 inst->SrcReg[2].Index = fogColorRef;
398 inst->DstReg.Index = FRAG_RESULT_COLOR;
401 inst->SrcReg[0].Index = colorTemp;
457 Index))) ||
460 (aluTemps & (1 << inst->DstReg.Index))))
471 aluTemps |= (1 << inst->SrcReg[j].Index);
474 aluTemps |= (1 << inst->DstReg.Index);
478 tempsOutput |= (1 << inst->DstReg.Index);
534 const GLuint var = inst->SrcReg[j].Index;
543 inst->SrcReg[j].Index = outputMap[var];
555 outputMap[inst->DstReg.Index] >= 0) {
558 inst->DstReg.Index = outputMap[inst->DstReg.Index];
587 inst->DstReg.Index = var;
589 inst->SrcReg[0].Index = outputMap[var];
619 inst[0].DstReg.Index = FRAG_RESULT_COLOR;
625 inst[0].SrcReg[0].Index = inputAttr;
663 inst[0].DstReg.Index = VERT_RESULT_COL0;
669 inst[0].SrcReg[0].Index = inputAttr;