freedreno/ir3: drop unneeded ir3_ra() args
[mesa.git] / src / freedreno / ir3 / ir3.h
index c0710af6281efcf65e62bcdcb92d607adc0b66b8..cbbb9bb61b0ce9cd9086a010724d0fd5e5990759 100644 (file)
@@ -1081,8 +1081,7 @@ void ir3_a6xx_fixup_atomic_dests(struct ir3 *ir, struct ir3_shader_variant *so);
 
 /* register assignment: */
 struct ir3_ra_reg_set * ir3_ra_alloc_reg_set(struct ir3_compiler *compiler);
-int ir3_ra(struct ir3 *ir3, gl_shader_stage type,
-               bool frag_coord, bool frag_face);
+int ir3_ra(struct ir3 *ir3);
 
 /* legalize: */
 void ir3_legalize(struct ir3 *ir, bool *has_ssbo, bool *need_pixlod, int *max_bary);