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:

committed by
Marge Bot

parent
d057cfc8f6
commit
02282fe482
@@ -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
|
||||
|
||||
|
@@ -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,
|
||||
|
Reference in New Issue
Block a user