Lines Matching refs:bucketIndex
414 for (int bucketIndex = 0; bucketIndex < findIt->second.histogram_size(); bucketIndex++) { in mergeStat() local
415 auto bucket = findIt->second.mutable_histogram(bucketIndex); in mergeStat()
417 stat.histogram(bucketIndex).frame_count()); in mergeStat()
419 for (int bucketIndex = 0; bucketIndex < findIt->second.gpu_histogram_size(); in mergeStat() local
420 bucketIndex++) { in mergeStat()
421 auto bucket = findIt->second.mutable_gpu_histogram(bucketIndex); in mergeStat()
423 stat.gpu_histogram(bucketIndex).frame_count()); in mergeStat()
496 for (int bucketIndex = 0; bucketIndex < stat.histogram_size(); bucketIndex++) { in writeCpuHistogram() local
497 auto& bucket = stat.histogram(bucketIndex); in writeCpuHistogram()
502 for (int bucketIndex = 0; bucketIndex < stat.histogram_size(); bucketIndex++) { in writeCpuHistogram() local
503 auto& bucket = stat.histogram(bucketIndex); in writeCpuHistogram()
516 for (int bucketIndex = 0; bucketIndex < stat.gpu_histogram_size(); bucketIndex++) { in writeGpuHistogram() local
517 auto& bucket = stat.gpu_histogram(bucketIndex); in writeGpuHistogram()
522 for (int bucketIndex = 0; bucketIndex < stat.gpu_histogram_size(); bucketIndex++) { in writeGpuHistogram() local
523 auto& bucket = stat.gpu_histogram(bucketIndex); in writeGpuHistogram()