Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavutil/
Dhwcontext_vulkan.c1023 VkPhysicalDeviceFeatures dev_features = { 0 }; in vulkan_device_create_internal() local
1048 vkGetPhysicalDeviceFeatures(hwctx->phys_dev, &dev_features); in vulkan_device_create_internal()
1049 #define COPY_FEATURE(DST, NAME) (DST).features.NAME = dev_features.NAME; in vulkan_device_create_internal()