Searched refs:kNativeElementCount (Results 1 – 1 of 1) sorted by relevance
311 static constexpr int kNativeElementCount = Generator::kResultElementCount; variable334 int num_unused_results = kNativeElementCount - used_result_index_; in Skip()340 used_result_index_ = kNativeElementCount; in Skip()341 SkipFromGenerator(num_skips / kNativeElementCount); in Skip()342 num_skips = num_skips % kNativeElementCount; in Skip()518 SingleSampleGenerator::kNativeElementCount;564 SingleSampleGenerator::kNativeElementCount;611 SingleSampleGenerator::kNativeElementCount;658 (SingleSampleGenerator::kNativeElementCount > 1)659 ? SingleSampleGenerator::kNativeElementCount / 2