gallium: add TGSI_PROPERTY_VS_BLIT_SGPRS_AMD for tgsi_to_nir
[mesa.git] / src / gallium / drivers / radeonsi / si_shader.h
index 3ce3d4e824a280f083ba005b10f150ecc859b9dc..c942bd20ee7e8fee95db91b536a2c4a8866cc7ee 100644 (file)
@@ -273,9 +273,6 @@ enum {
        /* The number of used user data dwords in the range [1, 4]. */
        TGSI_PROPERTY_CS_USER_DATA_DWORDS = TGSI_PROPERTY_FS_COORD_PIXEL_CENTER,
 
-       /* Use a property enum that VS wouldn't use. */
-       TGSI_PROPERTY_VS_BLIT_SGPRS = TGSI_PROPERTY_FS_COORD_ORIGIN,
-
        /* These represent the number of SGPRs the shader uses. */
        SI_VS_BLIT_SGPRS_POS = 3,
        SI_VS_BLIT_SGPRS_POS_COLOR = 7,