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.h83 struct PhysicalDeviceGroup { struct
84 PhysicalDeviceGroup() {} in PhysicalDeviceGroup() function
85PhysicalDeviceGroup(PhysicalDevice const& physical_device) { physical_device_handles.push_back(&ph… in PhysicalDeviceGroup() function
86 PhysicalDeviceGroup(std::vector<PhysicalDevice*> const& physical_devices) { in PhysicalDeviceGroup() argument
89 PhysicalDeviceGroup& use_physical_device(PhysicalDevice const& physical_device) { in use_physical_device() argument
94 std::vector<PhysicalDevice const*> physical_device_handles;
95 VkBool32 subset_allocation = false;