mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 20:08:06 +02:00
gallium: add pipe_picture_desc::flush_flags
It specifies the flush flags for pipe_video_codec::end_frame. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28771>
This commit is contained in:
parent
b2c0c83be1
commit
893797eb32
1 changed files with 2 additions and 0 deletions
|
|
@ -191,6 +191,8 @@ struct pipe_picture_desc
|
|||
enum pipe_format input_format;
|
||||
bool input_full_range;
|
||||
enum pipe_format output_format;
|
||||
/* Flush flags for pipe_video_codec::end_frame */
|
||||
unsigned flush_flags;
|
||||
/* A fence used on PIPE_VIDEO_ENTRYPOINT_DECODE/PROCESSING to signal job completion */
|
||||
struct pipe_fence_handle **fence;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue