broadcom/compiler: removed unused function
It is not even implemented. Reviewed-by: Iago Toral Quiroga <itoral@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17609>
This commit is contained in:

committed by
Marge Bot

parent
22022dfa04
commit
81ca0b4191
@@ -1156,7 +1156,6 @@ bool vir_opt_redundant_flags(struct v3d_compile *c);
|
||||
bool vir_opt_small_immediates(struct v3d_compile *c);
|
||||
bool vir_opt_vpm(struct v3d_compile *c);
|
||||
bool vir_opt_constant_alu(struct v3d_compile *c);
|
||||
void v3d_nir_lower_blend(nir_shader *s, struct v3d_compile *c);
|
||||
void v3d_nir_lower_io(nir_shader *s, struct v3d_compile *c);
|
||||
void v3d_nir_lower_line_smooth(nir_shader *shader);
|
||||
void v3d_nir_lower_logic_ops(nir_shader *s, struct v3d_compile *c);
|
||||
|
Reference in New Issue
Block a user