Home
last modified time | relevance | path

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

/third_party/vulkan-loader/tests/framework/icd/
Dphysical_device.h83 struct PhysicalDeviceGroup { struct
84 PhysicalDeviceGroup() {} in PhysicalDeviceGroup() argument
85PhysicalDeviceGroup(PhysicalDevice const& physical_device) { physical_device_handles.push_back(&ph… in PhysicalDeviceGroup() argument
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
Dtest_icd.h75 BUILDER_VECTOR(TestICD, PhysicalDeviceGroup, physical_device_groups, physical_device_group);