Lines Matching defs:SrcElt
25852 for (unsigned SrcElt = 0, NumSrcElts = NumElts / Scale;25853 SrcElt != NumSrcElts; ++SrcElt) {25858 // The first indice in this chunk must be SrcElt, but not zero!25860 if (int FirstIndice = MaskChunk[0]; (unsigned)FirstIndice != SrcElt)