Home
last modified time | relevance | path

Searched defs:PhysicalDeviceGroup (Results 1 – 1 of 1) sorted by relevance

/third_party/vulkan-loader/tests/framework/icd/
Dphysical_device.h92 struct PhysicalDeviceGroup { struct
93 PhysicalDeviceGroup() {} in PhysicalDeviceGroup() function
94PhysicalDeviceGroup(PhysicalDevice const& physical_device) { physical_device_handles.push_back(&ph… in PhysicalDeviceGroup() argument
95 PhysicalDeviceGroup(std::vector<PhysicalDevice*> const& physical_devices) { in PhysicalDeviceGroup() function
98 PhysicalDeviceGroup& use_physical_device(PhysicalDevice const& physical_device) { in use_physical_device() argument
103 std::vector<PhysicalDevice const*> physical_device_handles;
104 VkBool32 subset_allocation = false;