Home | History | Annotate | Download | only in r600
      1 /*
      2  * Permission is hereby granted, free of charge, to any person obtaining a
      3  * copy of this software and associated documentation files (the "Software"),
      4  * to deal in the Software without restriction, including without limitation
      5  * on the rights to use, copy, modify, merge, publish, distribute, sub
      6  * license, and/or sell copies of the Software, and to permit persons to whom
      7  * the Software is furnished to do so, subject to the following conditions:
      8  *
      9  * The above copyright notice and this permission notice (including the next
     10  * paragraph) shall be included in all copies or substantial portions of the
     11  * Software.
     12  *
     13  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
     14  * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
     15  * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
     16  * THE AUTHOR(S) AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM,
     17  * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
     18  * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
     19  * USE OR OTHER DEALINGS IN THE SOFTWARE.
     20  *
     21  * Authors:
     22  *      Adam Rak <adam.rak (at) streamnovation.com>
     23  */
     24 
     25 
     26 DECL_COMPUTE_RESOURCE(CONFIG, 1)
     27 DECL_COMPUTE_RESOURCE(CONST_MEM, 16)
     28 DECL_COMPUTE_RESOURCE(RAT, 12)
     29 DECL_COMPUTE_RESOURCE(VERT, 16)
     30 DECL_COMPUTE_RESOURCE(TEX, 16)
     31 DECL_COMPUTE_RESOURCE(SAMPLER, 18)
     32 DECL_COMPUTE_RESOURCE(LOOP, 32)
     33 DECL_COMPUTE_RESOURCE(LDS, 1)
     34 DECL_COMPUTE_RESOURCE(GDS, 1)
     35 DECL_COMPUTE_RESOURCE(EXPORT, 1)
     36 DECL_COMPUTE_RESOURCE(SHADER, 1)
     37 DECL_COMPUTE_RESOURCE(TMPRING, 4)
     38 DECL_COMPUTE_RESOURCE(DISPATCH, 1)
     39