gallium: add AMD-specific compute TGSI enums
[mesa.git] / src / gallium / auxiliary / tgsi / tgsi_strings.c
index b997b53fa6e79f387f9c3916234d36a4e1db5813..558c33e5f89c01aaf1f23d6d64facf4a440d32e2 100644 (file)
@@ -108,6 +108,7 @@ const char *tgsi_semantic_names[TGSI_SEMANTIC_COUNT] =
    "SUBGROUP_GT_MASK",
    "SUBGROUP_LE_MASK",
    "SUBGROUP_LT_MASK",
    "SUBGROUP_GT_MASK",
    "SUBGROUP_LE_MASK",
    "SUBGROUP_LT_MASK",
+   "CS_USER_DATA_AMD",
 };
 
 const char *tgsi_texture_names[TGSI_TEXTURE_COUNT] =
 };
 
 const char *tgsi_texture_names[TGSI_TEXTURE_COUNT] =
@@ -160,6 +161,7 @@ const char *tgsi_property_names[TGSI_PROPERTY_COUNT] =
    "CS_FIXED_BLOCK_DEPTH",
    "MUL_ZERO_WINS",
    "VS_BLIT_SGPRS_AMD",
    "CS_FIXED_BLOCK_DEPTH",
    "MUL_ZERO_WINS",
    "VS_BLIT_SGPRS_AMD",
+   "CS_USER_DATA_COMPONENTS_AMD",
 };
 
 const char *tgsi_return_type_names[TGSI_RETURN_TYPE_COUNT] =
 };
 
 const char *tgsi_return_type_names[TGSI_RETURN_TYPE_COUNT] =