Home
last modified time | relevance | path

Searched refs:dev_features (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavutil/
H A Dhwcontext_vulkan.c1333 VkPhysicalDeviceFeatures2 dev_features = { in vulkan_device_create_internal() local
1358 vk->GetPhysicalDeviceFeatures2(hwctx->phys_dev, &dev_features); in vulkan_device_create_internal()
1361 #define COPY_FEATURE(DST, NAME) (DST).features.NAME = dev_features.features.NAME; in vulkan_device_create_internal()

Completed in 7 milliseconds