Searched refs:itDuration (Results 1 – 1 of 1) sorted by relevance
814 auto itDuration = dynamicDepthMinDurations.begin(); in addDynamicDepthTags() local816 while (itDuration != dynamicDepthMinDurations.end()) { in addDynamicDepthTags()818 static_cast<int32_t> (std::get<1>(*itSize)), *itDuration}; in addDynamicDepthTags()821 itDuration++; itSize++; in addDynamicDepthTags()825 itDuration = dynamicDepthStallDurations.begin(); in addDynamicDepthTags()827 while (itDuration != dynamicDepthStallDurations.end()) { in addDynamicDepthTags()829 static_cast<int32_t> (std::get<1>(*itSize)), *itDuration}; in addDynamicDepthTags()832 itDuration++; itSize++; in addDynamicDepthTags()