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