ac/nir: remove set but unused export_mask
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
This commit is contained in:
@@ -6019,7 +6019,6 @@ handle_vs_outputs_post(struct nir_to_llvm_context *ctx,
|
||||
outinfo->vs_output_param_offset[VARYING_SLOT_PRIMITIVE_ID] = param_count;
|
||||
param_count++;
|
||||
} else if (i >= VARYING_SLOT_VAR0) {
|
||||
outinfo->export_mask |= 1u << (i - VARYING_SLOT_VAR0);
|
||||
target = V_008DFC_SQ_EXP_PARAM + param_count;
|
||||
outinfo->vs_output_param_offset[i] = param_count;
|
||||
param_count++;
|
||||
|
||||
@@ -150,7 +150,6 @@ struct ac_vs_output_info {
|
||||
bool writes_layer;
|
||||
bool writes_viewport_index;
|
||||
bool export_prim_id;
|
||||
uint32_t export_mask;
|
||||
unsigned pos_exports;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user