mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-29 01:30:08 +01:00
tgsi: remove unused Flags member from full_instruction
This commit is contained in:
parent
56ee132f96
commit
9fbfe6b65d
2 changed files with 0 additions and 3 deletions
|
|
@ -483,8 +483,6 @@ tgsi_default_full_instruction( void )
|
|||
full_instruction.FullSrcRegisters[i] = tgsi_default_full_src_register();
|
||||
}
|
||||
|
||||
full_instruction.Flags = 0x0;
|
||||
|
||||
return full_instruction;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -83,7 +83,6 @@ struct tgsi_full_instruction
|
|||
struct tgsi_instruction_texture InstructionTexture;
|
||||
struct tgsi_full_dst_register FullDstRegisters[TGSI_FULL_MAX_DST_REGISTERS];
|
||||
struct tgsi_full_src_register FullSrcRegisters[TGSI_FULL_MAX_SRC_REGISTERS];
|
||||
uint Flags; /**< user-defined usage */
|
||||
};
|
||||
|
||||
union tgsi_full_token
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue