xref: /aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/sfn/sfn_nir_lower_tex.h (revision 6104692788411f58d303aa86923a9ff6ecaded22)
1 /* -*- mesa-c++  -*-
2  * Copyright 2022 Collabora LTD
3  * Author: Gert Wollny <[email protected]>
4  * SPDX-License-Identifier: MIT
5  */
6 
7 #ifndef SFN_NIR_LOWER_TEX_H
8 #define SFN_NIR_LOWER_TEX_H
9 
10 struct nir_shader;
11 
12 bool
13 r600_nir_lower_int_tg4(nir_shader *nir);
14 bool
15 r600_nir_lower_txl_txf_array_or_cube(nir_shader *shader);
16 bool
17 r600_nir_lower_cube_to_2darray(nir_shader *shader);
18 
19 #endif // LALA_H
20