Searched refs:PhysicalDeviceGroup (Results 1 – 2 of 2) sorted by relevance
83 struct PhysicalDeviceGroup { struct84 PhysicalDeviceGroup() {} in PhysicalDeviceGroup() argument85 …PhysicalDeviceGroup(PhysicalDevice const& physical_device) { physical_device_handles.push_back(&ph… in PhysicalDeviceGroup() argument86 PhysicalDeviceGroup(std::vector<PhysicalDevice*> const& physical_devices) { in PhysicalDeviceGroup() argument89 PhysicalDeviceGroup& use_physical_device(PhysicalDevice const& physical_device) { in use_physical_device() argument
75 BUILDER_VECTOR(TestICD, PhysicalDeviceGroup, physical_device_groups, physical_device_group);