mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-27 11:00:37 +02:00
aco: remove unused aco_shader_info::vb_desc_usage_mask
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22192>
This commit is contained in:
parent
c7784f1409
commit
d87c813da1
2 changed files with 0 additions and 2 deletions
|
|
@ -74,7 +74,6 @@ struct aco_shader_info {
|
|||
bool tcs_in_out_eq;
|
||||
uint64_t tcs_temp_only_input_mask;
|
||||
bool use_per_attribute_vb_descs;
|
||||
uint32_t vb_desc_usage_mask;
|
||||
uint32_t input_slot_usage_mask;
|
||||
bool has_prolog;
|
||||
bool dynamic_inputs;
|
||||
|
|
|
|||
|
|
@ -49,7 +49,6 @@ radv_aco_convert_shader_info(struct aco_shader_info *aco_info,
|
|||
ASSIGN_FIELD(vs.tcs_in_out_eq);
|
||||
ASSIGN_FIELD(vs.tcs_temp_only_input_mask);
|
||||
ASSIGN_FIELD(vs.use_per_attribute_vb_descs);
|
||||
ASSIGN_FIELD(vs.vb_desc_usage_mask);
|
||||
ASSIGN_FIELD(vs.input_slot_usage_mask);
|
||||
ASSIGN_FIELD(vs.has_prolog);
|
||||
ASSIGN_FIELD(vs.dynamic_inputs);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue