Searched refs:itDuration (Results 1 – 1 of 1) sorted by relevance
785 auto itDuration = dynamicDepthMinDurations.begin(); in addDynamicDepthTags() local787 while (itDuration != dynamicDepthMinDurations.end()) { in addDynamicDepthTags()789 static_cast<int32_t> (std::get<1>(*itSize)), *itDuration}; in addDynamicDepthTags()792 itDuration++; itSize++; in addDynamicDepthTags()796 itDuration = dynamicDepthStallDurations.begin(); in addDynamicDepthTags()798 while (itDuration != dynamicDepthStallDurations.end()) { in addDynamicDepthTags()800 static_cast<int32_t> (std::get<1>(*itSize)), *itDuration}; in addDynamicDepthTags()803 itDuration++; itSize++; in addDynamicDepthTags()