Searched refs:physicalDevices (Results 1 - 17 of 17) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/vulkan/overlay-layer/
H A Doverlay.cpp345 VkPhysicalDevice *physicalDevices = (VkPhysicalDevice *) malloc(sizeof(VkPhysicalDevice) * physicalDeviceCount); local in function:instance_data_map_physical_devices
348 physicalDevices);
352 map_object(HKEY(physicalDevices[i]), instance_data);
354 unmap_object(HKEY(physicalDevices[i]));
357 free(physicalDevices);
/xsrc/external/mit/MesaLib/dist/src/vulkan/device-select-layer/
H A Ddevice_select_layer.c515 VkPhysicalDevice physical_device = physical_device_groups[i].physicalDevices[j];
/xsrc/external/mit/MesaLib/dist/src/vulkan/overlay-layer/
H A Doverlay.cpp354 VkPhysicalDevice *physicalDevices = (VkPhysicalDevice *) malloc(sizeof(VkPhysicalDevice) * physicalDeviceCount); local in function:instance_data_map_physical_devices
357 physicalDevices);
361 map_object(HKEY(physicalDevices[i]), instance_data);
363 unmap_object(HKEY(physicalDevices[i]));
366 free(physicalDevices);
/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
H A Dv3dv_device.c980 memset(p->physicalDevices, 0, sizeof(p->physicalDevices));
981 p->physicalDevices[0] =
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/
H A Dlvp_device.c364 memset(p->physicalDevices, 0, sizeof(p->physicalDevices));
365 p->physicalDevices[0] = lvp_physical_device_to_handle(&instance->physicalDevice);
/xsrc/external/mit/MesaLib/dist/src/virtio/vulkan/
H A Dvn_physical_device.c1185 /* VkPhysicalDeviceGroupProperties::physicalDevices is treated as an input
1206 group->physicalDevices[j] = (VkPhysicalDevice)temp_obj;
1218 /* fix VkPhysicalDeviceGroupProperties::physicalDevices to point to
1228 (struct vn_physical_device_base *)group->physicalDevices[j];
1234 group->physicalDevices[group_physical_dev_count++] =
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_device.c633 radv_physical_device_finish(instance->physicalDevices + i);
672 result = radv_physical_device_init(instance->physicalDevices +
707 pPhysicalDevices[i] = radv_physical_device_to_handle(instance->physicalDevices + i);
735 pPhysicalDeviceGroupProperties[i].physicalDevices[0] = radv_physical_device_to_handle(instance->physicalDevices + i);
H A Dradv_private.h335 struct radv_physical_device physicalDevices[RADV_MAX_DRM_DEVICES]; member in struct:radv_instance
/xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
H A Dpanvk_device.c441 p->physicalDevices[0] =
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_device.c916 memset(p->physicalDevices, 0, sizeof(p->physicalDevices));
917 p->physicalDevices[0] =
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_device.c1237 memset(p->physicalDevices, 0, sizeof(p->physicalDevices));
1238 p->physicalDevices[0] = anv_physical_device_to_handle(pdevice);
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
H A Dtu_device.c547 p->physicalDevices[0] =
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_device.c458 p->physicalDevices[0] =
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_device.c1126 memset(p->physicalDevices, 0, sizeof(p->physicalDevices));
1127 p->physicalDevices[0] = radv_physical_device_to_handle(pdevice);
/xsrc/external/mit/MesaLib/dist/src/virtio/venus-protocol/
H A Dvn_protocol_driver_device.h10570 size += vn_sizeof_VkPhysicalDevice(&val->physicalDevices[i]);
10603 vn_decode_VkPhysicalDevice(dec, &val->physicalDevices[i]);
10635 size += vn_sizeof_VkPhysicalDevice(&val->physicalDevices[i]);
10666 vn_encode_VkPhysicalDevice(enc, &val->physicalDevices[i]);
/xsrc/external/mit/MesaLib.old/dist/include/vulkan/
H A Dvulkan_core.h4162 VkPhysicalDevice physicalDevices[VK_MAX_DEVICE_GROUP_SIZE]; member in struct:VkPhysicalDeviceGroupProperties
/xsrc/external/mit/MesaLib/dist/include/vulkan/
H A Dvulkan_core.h4724 VkPhysicalDevice physicalDevices[VK_MAX_DEVICE_GROUP_SIZE]; member in struct:VkPhysicalDeviceGroupProperties

Completed in 206 milliseconds