• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* -*- mesa-c++  -*-
2  * Copyright 2022 Collabora LTD
3  * Author: Gert Wollny <gert.wollny@collabora.com>
4  * SPDX-License-Identifier: MIT
5  */
6 
7 #ifndef R600_SFN_SPLIT_ADDRESS_LOADS_H
8 #define R600_SFN_SPLIT_ADDRESS_LOADS_H
9 
10 #include "sfn_shader.h"
11 
12 namespace r600 {
13 
14 bool split_address_loads(Shader& sh);
15 
16 }
17 
18 #endif // R600_SFN_SPLIT_ADDRESS_LOADS_H
19