From f8145fe691833421bfe53d0516030e9e3fc9d21f Mon Sep 17 00:00:00 2001 From: Sil Vilerino Date: Thu, 29 Aug 2024 09:37:48 -0400 Subject: [PATCH] pipe: Add PIPE_BIND_VIDEO_DECODE_DPB/PIPE_BIND_VIDEO_ENCODE_DPB Reviewed-by: Jesse Natalie Part-of: --- src/gallium/include/pipe/p_defines.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gallium/include/pipe/p_defines.h b/src/gallium/include/pipe/p_defines.h index 614d598f886..1d93f5b20fa 100644 --- a/src/gallium/include/pipe/p_defines.h +++ b/src/gallium/include/pipe/p_defines.h @@ -464,6 +464,8 @@ enum pipe_flush_flags #define PIPE_BIND_COMPUTE_RESOURCE (1 << 16) /* set_compute_resources */ #define PIPE_BIND_COMMAND_ARGS_BUFFER (1 << 17) /* pipe_draw_info.indirect */ #define PIPE_BIND_QUERY_BUFFER (1 << 18) /* get_query_result_resource */ +#define PIPE_BIND_VIDEO_DECODE_DPB (1 << 19) /* video engine DPB decode reconstructed picture */ +#define PIPE_BIND_VIDEO_ENCODE_DPB (1 << 20) /* video engine DPB encode reconstructed picture */ /** * The first two flags above were previously part of the amorphous