mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 11:48:06 +02:00
radv: remove unused forwarded declarations of pipeline layout
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36792>
This commit is contained in:
parent
282186d4aa
commit
ce83800262
3 changed files with 0 additions and 3 deletions
|
|
@ -18,7 +18,6 @@ extern "C" {
|
|||
|
||||
typedef struct nir_shader nir_shader;
|
||||
struct radeon_info;
|
||||
struct radv_pipeline_layout;
|
||||
struct radv_shader_stage;
|
||||
struct radv_shader_info;
|
||||
struct radv_shader_args;
|
||||
|
|
|
|||
|
|
@ -18,7 +18,6 @@
|
|||
struct radv_device;
|
||||
struct radv_graphics_state_key;
|
||||
struct radv_pipeline;
|
||||
struct radv_pipeline_layout;
|
||||
struct radv_ray_tracing_group;
|
||||
struct radv_ray_tracing_pipeline;
|
||||
struct radv_graphics_pipeline;
|
||||
|
|
|
|||
|
|
@ -513,7 +513,6 @@ struct radv_shader_dma_submission {
|
|||
uint64_t seq;
|
||||
};
|
||||
|
||||
struct radv_pipeline_layout;
|
||||
struct radv_shader_stage;
|
||||
|
||||
void radv_optimize_nir(struct nir_shader *shader, bool optimize_conservatively);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue