Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
H A Dvf_overlay_vulkan.c232 AVFrame *main_f, AVFrame *overlay_f) in process_frames()
242 AVVkFrame *main = (AVVkFrame *)main_f->data[0]; in process_frames()
245 AVHWFramesContext *main_fc = (AVHWFramesContext*)main_f->hw_frames_ctx->data; in process_frames()
342 ff_vk_add_exec_dep(vkctx, s->exec, main_f, VK_PIPELINE_STAGE_TOP_OF_PIPE_BIT); in process_frames()
231 process_frames(AVFilterContext *avctx, AVFrame *out_f, AVFrame *main_f, AVFrame *overlay_f) process_frames() argument
/third_party/mesa3d/src/mesa/main/
H A Dff_fragment_shader.cpp1081 ir_function *main_f = new(p.mem_ctx) ir_function("main"); in create_new_program() local
1082 p.emit(main_f); in create_new_program()
1083 state->symbols->add_function(main_f); in create_new_program()
1088 main_f->add_signature(main_sig); in create_new_program()

Completed in 3 milliseconds