Lines Matching refs:comb
6602 for (const auto& comb : combs)
6605 std::set<vk::VkSampleCountFlagBits> uniqueVals(begin(comb), end(comb));
6612 for (const auto& count : comb)
6624 comb, // SampleCounts subpassCounts;
6635 for (auto& comb : combs)
6638 const auto fbCount = comb.back();
6639 comb.pop_back();
6642 std::set<vk::VkSampleCountFlagBits> uniqueVals(begin(comb), end(comb));
6651 for (const auto& count : comb)
6670 comb, // SampleCounts subpassCounts;
6685 for (const auto& comb : combs)
6688 DE_ASSERT(comb.size() == 2u);
6689 const auto& fbCount = comb[0];
6690 const auto& emptyCount = comb[1];