gallium: add AMD-specific compute TGSI enums
[mesa.git] / src / gallium / include / pipe / p_shader_tokens.h
index 0c5ee580fb0b0c7958e965930cfc08d267b43ff7..bff3b78ab24f56752dae2b2f3ba7030a71359075 100644 (file)
@@ -208,6 +208,7 @@ enum tgsi_semantic {
    TGSI_SEMANTIC_SUBGROUP_GT_MASK,
    TGSI_SEMANTIC_SUBGROUP_LE_MASK,
    TGSI_SEMANTIC_SUBGROUP_LT_MASK,
+   TGSI_SEMANTIC_CS_USER_DATA_AMD,
    TGSI_SEMANTIC_COUNT,       /**< number of semantic values */
 };
 
@@ -302,6 +303,7 @@ enum tgsi_property_name {
    TGSI_PROPERTY_CS_FIXED_BLOCK_DEPTH,
    TGSI_PROPERTY_MUL_ZERO_WINS,
    TGSI_PROPERTY_VS_BLIT_SGPRS_AMD,
+   TGSI_PROPERTY_CS_USER_DATA_COMPONENTS_AMD,
    TGSI_PROPERTY_COUNT,
 };