radv: move SI_GS_PER_ES to radv_constants.h

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26713>
This commit is contained in:
Samuel Pitoiset
2023-12-15 17:58:54 +01:00
committed by Marge Bot
parent d057cfc8f6
commit 02282fe482
2 changed files with 2 additions and 2 deletions

View File

@@ -80,6 +80,8 @@
#define RING_PS_ATTR 10
#define RING_PS_SAMPLE_POSITIONS 11
#define SI_GS_PER_ES 128
/* max number of descriptor sets */
#define MAX_SETS 32

View File

@@ -1973,8 +1973,6 @@ struct radv_prim_vertex_count {
uint8_t incr;
};
#define SI_GS_PER_ES 128
enum radv_pipeline_type {
RADV_PIPELINE_GRAPHICS,
RADV_PIPELINE_GRAPHICS_LIB,