xref: /aosp_15_r20/external/mesa3d/src/gallium/drivers/nouveau/nv50/nv50_3ddefs.xml.h (revision 6104692788411f58d303aa86923a9ff6ecaded22)
1 #ifndef NV_3DDEFS_XML
2 #define NV_3DDEFS_XML
3 
4 /* Autogenerated file, DO NOT EDIT manually!
5 
6 This file was generated by the rules-ng-ng headergen tool in this git repository:
7 http://github.com/envytools/envytools/
8 git clone https://github.com/envytools/envytools.git
9 
10 The rules-ng-ng source files this header was generated from are:
11 - rnndb/graph/nv_3ddefs.xml (  16390 bytes, from 2014-09-25 06:32:11)
12 - rnndb/copyright.xml       (   6452 bytes, from 2013-05-14 03:57:49)
13 
14 Copyright (C) 2006-2014 by the following authors:
15 - Artur Huillet <[email protected]> (ahuillet)
16 - Ben Skeggs (darktama, darktama_)
17 - B. R. <[email protected]> (koala_br)
18 - Carlos Martin <[email protected]> (carlosmn)
19 - Christoph Bumiller <[email protected]> (calim, chrisbmr)
20 - Dawid Gajownik <[email protected]> (gajownik)
21 - Dmitry Baryshkov
22 - Dmitry Eremin-Solenikov <[email protected]> (lumag)
23 - EdB <[email protected]> (edb_)
24 - Erik Waling <[email protected]> (erikwaling)
25 - Francisco Jerez <[email protected]> (curro)
26 - imirkin <[email protected]> (imirkin)
27 - jb17bsome <[email protected]> (jb17bsome)
28 - Jeremy Kolb <[email protected]> (kjeremy)
29 - Laurent Carlier <[email protected]> (lordheavy)
30 - Luca Barbieri <[email protected]> (lb, lb1)
31 - Maarten Maathuis <[email protected]> (stillunknown)
32 - Marcin Kościelnicki <[email protected]> (mwk, koriakin)
33 - Mark Carey <[email protected]> (careym)
34 - Matthieu Castet <[email protected]> (mat-c)
35 - nvidiaman <[email protected]> (nvidiaman)
36 - Patrice Mandin <[email protected]> (pmandin, pmdata)
37 - Pekka Paalanen <[email protected]> (pq, ppaalanen)
38 - Peter Popov <[email protected]> (ironpeter)
39 - Richard Hughes <[email protected]> (hughsient)
40 - Rudi Cilibrasi <[email protected]> (cilibrar)
41 - Serge Martin
42 - Simon Raffeiner
43 - Stephane Loeuillet <[email protected]> (leroutier)
44 - Stephane Marchesin <[email protected]> (marcheu)
45 - sturmflut <[email protected]> (sturmflut)
46 - Sylvain Munaut <[email protected]>
47 - Victor Stinner <[email protected]> (haypo)
48 - Wladmir van der Laan <[email protected]> (miathan6)
49 - Younes Manton <[email protected]> (ymanton)
50 
51 Permission is hereby granted, free of charge, to any person obtaining
52 a copy of this software and associated documentation files (the
53 "Software"), to deal in the Software without restriction, including
54 without limitation the rights to use, copy, modify, merge, publish,
55 distribute, sublicense, and/or sell copies of the Software, and to
56 permit persons to whom the Software is furnished to do so, subject to
57 the following conditions:
58 
59 The above copyright notice and this permission notice (including the
60 next paragraph) shall be included in all copies or substantial
61 portions of the Software.
62 
63 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
64 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
65 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
66 IN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE
67 LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
68 OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
69 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
70 */
71 
72 
73 #define NV50_BLEND_FACTOR_ZERO					0x00004000
74 #define NV50_BLEND_FACTOR_ONE					0x00004001
75 #define NV50_BLEND_FACTOR_SRC_COLOR				0x00004300
76 #define NV50_BLEND_FACTOR_ONE_MINUS_SRC_COLOR			0x00004301
77 #define NV50_BLEND_FACTOR_SRC_ALPHA				0x00004302
78 #define NV50_BLEND_FACTOR_ONE_MINUS_SRC_ALPHA			0x00004303
79 #define NV50_BLEND_FACTOR_DST_ALPHA				0x00004304
80 #define NV50_BLEND_FACTOR_ONE_MINUS_DST_ALPHA			0x00004305
81 #define NV50_BLEND_FACTOR_DST_COLOR				0x00004306
82 #define NV50_BLEND_FACTOR_ONE_MINUS_DST_COLOR			0x00004307
83 #define NV50_BLEND_FACTOR_SRC_ALPHA_SATURATE			0x00004308
84 #define NV50_BLEND_FACTOR_CONSTANT_COLOR				0x0000c001
85 #define NV50_BLEND_FACTOR_ONE_MINUS_CONSTANT_COLOR		0x0000c002
86 #define NV50_BLEND_FACTOR_CONSTANT_ALPHA				0x0000c003
87 #define NV50_BLEND_FACTOR_ONE_MINUS_CONSTANT_ALPHA		0x0000c004
88 #define NV50_BLEND_FACTOR_SRC1_COLOR				0x0000c900
89 #define NV50_BLEND_FACTOR_ONE_MINUS_SRC1_COLOR			0x0000c901
90 #define NV50_BLEND_FACTOR_SRC1_ALPHA				0x0000c902
91 #define NV50_BLEND_FACTOR_ONE_MINUS_SRC1_ALPHA			0x0000c903
92 
93 #endif /* NV_3DDEFS_XML */
94