gallium: remove pipe_binary_program_header

Acked-by: Mike Blumenkrantz <michael.blumenkrantz@gmail.com>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Reviewed-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Reviewed-by: Mary Guillemard <mary.guillemard@collabora.com>
Reviewed-by: Jose Maria Casanova Crespo <jmcasanova@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34623>
This commit is contained in:
Karol Herbst 2025-04-20 16:36:42 +02:00
parent c93d80ba98
commit 2443ce2db6

View file

@ -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. */