Searched defs:physical_devices (Results 1 – 10 of 10) sorted by relevance
21 struct vkr_physical_device **physical_devices; member
57 VkPhysicalDevice physical_devices[VKR_ALLOCATOR_MAX_DEVICE_COUNT]; member
115 …VkPhysicalDevice *physical_devices = (VkPhysicalDevice *)malloc(sizeof(physical_devices[0]) * phys… in CreateInstance() local
117 std::vector<string> physical_devices; in CreateGPUDevices() local
416 …VkPhysicalDevice *physical_devices = (VkPhysicalDevice*)calloc(sizeof(VkPhysicalDevice), physical… in device_select_EnumeratePhysicalDevices() local
895 std::vector<VkPhysicalDevice> physical_devices; in ChooseVulkanPhysicalDevice() local
237 struct tu_physical_device physical_devices[TU_MAX_DRM_DEVICES]; member
1166 struct list_head physical_devices; member
352 struct list_head physical_devices; member
17457 pub physical_devices: [PhysicalDevice; MAX_DEVICE_GROUP_SIZE], field17500 pub fn physical_devices( in physical_devices() method18491 pub fn physical_devices(mut self, physical_devices: &'a [PhysicalDevice]) -> Self { in physical_devices() method