Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
Dvulkan.c90 VkMemoryPropertyFlagBits req_flags, void *alloc_extension, in vk_alloc_mem() argument
108 if (req_flags & VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT) in vk_alloc_mem()
121 if ((mprops.memoryTypes[i].propertyFlags & req_flags) != req_flags) in vk_alloc_mem()
131 req_flags); in vk_alloc_mem()
/third_party/ffmpeg/libavutil/
Dopt.h384 int av_opt_show2(void *obj, void *av_log_obj, int req_flags, int rej_flags);
Dopt.c1146 int req_flags, int rej_flags, enum AVOptionType parent_type) in opt_list() argument
1153 if (!(opt->flags & req_flags) || (opt->flags & rej_flags)) in opt_list()
1342 opt_list(obj, av_log_obj, opt->unit, req_flags, rej_flags, opt->type); in opt_list()
1346 int av_opt_show2(void *obj, void *av_log_obj, int req_flags, int rej_flags) in av_opt_show2() argument
1353 opt_list(obj, av_log_obj, NULL, req_flags, rej_flags, -1); in av_opt_show2()
Dhwcontext_vulkan.c1304 VkMemoryPropertyFlagBits req_flags, const void *alloc_extension, in alloc_mem() argument
1327 if ((type->propertyFlags & req_flags) != req_flags) in alloc_mem()
1341 req_flags); in alloc_mem()
/third_party/mesa3d/src/vulkan/wsi/
Dwsi_common_private.h160 VkMemoryPropertyFlags req_flags,
/third_party/ffmpeg/fftools/
Dcmdutils.h201 void show_help_options(const OptionDef *options, const char *msg, int req_flags,
Dcmdutils.c174 void show_help_options(const OptionDef *options, const char *msg, int req_flags, in show_help_options() argument
184 if (((po->flags & req_flags) != req_flags) || in show_help_options()