xref: /aosp_15_r20/external/mesa3d/src/gallium/drivers/freedreno/a3xx/fd3_draw.h (revision 6104692788411f58d303aa86923a9ff6ecaded22)
1 /*
2  * Copyright © 2013 Rob Clark <[email protected]>
3  * SPDX-License-Identifier: MIT
4  *
5  * Authors:
6  *    Rob Clark <[email protected]>
7  */
8 
9 #ifndef FD3_DRAW_H_
10 #define FD3_DRAW_H_
11 
12 #include "pipe/p_context.h"
13 
14 #include "freedreno_draw.h"
15 
16 void fd3_draw_init(struct pipe_context *pctx);
17 
18 #endif /* FD3_DRAW_H_ */
19