Home | History | Annotate | Download | only in program

Lines Matching refs:oldFile

668  * Search instructions for registers that match (oldFile, oldIndex),
673 GLuint oldFile, GLuint oldIndex,
680 if (inst[i].SrcReg[j].File == oldFile &&
687 if (inst[i].DstReg.File == oldFile && inst[i].DstReg.Index == oldIndex) {