freedreno/ir3: find # of samplers from uniform vars
[mesa.git] / src / freedreno / ir3 / ir3.h
index b42524d22ae7ee7a4b1acecf88f676b4ec6b63d1..8fde504196aa370d1db5a1b3c378850c352edcb8 100644 (file)
@@ -1028,7 +1028,7 @@ int ir3_ra(struct ir3 *ir3, gl_shader_stage type,
                bool frag_coord, bool frag_face);
 
 /* legalize: */
-void ir3_legalize(struct ir3 *ir, int *num_samp, bool *has_ssbo, int *max_bary);
+void ir3_legalize(struct ir3 *ir, bool *has_ssbo, int *max_bary);
 
 /* ************************************************************************* */
 /* instruction helpers */