From: Konstantin Seurer Date: Sun, 9 Apr 2023 09:33:54 +0000 (+0200) Subject: aco: Remove is_gs_copy_shader X-Git-Tag: upstream/23.3.3~10199 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b4bae8a2c067a2cc4a4d23b1ffab08015294a8f5;p=platform%2Fupstream%2Fmesa.git aco: Remove is_gs_copy_shader Reviewed-by: Timur Kristóf Part-of: --- diff --git a/src/amd/compiler/aco_shader_info.h b/src/amd/compiler/aco_shader_info.h index 7b92213..d4c9a60 100644 --- a/src/amd/compiler/aco_shader_info.h +++ b/src/amd/compiler/aco_shader_info.h @@ -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; };