Path: blob/21.2-virgl/src/gallium/drivers/nouveau/nv50/nv50_3ddefs.xml.h
4574 views
#ifndef NV_3DDEFS_XML1#define NV_3DDEFS_XML23/* Autogenerated file, DO NOT EDIT manually!45This file was generated by the rules-ng-ng headergen tool in this git repository:6http://github.com/envytools/envytools/7git clone https://github.com/envytools/envytools.git89The rules-ng-ng source files this header was generated from are:10- rnndb/graph/nv_3ddefs.xml ( 16390 bytes, from 2014-09-25 06:32:11)11- rnndb/copyright.xml ( 6452 bytes, from 2013-05-14 03:57:49)1213Copyright (C) 2006-2014 by the following authors:14- Artur Huillet <[email protected]> (ahuillet)15- Ben Skeggs (darktama, darktama_)16- B. R. <[email protected]> (koala_br)17- Carlos Martin <[email protected]> (carlosmn)18- Christoph Bumiller <[email protected]> (calim, chrisbmr)19- Dawid Gajownik <[email protected]> (gajownik)20- Dmitry Baryshkov21- Dmitry Eremin-Solenikov <[email protected]> (lumag)22- EdB <[email protected]> (edb_)23- Erik Waling <[email protected]> (erikwaling)24- Francisco Jerez <[email protected]> (curro)25- imirkin <[email protected]> (imirkin)26- jb17bsome <[email protected]> (jb17bsome)27- Jeremy Kolb <[email protected]> (kjeremy)28- Laurent Carlier <[email protected]> (lordheavy)29- Luca Barbieri <[email protected]> (lb, lb1)30- Maarten Maathuis <[email protected]> (stillunknown)31- Marcin Kościelnicki <[email protected]> (mwk, koriakin)32- Mark Carey <[email protected]> (careym)33- Matthieu Castet <[email protected]> (mat-c)34- nvidiaman <[email protected]> (nvidiaman)35- Patrice Mandin <[email protected]> (pmandin, pmdata)36- Pekka Paalanen <[email protected]> (pq, ppaalanen)37- Peter Popov <[email protected]> (ironpeter)38- Richard Hughes <[email protected]> (hughsient)39- Rudi Cilibrasi <[email protected]> (cilibrar)40- Serge Martin41- Simon Raffeiner42- Stephane Loeuillet <[email protected]> (leroutier)43- Stephane Marchesin <[email protected]> (marcheu)44- sturmflut <[email protected]> (sturmflut)45- Sylvain Munaut <[email protected]>46- Victor Stinner <[email protected]> (haypo)47- Wladmir van der Laan <[email protected]> (miathan6)48- Younes Manton <[email protected]> (ymanton)4950Permission is hereby granted, free of charge, to any person obtaining51a copy of this software and associated documentation files (the52"Software"), to deal in the Software without restriction, including53without limitation the rights to use, copy, modify, merge, publish,54distribute, sublicense, and/or sell copies of the Software, and to55permit persons to whom the Software is furnished to do so, subject to56the following conditions:5758The above copyright notice and this permission notice (including the59next paragraph) shall be included in all copies or substantial60portions of the Software.6162THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,63EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF64MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.65IN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE66LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION67OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION68WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.69*/707172#define NV50_BLEND_FACTOR_ZERO 0x0000400073#define NV50_BLEND_FACTOR_ONE 0x0000400174#define NV50_BLEND_FACTOR_SRC_COLOR 0x0000430075#define NV50_BLEND_FACTOR_ONE_MINUS_SRC_COLOR 0x0000430176#define NV50_BLEND_FACTOR_SRC_ALPHA 0x0000430277#define NV50_BLEND_FACTOR_ONE_MINUS_SRC_ALPHA 0x0000430378#define NV50_BLEND_FACTOR_DST_ALPHA 0x0000430479#define NV50_BLEND_FACTOR_ONE_MINUS_DST_ALPHA 0x0000430580#define NV50_BLEND_FACTOR_DST_COLOR 0x0000430681#define NV50_BLEND_FACTOR_ONE_MINUS_DST_COLOR 0x0000430782#define NV50_BLEND_FACTOR_SRC_ALPHA_SATURATE 0x0000430883#define NV50_BLEND_FACTOR_CONSTANT_COLOR 0x0000c00184#define NV50_BLEND_FACTOR_ONE_MINUS_CONSTANT_COLOR 0x0000c00285#define NV50_BLEND_FACTOR_CONSTANT_ALPHA 0x0000c00386#define NV50_BLEND_FACTOR_ONE_MINUS_CONSTANT_ALPHA 0x0000c00487#define NV50_BLEND_FACTOR_SRC1_COLOR 0x0000c90088#define NV50_BLEND_FACTOR_ONE_MINUS_SRC1_COLOR 0x0000c90189#define NV50_BLEND_FACTOR_SRC1_ALPHA 0x0000c90290#define NV50_BLEND_FACTOR_ONE_MINUS_SRC1_ALPHA 0x0000c9039192#endif /* NV_3DDEFS_XML */939495