genxml: simplify genX_rt_pack.h

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33751>
This commit is contained in:
Lionel Landwerlin
2025-03-05 09:21:26 +02:00
committed by Marge Bot
parent 374d2168ee
commit 02eb26de0a
+2 -20
View File
@@ -28,26 +28,8 @@
# error "The GFX_VERx10 macro must be defined"
#endif
#if (GFX_VERx10 == 40)
/* No RT support for this gfx ver */
#elif (GFX_VERx10 == 45)
/* No RT support for this gfx ver */
#elif (GFX_VERx10 == 50)
/* No RT support for this gfx ver */
#elif (GFX_VERx10 == 60)
/* No RT support for this gfx ver */
#elif (GFX_VERx10 == 70)
/* No RT support for this gfx ver */
#elif (GFX_VERx10 == 75)
/* No RT support for this gfx ver */
#elif (GFX_VERx10 == 80)
/* No RT support for this gfx ver */
#elif (GFX_VERx10 == 90)
/* No RT support for this gfx ver */
#elif (GFX_VERx10 == 110)
/* No RT support for this gfx ver */
#elif (GFX_VERx10 == 120)
/* No RT support for this gfx ver */
#if (GFX_VERx10 < 125)
/* No RT support for those gfx ver */
#elif (GFX_VERx10 == 125)
# include "genxml/gen125_rt_pack.h"
#elif (GFX_VERx10 == 200)