From: Nicolai Hähnle Date: Wed, 23 May 2018 19:52:26 +0000 (+0200) Subject: amd/common: clarify ac_shader_binary::lds_size X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c129cb38613be79198ff57987d5b419f8b04973d;p=mesa.git amd/common: clarify ac_shader_binary::lds_size Reviewed-by: Marek Olšák --- diff --git a/src/amd/common/ac_binary.h b/src/amd/common/ac_binary.h index febc4da7fed..8f594a9ce75 100644 --- a/src/amd/common/ac_binary.h +++ b/src/amd/common/ac_binary.h @@ -75,7 +75,7 @@ struct ac_shader_config { unsigned num_vgprs; unsigned spilled_sgprs; unsigned spilled_vgprs; - unsigned lds_size; + unsigned lds_size; /* in HW allocation units; i.e 256 bytes on SI, 512 bytes on CI+ */ unsigned spi_ps_input_ena; unsigned spi_ps_input_addr; unsigned float_mode;