aco: Remove is_gs_copy_shader
authorKonstantin Seurer <konstantin.seurer@gmail.com>
Sun, 9 Apr 2023 09:33:54 +0000 (11:33 +0200)
committerMarge Bot <emma+marge@anholt.net>
Tue, 11 Apr 2023 06:24:17 +0000 (06:24 +0000)
Reviewed-by: Timur Kristóf <timur.kristof@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22382>

src/amd/compiler/aco_shader_info.h

index 7b92213..d4c9a60 100644 (file)
@@ -106,7 +106,6 @@ struct aco_shader_info {
 
    uint32_t gfx9_gs_ring_lds_size;
 
-   bool is_gs_copy_shader;
    bool is_trap_handler_shader;
 };