mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-28 08:10:09 +01:00
amd/common: remove unnecessary user_sgpr_count
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
This commit is contained in:
parent
0f8290dd32
commit
6edf1fcdf5
1 changed files with 0 additions and 2 deletions
|
|
@ -252,7 +252,6 @@ struct arg_info {
|
|||
LLVMValueRef *assign[MAX_ARGS];
|
||||
unsigned array_params_mask;
|
||||
uint8_t count;
|
||||
uint8_t user_sgpr_count;
|
||||
uint8_t sgpr_count;
|
||||
uint8_t num_user_sgprs_used;
|
||||
uint8_t num_sgprs_used;
|
||||
|
|
@ -285,7 +284,6 @@ add_user_sgpr_argument(struct arg_info *info,
|
|||
{
|
||||
add_sgpr_argument(info, type, param_ptr);
|
||||
info->num_user_sgprs_used += ac_get_type_size(type) / 4;
|
||||
info->user_sgpr_count++;
|
||||
}
|
||||
|
||||
static inline void
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue