1 /* 2 * Copyright © 2016 Rob Clark <[email protected]> 3 * Copyright © 2018 Google, Inc. 4 * SPDX-License-Identifier: MIT 5 * 6 * Authors: 7 * Rob Clark <[email protected]> 8 */ 9 10 #ifndef FD6_DRAW_H_ 11 #define FD6_DRAW_H_ 12 13 #include "pipe/p_context.h" 14 15 #include "freedreno_draw.h" 16 17 #include "fd6_context.h" 18 19 template <chip CHIP> 20 void fd6_draw_init(struct pipe_context *pctx); 21 22 #endif /* FD6_DRAW_H_ */ 23