Lines Matching defs:ectx
1905 static int prepare_frame(AVHWFramesContext *hwfc, VulkanExecCtx *ectx,
1969 if ((err = wait_start_exec_ctx(hwfc, ectx)))
1992 vk->CmdPipelineBarrier(get_buf_exec_ctx(hwfc, ectx),
1997 return submit_exec_ctx(hwfc, ectx, &s_info, frame, 0);
3702 VulkanExecCtx *ectx = to_buf ? &fp->download_ctx : &fp->upload_ctx;
3703 VkCommandBuffer cmd_buf = get_buf_exec_ctx(hwfc, ectx);
3728 if ((err = wait_start_exec_ctx(hwfc, ectx)))
3803 if ((err = add_buf_dep_exec_ctx(hwfc, ectx, &f->buf[ref], 1)))
3806 if (ref && (err = add_buf_dep_exec_ctx(hwfc, ectx, bufs, planes)))
3808 return submit_exec_ctx(hwfc, ectx, &s_info, frame, !ref);
3810 return submit_exec_ctx(hwfc, ectx, &s_info, frame, 1);