~mmach/netext73/mesa_2004

« back to all changes in this revision

Viewing changes to src/gallium/drivers/r600/sfn/sfn_nir_lower_alu.h

  • Committer: mmach
  • Date: 2022-09-22 20:00:35 UTC
  • Revision ID: netbit73@gmail.com-20220922200035-j2mt0pv92d002zy3
2022-09-22 21:17:58

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* -*- mesa-c++  -*-
 
2
 *
 
3
 * Copyright (c) 2019 Collabora LTD
 
4
 *
 
5
 * Author: Gert Wollny <gert.wollny@collabora.com>
 
6
 *
 
7
 * Permission is hereby granted, free of charge, to any person obtaining a
 
8
 * copy of this software and associated documentation files (the "Software"),
 
9
 * to deal in the Software without restriction, including without limitation
 
10
 * on the rights to use, copy, modify, merge, publish, distribute, sub
 
11
 * license, and/or sell copies of the Software, and to permit persons to whom
 
12
 * the Software is furnished to do so, subject to the following conditions:
 
13
 *
 
14
 * The above copyright notice and this permission notice (including the next
 
15
 * paragraph) shall be included in all copies or substantial portions of the
 
16
 * Software.
 
17
 *
 
18
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 
19
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 
20
 * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
 
21
 * THE AUTHOR(S) AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM,
 
22
 * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
 
23
 * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
 
24
 * USE OR OTHER DEALINGS IN THE SOFTWARE.
 
25
 */
 
26
 
 
27
#ifndef SFN_NIR_LOWER_ALU_H
 
28
#define SFN_NIR_LOWER_ALU_H
 
29
 
 
30
#include "nir.h"
 
31
 
 
32
#include "amd_family.h"
 
33
 
 
34
bool r600_nir_lower_pack_unpack_2x16(nir_shader *shader);
 
35
 
 
36
bool r600_nir_lower_trigen(nir_shader *shader, enum amd_gfx_level gfx_level);
 
37
 
 
38
 
 
39
#endif // SFN_NIR_LOWER_ALU_H