Searched refs:with_features (Results 1 – 7 of 7) sorted by relevance
36 .with_features = {"VulkanSnapshots"},
82 if (!with_features.empty()) { in ToString()84 ret += Join(with_features, "_"); in ToString()110 copy.with_features.insert(features.begin(), features.end()); in WithAndWithoutFeatures()225 for (const std::string& feature : params.with_features) { in SetUp()
287 .with_features = {"VulkanSnapshots"},
1262 .with_features = {"VulkanSnapshots"},1274 .with_features = {"VulkanSnapshots"},1280 .with_features = {"VulkanSnapshots"},
459 std::unordered_set<std::string> with_features; member
532 .with_features = {"VulkanSnapshots"},
314 if (GetParam().with_features.count("VulkanUseDedicatedAhbMemoryType") == 0) { in TEST_P()