Home
last modified time | relevance | path

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

/third_party/mesa3d/src/virtio/vulkan/
Dvn_physical_device.c1190 struct vn_physical_device_base *temp_objs = in vn_instance_enumerate_physical_device_groups_locked() local
1191 vk_zalloc(alloc, sizeof(*temp_objs) * VK_MAX_DEVICE_GROUP_SIZE * count, in vn_instance_enumerate_physical_device_groups_locked()
1193 if (!temp_objs) { in vn_instance_enumerate_physical_device_groups_locked()
1204 &temp_objs[VK_MAX_DEVICE_GROUP_SIZE * i + j]; in vn_instance_enumerate_physical_device_groups_locked()
1214 vk_free(alloc, temp_objs); in vn_instance_enumerate_physical_device_groups_locked()
1250 vk_free(alloc, temp_objs); in vn_instance_enumerate_physical_device_groups_locked()