Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavutil/
H A Dhwcontext_vulkan.c1361 #define COPY_FEATURE(DST, NAME) (DST).features.NAME = dev_features.features.NAME; in vulkan_device_create_internal() macro
1362 COPY_FEATURE(hwctx->device_features, shaderImageGatherExtended) in vulkan_device_create_internal()
1363 COPY_FEATURE(hwctx->device_features, shaderStorageImageReadWithoutFormat) in vulkan_device_create_internal()
1364 COPY_FEATURE(hwctx->device_features, shaderStorageImageWriteWithoutFormat) in vulkan_device_create_internal()
1365 COPY_FEATURE(hwctx->device_features, fragmentStoresAndAtomics) in vulkan_device_create_internal()
1366 COPY_FEATURE(hwctx->device_features, vertexPipelineStoresAndAtomics) in vulkan_device_create_internal()
1367 COPY_FEATURE(hwctx->device_features, shaderInt64) in vulkan_device_create_internal()
1368 #undef COPY_FEATURE in vulkan_device_create_internal() macro

Completed in 6 milliseconds