mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 09:28:07 +02:00
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:
parent
c93d80ba98
commit
2443ce2db6
1 changed files with 0 additions and 9 deletions
|
|
@ -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. */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue