pipe/video: Add PIPE_VIDEO_ENTRYPOINT_PROCESSING

Reviewed-by: Boyuan Zhang <Boyuan.Zhang@amd.com>
Reviewed-by: Jesse Natalie <jenatali@microsoft.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17557>
This commit is contained in:
Sil Vilerino 2022-07-21 12:36:15 -04:00 committed by Marge Bot
parent 6bf8798ecb
commit f5ab2ffd4e
1 changed files with 2 additions and 1 deletions

View File

@ -138,7 +138,8 @@ enum pipe_video_entrypoint
PIPE_VIDEO_ENTRYPOINT_BITSTREAM,
PIPE_VIDEO_ENTRYPOINT_IDCT,
PIPE_VIDEO_ENTRYPOINT_MC,
PIPE_VIDEO_ENTRYPOINT_ENCODE
PIPE_VIDEO_ENTRYPOINT_ENCODE,
PIPE_VIDEO_ENTRYPOINT_PROCESSING,
};
#if defined(__cplusplus)