Lines Matching refs:phys_dev
234 vkGetPhysicalDeviceFormatProperties2(hwctx->phys_dev, fmt[i], &prop); in pixfmt_is_supported()
385 vkEnumerateDeviceExtensionProperties(hwctx->phys_dev, NULL, in check_extensions()
390 vkEnumerateDeviceExtensionProperties(hwctx->phys_dev, NULL, in check_extensions()
674 hwctx->phys_dev = devices[choice]; in find_device()
693 vkGetPhysicalDeviceQueueFamilyProperties(hwctx->phys_dev, &num, NULL); in search_queue_families()
705 vkGetPhysicalDeviceQueueFamilyProperties(hwctx->phys_dev, &num, qs); in search_queue_families()
1048 vkGetPhysicalDeviceFeatures(hwctx->phys_dev, &dev_features); in vulkan_device_create_internal()
1070 ret = vkCreateDevice(hwctx->phys_dev, &dev_info, hwctx->alloc, in vulkan_device_create_internal()
1122 vkGetPhysicalDeviceProperties2(hwctx->phys_dev, &p->props); in vulkan_device_init()
1136 vkGetPhysicalDeviceQueueFamilyProperties(hwctx->phys_dev, &queue_num, NULL); in vulkan_device_init()
1164 vkGetPhysicalDeviceMemoryProperties(hwctx->phys_dev, &p->mprops); in vulkan_device_init()
1688 ret = vkGetPhysicalDeviceImageFormatProperties2(dev_hwctx->phys_dev, in try_export_flags()