HomeSort by: relevance | last modified time | path
    Searched defs:instance_handle (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/virtio/vulkan/
vn_instance.c 769 VkInstance instance_handle = vn_instance_to_handle(instance); local
771 vn_call_vkCreateInstance(instance, pCreateInfo, NULL, &instance_handle);
784 *pInstance = instance_handle;
vn_physical_device.c 1169 VkInstance instance_handle = vn_instance_to_handle(instance); local
1174 result = vn_call_vkEnumeratePhysicalDeviceGroups(instance, instance_handle,
1210 result = vn_call_vkEnumeratePhysicalDeviceGroups(instance, instance_handle,

Completed in 49 milliseconds