Searched refs:DuplicateCounter (Results 1 – 1 of 1) sorted by relevance
1258 uint32_t DuplicateCounter = 0; in handleRootSignatureElements() local1261 auto GetElemPair = [&Infos, &InfoPairs, &DuplicateCounter]( in handleRootSignatureElements()1279 DuplicateCounter = InfoA == InfoB ? DuplicateCounter + 1 : 0; in handleRootSignatureElements()1280 auto DistA = std::distance(InfoB, InfoA) + DuplicateCounter; in handleRootSignatureElements()