Lines Matching defs:dev_select
1307 VulkanDeviceSelection *dev_select,
1355 if ((err = find_device(ctx, dev_select)))
1529 VulkanDeviceSelection dev_select = { 0 };
1532 dev_select.index = strtol(device, &end, 10);
1534 dev_select.index = 0;
1535 dev_select.name = device;
1539 return vulkan_device_create_internal(ctx, &dev_select, opts, flags);
1546 av_unused VulkanDeviceSelection dev_select = { 0 };
1550 * dev_select will mean it'll get picked. */
1564 dev_select.vendor_id = 0x8086;
1566 dev_select.vendor_id = 0x1002;
1568 return vulkan_device_create_internal(ctx, &dev_select, opts, flags);
1582 dev_select.pci_device = drm_dev_info->deviceinfo.pci->device_id;
1586 return vulkan_device_create_internal(ctx, &dev_select, opts, flags);
1596 int ret = CHECK_CU(cu->cuDeviceGetUuid((CUuuid *)&dev_select.uuid,
1603 dev_select.has_uuid = 1;
1605 return vulkan_device_create_internal(ctx, &dev_select, opts, flags);