mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 06:48:06 +02:00
comments
This commit is contained in:
parent
0d9bcdbeb1
commit
88e12872fa
1 changed files with 6 additions and 3 deletions
|
|
@ -1349,7 +1349,9 @@ struct tgsi_src_register_ext_swz
|
||||||
unsigned Extended : 1; /* BOOL */
|
unsigned Extended : 1; /* BOOL */
|
||||||
};
|
};
|
||||||
|
|
||||||
/*
|
/**
|
||||||
|
* Extra src register modifiers
|
||||||
|
*
|
||||||
* If Complement is TRUE, the source register is modified by subtracting it
|
* If Complement is TRUE, the source register is modified by subtracting it
|
||||||
* from 1.0.
|
* from 1.0.
|
||||||
*
|
*
|
||||||
|
|
@ -1411,7 +1413,9 @@ struct tgsi_dst_register_ext
|
||||||
unsigned Extended : 1; /* BOOL */
|
unsigned Extended : 1; /* BOOL */
|
||||||
};
|
};
|
||||||
|
|
||||||
/*
|
/**
|
||||||
|
* Extra destination register modifiers
|
||||||
|
*
|
||||||
* If tgsi_dst_register_ext::Type is TGSI_DST_REGISTER_EXT_TYPE_CONDCODE,
|
* If tgsi_dst_register_ext::Type is TGSI_DST_REGISTER_EXT_TYPE_CONDCODE,
|
||||||
* it should be cast to tgsi_dst_register_ext_condcode.
|
* it should be cast to tgsi_dst_register_ext_condcode.
|
||||||
*
|
*
|
||||||
|
|
@ -1424,7 +1428,6 @@ struct tgsi_dst_register_ext
|
||||||
* If tgsi_dst_register_ext::Extended is TRUE, another tgsi_dst_register_ext
|
* If tgsi_dst_register_ext::Extended is TRUE, another tgsi_dst_register_ext
|
||||||
* follows.
|
* follows.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
struct tgsi_dst_register_ext_concode
|
struct tgsi_dst_register_ext_concode
|
||||||
{
|
{
|
||||||
unsigned Type : 4; /* TGSI_DST_REGISTER_EXT_TYPE_CONDCODE */
|
unsigned Type : 4; /* TGSI_DST_REGISTER_EXT_TYPE_CONDCODE */
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue