Searched refs:dev_select (Results 1 – 2 of 2) sorted by relevance
1015 VulkanDeviceSelection *dev_select, in vulkan_device_create_internal() argument1045 if ((err = find_device(ctx, dev_select))) in vulkan_device_create_internal()1172 VulkanDeviceSelection dev_select = { 0 }; in vulkan_device_create() local1175 dev_select.index = strtol(device, &end, 10); in vulkan_device_create()1177 dev_select.index = 0; in vulkan_device_create()1178 dev_select.name = device; in vulkan_device_create()1182 return vulkan_device_create_internal(ctx, &dev_select, opts, flags); in vulkan_device_create()1189 av_unused VulkanDeviceSelection dev_select = { 0 }; in vulkan_device_derive() local1207 dev_select.vendor_id = 0x8086; in vulkan_device_derive()1209 dev_select.vendor_id = 0x1002; in vulkan_device_derive()[all …]
4601 dev_select: *mut *mut device_selection, in devstat_selectdevs()