Go to the documentation of this file.
51 void *spv_opaque =
NULL;
59 spv = ff_vk_spirv_init();
69 VK_SHADER_STAGE_COMPUTE_BIT,
76 .name =
"input_image",
77 .type = VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER,
80 .stages = VK_SHADER_STAGE_COMPUTE_BIT,
84 .name =
"output_image",
85 .type = VK_DESCRIPTOR_TYPE_STORAGE_IMAGE,
87 .mem_quali =
"writeonly",
90 .stages = VK_SHADER_STAGE_COMPUTE_BIT,
99 GLSLC(1,
const ivec2
pos = ivec2(gl_GlobalInvocationID.xy); );
113 GLSLF(2, vec4 res = texture(input_image[%
i], ivec2(
size.xy -
pos.xy));,
i);
116 GLSLF(2, vec4 res = texture(input_image[%
i],
pos); ,
i);
119 GLSLF(2, imageStore(output_image[%
i],
pos, res); ,
i);
178 s->sampler,
NULL, 0));
231 .
name =
"hflip_vulkan",
239 .priv_class = &hflip_vulkan_class,
259 .
name =
"vflip_vulkan",
267 .priv_class = &vflip_vulkan_class,
287 .
name =
"flip_vulkan",
295 .priv_class = &flip_vulkan_class,
AVFrame * ff_get_video_buffer(AVFilterLink *link, int w, int h)
Request a picture buffer with a specific set of permissions.
Filter the word “frame” indicates either a video frame or a group of audio as stored in an AVFrame structure Format for each input and each output the list of supported formats For video that means pixel format For audio that means channel sample they are references to shared objects When the negotiation mechanism computes the intersection of the formats supported at each end of a all references to both lists are replaced with a reference to the intersection And when a single format is eventually chosen for a link amongst the remaining all references to the list are updated That means that if a filter requires that its input and output have the same format amongst a supported all it has to do is use a reference to the same list of formats query_formats can leave some formats unset and return AVERROR(EAGAIN) to cause the negotiation mechanism toagain later. That can be used by filters with complex requirements to use the format negotiated on one link to set the formats supported on another. Frame references ownership and permissions
void ff_vk_shader_free(FFVulkanContext *s, FFVulkanShader *shd)
Free a shader.
int ff_vk_shader_init(FFVulkanContext *s, FFVulkanShader *shd, const char *name, VkPipelineStageFlags stage, const char *extensions[], int nb_extensions, int lg_x, int lg_y, int lg_z, uint32_t required_subgroup_size)
Initialize a shader object, with a specific set of extensions, type+bind, local group size,...
int ff_filter_frame(AVFilterLink *link, AVFrame *frame)
Send a frame of data to the next filter.
int ff_vk_filter_process_simple(FFVulkanContext *vkctx, FFVkExecPool *e, FFVulkanShader *shd, AVFrame *out_f, AVFrame *in_f, VkSampler sampler, void *push_src, size_t push_size)
Submit a compute shader with a zero/one input and single out for execution.
int ff_vk_qf_init(FFVulkanContext *s, FFVkQueueFamilyCtx *qf, VkQueueFlagBits dev_family)
Chooses a QF and loads it into a context.
static int flip_vulkan_filter_frame(AVFilterLink *link, AVFrame *in)
void av_frame_free(AVFrame **frame)
Free the frame and any dynamically allocated objects in it, e.g.
#define FILTER_INPUTS(array)
This structure describes decoded (raw) audio or video data.
int ff_vk_filter_init(AVFilterContext *avctx)
General lavfi IO functions.
void ff_vk_uninit(FFVulkanContext *s)
Frees main context.
void(* uninit)(struct FFVkSPIRVCompiler **ctx)
const char * name
Filter name.
A link between two filters.
@ AV_PIX_FMT_VULKAN
Vulkan hardware images.
const AVFilter ff_vf_vflip_vulkan
int av_pix_fmt_count_planes(enum AVPixelFormat pix_fmt)
static const AVOption vflip_vulkan_options[]
const VkAllocationCallbacks * alloc
Custom memory allocator, else NULL.
void * priv
private data for use by the filter
int ff_vk_shader_register_exec(FFVulkanContext *s, FFVkExecPool *pool, FFVulkanShader *shd)
Register a shader with an exec pool.
it s the only field you need to keep assuming you have a context There is some magic you don t need to care about around this just let it vf type
int ff_vk_shader_add_descriptor_set(FFVulkanContext *s, FFVulkanShader *shd, FFVulkanDescriptorSetBinding *desc, int nb, int singular, int print_to_shader_only)
Add descriptor to a shader.
A filter pad used for either input or output.
#define AV_LOG_ERROR
Something went wrong and cannot losslessly be recovered.
const AVFilter ff_vf_hflip_vulkan
static const AVFilterPad vflip_vulkan_inputs[]
void ff_vk_exec_pool_free(FFVulkanContext *s, FFVkExecPool *pool)
#define FILTER_OUTPUTS(array)
static const AVFilterPad hflip_vulkan_inputs[]
Filter the word “frame” indicates either a video frame or a group of audio as stored in an AVFrame structure Format for each input and each output the list of supported formats For video that means pixel format For audio that means channel sample they are references to shared objects When the negotiation mechanism computes the intersection of the formats supported at each end of a link
static const struct @465 planes[]
const char * ff_vk_shader_rep_fmt(enum AVPixelFormat pix_fmt, enum FFVkShaderRepFormat rep_fmt)
int av_frame_copy_props(AVFrame *dst, const AVFrame *src)
Copy only "metadata" fields from src to dst.
static av_cold int init_filter(AVFilterContext *ctx, AVFrame *in, enum FlipType type)
int ff_vk_filter_config_output(AVFilterLink *outlink)
static int filter_frame(AVFilterLink *link, AVFrame *in, enum FlipType type)
int ff_vk_exec_pool_init(FFVulkanContext *s, FFVkQueueFamilyCtx *qf, FFVkExecPool *pool, int nb_contexts, int nb_queries, VkQueryType query_type, int query_64bit, const void *query_create_pnext)
Allocates/frees an execution pool.
#define FF_FILTER_FLAG_HWFRAME_AWARE
The filter is aware of hardware frames, and any hardware frame context should not be automatically pr...
AVFILTER_DEFINE_CLASS(hflip_vulkan)
int(* init)(AVBSFContext *ctx)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
#define AVFILTER_FLAG_HWDEVICE
The filter can create hardware frames using AVFilterContext.hw_device_ctx.
static const AVFilterPad flip_vulkan_inputs[]
int(* compile_shader)(FFVulkanContext *s, struct FFVkSPIRVCompiler *ctx, FFVulkanShader *shd, uint8_t **data, size_t *size, const char *entrypoint, void **opaque)
#define AVERROR_EXTERNAL
Generic error in an external library.
static int hflip_vulkan_filter_frame(AVFilterLink *link, AVFrame *in)
static av_cold void flip_vulkan_uninit(AVFilterContext *avctx)
static void uninit(AVBSFContext *ctx)
static int vflip_vulkan_filter_frame(AVFilterLink *link, AVFrame *in)
#define i(width, name, range_min, range_max)
int w
agreed upon image width
static const AVOption hflip_vulkan_options[]
int ff_vk_shader_link(FFVulkanContext *s, FFVulkanShader *shd, uint8_t *spirv, size_t spirv_len, const char *entrypoint)
Link a shader into an executable.
const AVFilter ff_vf_flip_vulkan
const char * name
Pad name.
static const AVFilterPad flip_vulkan_outputs[]
void(* free_shader)(struct FFVkSPIRVCompiler *ctx, void **opaque)
int h
agreed upon image height
int ff_vk_filter_config_input(AVFilterLink *inlink)
AVVulkanDeviceContext * hwctx
VkDevice act_dev
Active device.
int ff_vk_init_sampler(FFVulkanContext *s, VkSampler *sampler, int unnorm_coords, VkFilter filt)
Create a sampler.
#define FILTER_SINGLE_PIXFMT(pix_fmt_)
static const AVOption flip_vulkan_options[]