Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavutil/
Dhwcontext_vulkan.c1015 VulkanDeviceSelection *dev_select, in vulkan_device_create_internal() argument
1045 if ((err = find_device(ctx, dev_select))) in vulkan_device_create_internal()
1172 VulkanDeviceSelection dev_select = { 0 }; in vulkan_device_create() local
1175 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() local
1207 dev_select.vendor_id = 0x8086; in vulkan_device_derive()
1209 dev_select.vendor_id = 0x1002; in vulkan_device_derive()
[all …]
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
Dmod.rs4601 dev_select: *mut *mut device_selection, in devstat_selectdevs()