From 2443ce2db61599e58808d846fff098e6b2229588 Mon Sep 17 00:00:00 2001 From: Karol Herbst Date: Sun, 20 Apr 2025 16:36:42 +0200 Subject: [PATCH] gallium: remove pipe_binary_program_header MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Acked-by: Mike Blumenkrantz Reviewed-by: Marek Olšák Reviewed-by: Alyssa Rosenzweig Reviewed-by: Mary Guillemard Reviewed-by: Jose Maria Casanova Crespo Part-of: --- src/gallium/include/pipe/p_state.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/gallium/include/pipe/p_state.h b/src/gallium/include/pipe/p_state.h index a1d46ea3157..f0010d8bc56 100644 --- a/src/gallium/include/pipe/p_state.h +++ b/src/gallium/include/pipe/p_state.h @@ -1225,15 +1225,6 @@ struct pipe_ml_subgraph struct pipe_context *context; }; -/** - * Structure used as a header for serialized compute programs. - */ -struct pipe_binary_program_header -{ - uint32_t num_bytes; /**< Number of bytes in the LLVM bytecode program. */ - char blob[]; -}; - struct pipe_compute_state { enum pipe_shader_ir ir_type; /**< IR type contained in prog. */