Searched refs:instance_handle (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/virtio/vulkan/
H A Dvn_instance.c769 VkInstance instance_handle = vn_instance_to_handle(instance); local in function:vn_CreateInstance
771 vn_call_vkCreateInstance(instance, pCreateInfo, NULL, &instance_handle);
784 *pInstance = instance_handle;
H A Dvn_physical_device.c1169 VkInstance instance_handle = vn_instance_to_handle(instance); local in function:vn_instance_enumerate_physical_device_groups_locked
1174 result = vn_call_vkEnumeratePhysicalDeviceGroups(instance, instance_handle,
1210 result = vn_call_vkEnumeratePhysicalDeviceGroups(instance, instance_handle,

Completed in 6 milliseconds