mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-23 17:00:22 +01:00
i965/vs: Remove dead fields of src_reg.
These were copy and pasted from the FS, and are never used. Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
parent
f0c04e6c22
commit
63bc443f8a
1 changed files with 0 additions and 2 deletions
|
|
@ -83,9 +83,7 @@ public:
|
|||
int reg_offset;
|
||||
/** Register type. BRW_REGISTER_TYPE_* */
|
||||
int type;
|
||||
bool sechalf;
|
||||
struct brw_reg fixed_hw_reg;
|
||||
int smear; /* -1, or a channel of the reg to smear to all channels. */
|
||||
|
||||
/** Value for file == BRW_IMMMEDIATE_FILE */
|
||||
union {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue