radeonsi: remove GFX9_MERGED_NUM_USER_SGPR definition
Reviewed-by: Mihai Preda <mhpreda@gmail.com> Reviewed-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16509>
This commit is contained in:
@@ -199,13 +199,8 @@ enum
|
||||
GFX6_SGPR_TCS_IN_LAYOUT,
|
||||
GFX6_TCS_NUM_USER_SGPR,
|
||||
|
||||
/* GFX9: Merged shaders. */
|
||||
/* 2ND_CONST_AND_SHADER_BUFFERS is set in USER_DATA_ADDR_LO/PGM_LO (SGPR0). */
|
||||
/* 2ND_SAMPLERS_AND_IMAGES is set in USER_DATA_ADDR_HI/PGM_HI (SGPR1). */
|
||||
GFX9_MERGED_NUM_USER_SGPR = SI_VS_NUM_USER_SGPR,
|
||||
|
||||
/* GFX9: Merged LS-HS (VS-TCS) only. */
|
||||
GFX9_SGPR_TCS_OFFCHIP_LAYOUT = GFX9_MERGED_NUM_USER_SGPR,
|
||||
GFX9_SGPR_TCS_OFFCHIP_LAYOUT = SI_VS_NUM_USER_SGPR,
|
||||
GFX9_SGPR_TCS_OUT_OFFSETS,
|
||||
GFX9_SGPR_TCS_OUT_LAYOUT,
|
||||
GFX9_TCS_NUM_USER_SGPR,
|
||||
|
||||
Reference in New Issue
Block a user