Searched refs:kNativeElementCount (Results 1 – 1 of 1) sorted by relevance
306 static constexpr int kNativeElementCount = Generator::kResultElementCount; variable329 int num_unused_results = kNativeElementCount - used_result_index_; in Skip()335 used_result_index_ = kNativeElementCount; in Skip()336 SkipFromGenerator(num_skips / kNativeElementCount); in Skip()337 num_skips = num_skips % kNativeElementCount; in Skip()510 SingleSampleGenerator::kNativeElementCount;556 SingleSampleGenerator::kNativeElementCount;603 SingleSampleGenerator::kNativeElementCount;650 (SingleSampleGenerator::kNativeElementCount > 1)651 ? SingleSampleGenerator::kNativeElementCount / 2