mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-12 00:20:43 +01:00
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:
parent
d057cfc8f6
commit
02282fe482
2 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue