Searched refs:block_count_ (Results 1 – 7 of 7) sorted by relevance
39 LaunchDimensions() : block_count_(1), threads_per_block_(1) {} in LaunchDimensions()42 : block_count_(block_count), threads_per_block_(threads_per_block) {} in LaunchDimensions()45 return block_count_ == 1 && threads_per_block_ == 1; in IsSinglethreaded()48 int64 block_count() const { return block_count_; } in block_count()53 int64 block_count_;
104 block_count_(0), in IntelligibilityEnhancer()173 if (block_count_ < 2) { in ProcessClearBlock()175 ++block_count_; in ProcessClearBlock()182 if (block_count_ % analysis_rate_ == analysis_rate_ - 1) { in ProcessClearBlock()188 ++block_count_; in ProcessClearBlock()
176 int block_count_; variable
291 block_count_++; in GetNextInternal()292 if (block_count_ == dataset()->block_length_) { in GetNextInternal()294 block_count_ = 0; in GetNextInternal()297 block_count_ = 0; in GetNextInternal()311 block_count_ = 0; in GetNextInternal()337 block_count_ = 0; in GetNextInternal()387 writer->WriteScalar(full_name("block_count"), block_count_)); in SaveInternal()431 block_count_ = size_t(temp); in RestoreInternal()1058 size_t block_count_ GUARDED_BY(mu_) = 0;
495 enc->block_count_[0] += (mb->type_ == 0); in StoreSideInfo()496 enc->block_count_[1] += (mb->type_ == 1); in StoreSideInfo()497 enc->block_count_[2] += (mb->skip_ != 0); in StoreSideInfo()527 memset(enc->block_count_, 0, sizeof(enc->block_count_)); in ResetSideInfo()
394 int block_count_[3]; member
298 stats->block_count[i] = enc->block_count_[i]; in StoreStats()