xref: /aosp_15_r20/external/mesa3d/src/gallium/drivers/freedreno/a6xx/fd6_vsc.h (revision 6104692788411f58d303aa86923a9ff6ecaded22)
1 /*
2  * Copyright © 2020 Google, Inc.
3  * SPDX-License-Identifier: MIT
4  */
5 
6 #ifndef FD6_VSC_H_
7 #define FD6_VSC_H_
8 
9 EXTERNC
10 void fd6_vsc_update_sizes(struct fd_batch *batch,
11                           const struct pipe_draw_info *info,
12                           const struct pipe_draw_start_count_bias *draw);
13 
14 #endif /* FD6_VSC_H_ */
15