Searched refs:physicalDevices (Results 1 – 4 of 4) sorted by relevance
239 std::vector<VkPhysicalDevice> physicalDevices; member1310 if (info.physicalDevices.empty()) { in on_vkEnumeratePhysicalDevices()1324 info.physicalDevices.resize(hostPhysicalDeviceCount); in on_vkEnumeratePhysicalDevices()1328 instance, &hostPhysicalDeviceCount, info.physicalDevices.data()); in on_vkEnumeratePhysicalDevices()1355 *pPhysicalDeviceCount = (uint32_t)info.physicalDevices.size(); in on_vkEnumeratePhysicalDevices()1358 uint32_t actualDeviceCount = (uint32_t)info.physicalDevices.size(); in on_vkEnumeratePhysicalDevices()1362 pPhysicalDevices[i] = info.physicalDevices[i]; in on_vkEnumeratePhysicalDevices()
2186 …memcpy(to->physicalDevices, from->physicalDevices, VK_MAX_DEVICE_GROUP_SIZE * sizeof(VkPhysicalDev… in deepcopy_VkPhysicalDeviceGroupProperties()
1656 …handlemap->mapHandles_VkPhysicalDevice((VkPhysicalDevice*)toMap->physicalDevices, VK_MAX_DEVICE_GR… in handlemap_VkPhysicalDeviceGroupProperties()
4202 …vkStream->write((VkPhysicalDevice*)forMarshaling->physicalDevices, VK_MAX_DEVICE_GROUP_SIZE * size… in marshal_VkPhysicalDeviceGroupProperties()4213 …vkStream->read((VkPhysicalDevice*)forUnmarshaling->physicalDevices, VK_MAX_DEVICE_GROUP_SIZE * siz… in unmarshal_VkPhysicalDeviceGroupProperties()