Searched defs:PhysicalDeviceGroup (Results 1 – 1 of 1) sorted by relevance
92 struct PhysicalDeviceGroup { struct93 PhysicalDeviceGroup() {} in PhysicalDeviceGroup() function94 …PhysicalDeviceGroup(PhysicalDevice const& physical_device) { physical_device_handles.push_back(&ph… in PhysicalDeviceGroup() argument95 PhysicalDeviceGroup(std::vector<PhysicalDevice*> const& physical_devices) { in PhysicalDeviceGroup() function98 PhysicalDeviceGroup& use_physical_device(PhysicalDevice const& physical_device) { in use_physical_device() argument103 std::vector<PhysicalDevice const*> physical_device_handles;104 VkBool32 subset_allocation = false;