xref: /aosp_15_r20/external/mesa3d/src/gallium/drivers/freedreno/a2xx/fd2_resource.h (revision 6104692788411f58d303aa86923a9ff6ecaded22)
1 /*
2  * Copyright © 2018 Jonathan Marek <[email protected]>
3  * SPDX-License-Identifier: MIT
4  *
5  * Authors:
6  *    Jonathan Marek <[email protected]>
7  */
8 
9 #ifndef FD2_RESOURCE_H_
10 #define FD2_RESOURCE_H_
11 
12 #include "freedreno_resource.h"
13 
14 uint32_t fd2_setup_slices(struct fd_resource *rsc);
15 unsigned fd2_tile_mode(const struct pipe_resource *tmpl);
16 
17 #endif /* FD2_RESOURCE_H_ */
18