From b4bae8a2c067a2cc4a4d23b1ffab08015294a8f5 Mon Sep 17 00:00:00 2001 From: Konstantin Seurer Date: Sun, 9 Apr 2023 11:33:54 +0200 Subject: [PATCH] aco: Remove is_gs_copy_shader MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: Timur Kristóf Part-of: --- src/amd/compiler/aco_shader_info.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/amd/compiler/aco_shader_info.h b/src/amd/compiler/aco_shader_info.h index 7b92213ec4e..d4c9a60fb3b 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; };