unsigned Extended : 1; /* BOOL */
};
-/*
+/**
+ * Extra src register modifiers
+ *
* If Complement is TRUE, the source register is modified by subtracting it
* from 1.0.
*
unsigned Extended : 1; /* BOOL */
};
-/*
+/**
+ * Extra destination register modifiers
+ *
* If tgsi_dst_register_ext::Type is TGSI_DST_REGISTER_EXT_TYPE_CONDCODE,
* it should be cast to tgsi_dst_register_ext_condcode.
*
* If tgsi_dst_register_ext::Extended is TRUE, another tgsi_dst_register_ext
* follows.
*/
-
struct tgsi_dst_register_ext_concode
{
unsigned Type : 4; /* TGSI_DST_REGISTER_EXT_TYPE_CONDCODE */