Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavutil/
H A Dhwcontext_vulkan.c107 int contiguous_planes; member
1412 opt_d = av_dict_get(opts, "contiguous_planes", NULL, 0); in vulkan_device_create_internal()
1414 p->contiguous_planes = strtol(opt_d->value, NULL, 10); in vulkan_device_create_internal()
1416 p->contiguous_planes = -1; in vulkan_device_create_internal()
2284 if (p->contiguous_planes == 1 || in vulkan_frames_init()
2285 ((p->contiguous_planes == -1) && p->dev_is_intel)) in vulkan_frames_init()

Completed in 7 milliseconds