common.xml.h 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320
  1. #ifndef COMMON_XML
  2. #define COMMON_XML
  3. /* Autogenerated file, DO NOT EDIT manually!
  4. This file was generated by the rules-ng-ng headergen tool in this git repository:
  5. http://0x04.net/cgit/index.cgi/rules-ng-ng
  6. git clone git://0x04.net/rules-ng-ng
  7. The rules-ng-ng source files this header was generated from are:
  8. - state.xml ( 19930 bytes, from 2017-03-09 15:43:43)
  9. - common.xml ( 23473 bytes, from 2017-03-09 15:43:43)
  10. - state_hi.xml ( 26403 bytes, from 2017-03-09 15:43:43)
  11. - copyright.xml ( 1597 bytes, from 2016-12-08 16:37:56)
  12. - state_2d.xml ( 51552 bytes, from 2016-12-08 16:37:56)
  13. - state_3d.xml ( 66957 bytes, from 2017-03-09 15:43:43)
  14. - state_vg.xml ( 5975 bytes, from 2016-12-08 16:37:56)
  15. Copyright (C) 2012-2017 by the following authors:
  16. - Wladimir J. van der Laan <laanwj@gmail.com>
  17. - Christian Gmeiner <christian.gmeiner@gmail.com>
  18. - Lucas Stach <l.stach@pengutronix.de>
  19. - Russell King <rmk@arm.linux.org.uk>
  20. Permission is hereby granted, free of charge, to any person obtaining a
  21. copy of this software and associated documentation files (the "Software"),
  22. to deal in the Software without restriction, including without limitation
  23. the rights to use, copy, modify, merge, publish, distribute, sub license,
  24. and/or sell copies of the Software, and to permit persons to whom the
  25. Software is furnished to do so, subject to the following conditions:
  26. The above copyright notice and this permission notice (including the
  27. next paragraph) shall be included in all copies or substantial portions
  28. of the Software.
  29. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  30. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  31. FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
  32. THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  33. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
  34. FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
  35. DEALINGS IN THE SOFTWARE.
  36. */
  37. #define PIPE_ID_PIPE_3D 0x00000000
  38. #define PIPE_ID_PIPE_2D 0x00000001
  39. #define SYNC_RECIPIENT_FE 0x00000001
  40. #define SYNC_RECIPIENT_RA 0x00000005
  41. #define SYNC_RECIPIENT_PE 0x00000007
  42. #define SYNC_RECIPIENT_DE 0x0000000b
  43. #define SYNC_RECIPIENT_VG 0x0000000f
  44. #define SYNC_RECIPIENT_TESSELATOR 0x00000010
  45. #define SYNC_RECIPIENT_VG2 0x00000011
  46. #define SYNC_RECIPIENT_TESSELATOR2 0x00000012
  47. #define SYNC_RECIPIENT_VG3 0x00000013
  48. #define SYNC_RECIPIENT_TESSELATOR3 0x00000014
  49. #define ENDIAN_MODE_NO_SWAP 0x00000000
  50. #define ENDIAN_MODE_SWAP_16 0x00000001
  51. #define ENDIAN_MODE_SWAP_32 0x00000002
  52. #define chipModel_GC200 0x00000200
  53. #define chipModel_GC300 0x00000300
  54. #define chipModel_GC320 0x00000320
  55. #define chipModel_GC328 0x00000328
  56. #define chipModel_GC350 0x00000350
  57. #define chipModel_GC355 0x00000355
  58. #define chipModel_GC400 0x00000400
  59. #define chipModel_GC410 0x00000410
  60. #define chipModel_GC420 0x00000420
  61. #define chipModel_GC428 0x00000428
  62. #define chipModel_GC450 0x00000450
  63. #define chipModel_GC500 0x00000500
  64. #define chipModel_GC520 0x00000520
  65. #define chipModel_GC530 0x00000530
  66. #define chipModel_GC600 0x00000600
  67. #define chipModel_GC700 0x00000700
  68. #define chipModel_GC800 0x00000800
  69. #define chipModel_GC860 0x00000860
  70. #define chipModel_GC880 0x00000880
  71. #define chipModel_GC1000 0x00001000
  72. #define chipModel_GC1500 0x00001500
  73. #define chipModel_GC2000 0x00002000
  74. #define chipModel_GC2100 0x00002100
  75. #define chipModel_GC2200 0x00002200
  76. #define chipModel_GC2500 0x00002500
  77. #define chipModel_GC3000 0x00003000
  78. #define chipModel_GC4000 0x00004000
  79. #define chipModel_GC5000 0x00005000
  80. #define chipModel_GC5200 0x00005200
  81. #define chipModel_GC6400 0x00006400
  82. #define RGBA_BITS_R 0x00000001
  83. #define RGBA_BITS_G 0x00000002
  84. #define RGBA_BITS_B 0x00000004
  85. #define RGBA_BITS_A 0x00000008
  86. #define chipFeatures_FAST_CLEAR 0x00000001
  87. #define chipFeatures_SPECIAL_ANTI_ALIASING 0x00000002
  88. #define chipFeatures_PIPE_3D 0x00000004
  89. #define chipFeatures_DXT_TEXTURE_COMPRESSION 0x00000008
  90. #define chipFeatures_DEBUG_MODE 0x00000010
  91. #define chipFeatures_Z_COMPRESSION 0x00000020
  92. #define chipFeatures_YUV420_SCALER 0x00000040
  93. #define chipFeatures_MSAA 0x00000080
  94. #define chipFeatures_DC 0x00000100
  95. #define chipFeatures_PIPE_2D 0x00000200
  96. #define chipFeatures_ETC1_TEXTURE_COMPRESSION 0x00000400
  97. #define chipFeatures_FAST_SCALER 0x00000800
  98. #define chipFeatures_HIGH_DYNAMIC_RANGE 0x00001000
  99. #define chipFeatures_YUV420_TILER 0x00002000
  100. #define chipFeatures_MODULE_CG 0x00004000
  101. #define chipFeatures_MIN_AREA 0x00008000
  102. #define chipFeatures_NO_EARLY_Z 0x00010000
  103. #define chipFeatures_NO_422_TEXTURE 0x00020000
  104. #define chipFeatures_BUFFER_INTERLEAVING 0x00040000
  105. #define chipFeatures_BYTE_WRITE_2D 0x00080000
  106. #define chipFeatures_NO_SCALER 0x00100000
  107. #define chipFeatures_YUY2_AVERAGING 0x00200000
  108. #define chipFeatures_HALF_PE_CACHE 0x00400000
  109. #define chipFeatures_HALF_TX_CACHE 0x00800000
  110. #define chipFeatures_YUY2_RENDER_TARGET 0x01000000
  111. #define chipFeatures_MEM32 0x02000000
  112. #define chipFeatures_PIPE_VG 0x04000000
  113. #define chipFeatures_VGTS 0x08000000
  114. #define chipFeatures_FE20 0x10000000
  115. #define chipFeatures_BYTE_WRITE_3D 0x20000000
  116. #define chipFeatures_RS_YUV_TARGET 0x40000000
  117. #define chipFeatures_32_BIT_INDICES 0x80000000
  118. #define chipMinorFeatures0_FLIP_Y 0x00000001
  119. #define chipMinorFeatures0_DUAL_RETURN_BUS 0x00000002
  120. #define chipMinorFeatures0_ENDIANNESS_CONFIG 0x00000004
  121. #define chipMinorFeatures0_TEXTURE_8K 0x00000008
  122. #define chipMinorFeatures0_CORRECT_TEXTURE_CONVERTER 0x00000010
  123. #define chipMinorFeatures0_SPECIAL_MSAA_LOD 0x00000020
  124. #define chipMinorFeatures0_FAST_CLEAR_FLUSH 0x00000040
  125. #define chipMinorFeatures0_2DPE20 0x00000080
  126. #define chipMinorFeatures0_CORRECT_AUTO_DISABLE 0x00000100
  127. #define chipMinorFeatures0_RENDERTARGET_8K 0x00000200
  128. #define chipMinorFeatures0_2BITPERTILE 0x00000400
  129. #define chipMinorFeatures0_SEPARATE_TILE_STATUS_WHEN_INTERLEAVED 0x00000800
  130. #define chipMinorFeatures0_SUPER_TILED 0x00001000
  131. #define chipMinorFeatures0_VG_20 0x00002000
  132. #define chipMinorFeatures0_TS_EXTENDED_COMMANDS 0x00004000
  133. #define chipMinorFeatures0_COMPRESSION_FIFO_FIXED 0x00008000
  134. #define chipMinorFeatures0_HAS_SIGN_FLOOR_CEIL 0x00010000
  135. #define chipMinorFeatures0_VG_FILTER 0x00020000
  136. #define chipMinorFeatures0_VG_21 0x00040000
  137. #define chipMinorFeatures0_SHADER_HAS_W 0x00080000
  138. #define chipMinorFeatures0_HAS_SQRT_TRIG 0x00100000
  139. #define chipMinorFeatures0_MORE_MINOR_FEATURES 0x00200000
  140. #define chipMinorFeatures0_MC20 0x00400000
  141. #define chipMinorFeatures0_MSAA_SIDEBAND 0x00800000
  142. #define chipMinorFeatures0_BUG_FIXES0 0x01000000
  143. #define chipMinorFeatures0_VAA 0x02000000
  144. #define chipMinorFeatures0_BYPASS_IN_MSAA 0x04000000
  145. #define chipMinorFeatures0_HZ 0x08000000
  146. #define chipMinorFeatures0_NEW_TEXTURE 0x10000000
  147. #define chipMinorFeatures0_2D_A8_TARGET 0x20000000
  148. #define chipMinorFeatures0_CORRECT_STENCIL 0x40000000
  149. #define chipMinorFeatures0_ENHANCE_VR 0x80000000
  150. #define chipMinorFeatures1_RSUV_SWIZZLE 0x00000001
  151. #define chipMinorFeatures1_V2_COMPRESSION 0x00000002
  152. #define chipMinorFeatures1_VG_DOUBLE_BUFFER 0x00000004
  153. #define chipMinorFeatures1_EXTRA_EVENT_STATES 0x00000008
  154. #define chipMinorFeatures1_NO_STRIPING_NEEDED 0x00000010
  155. #define chipMinorFeatures1_TEXTURE_STRIDE 0x00000020
  156. #define chipMinorFeatures1_BUG_FIXES3 0x00000040
  157. #define chipMinorFeatures1_AUTO_DISABLE 0x00000080
  158. #define chipMinorFeatures1_AUTO_RESTART_TS 0x00000100
  159. #define chipMinorFeatures1_DISABLE_PE_GATING 0x00000200
  160. #define chipMinorFeatures1_L2_WINDOWING 0x00000400
  161. #define chipMinorFeatures1_HALF_FLOAT 0x00000800
  162. #define chipMinorFeatures1_PIXEL_DITHER 0x00001000
  163. #define chipMinorFeatures1_TWO_STENCIL_REFERENCE 0x00002000
  164. #define chipMinorFeatures1_EXTENDED_PIXEL_FORMAT 0x00004000
  165. #define chipMinorFeatures1_CORRECT_MIN_MAX_DEPTH 0x00008000
  166. #define chipMinorFeatures1_2D_DITHER 0x00010000
  167. #define chipMinorFeatures1_BUG_FIXES5 0x00020000
  168. #define chipMinorFeatures1_NEW_2D 0x00040000
  169. #define chipMinorFeatures1_NEW_FP 0x00080000
  170. #define chipMinorFeatures1_TEXTURE_HALIGN 0x00100000
  171. #define chipMinorFeatures1_NON_POWER_OF_TWO 0x00200000
  172. #define chipMinorFeatures1_LINEAR_TEXTURE_SUPPORT 0x00400000
  173. #define chipMinorFeatures1_HALTI0 0x00800000
  174. #define chipMinorFeatures1_CORRECT_OVERFLOW_VG 0x01000000
  175. #define chipMinorFeatures1_NEGATIVE_LOG_FIX 0x02000000
  176. #define chipMinorFeatures1_RESOLVE_OFFSET 0x04000000
  177. #define chipMinorFeatures1_OK_TO_GATE_AXI_CLOCK 0x08000000
  178. #define chipMinorFeatures1_MMU_VERSION 0x10000000
  179. #define chipMinorFeatures1_WIDE_LINE 0x20000000
  180. #define chipMinorFeatures1_BUG_FIXES6 0x40000000
  181. #define chipMinorFeatures1_FC_FLUSH_STALL 0x80000000
  182. #define chipMinorFeatures2_LINE_LOOP 0x00000001
  183. #define chipMinorFeatures2_LOGIC_OP 0x00000002
  184. #define chipMinorFeatures2_SEAMLESS_CUBE_MAP 0x00000004
  185. #define chipMinorFeatures2_SUPERTILED_TEXTURE 0x00000008
  186. #define chipMinorFeatures2_LINEAR_PE 0x00000010
  187. #define chipMinorFeatures2_RECT_PRIMITIVE 0x00000020
  188. #define chipMinorFeatures2_COMPOSITION 0x00000040
  189. #define chipMinorFeatures2_CORRECT_AUTO_DISABLE_COUNT 0x00000080
  190. #define chipMinorFeatures2_PE_SWIZZLE 0x00000100
  191. #define chipMinorFeatures2_END_EVENT 0x00000200
  192. #define chipMinorFeatures2_S1S8 0x00000400
  193. #define chipMinorFeatures2_HALTI1 0x00000800
  194. #define chipMinorFeatures2_RGB888 0x00001000
  195. #define chipMinorFeatures2_TX__YUV_ASSEMBLER 0x00002000
  196. #define chipMinorFeatures2_DYNAMIC_FREQUENCY_SCALING 0x00004000
  197. #define chipMinorFeatures2_EXTRA_TEXTURE_STATE 0x00008000
  198. #define chipMinorFeatures2_FULL_DIRECTFB 0x00010000
  199. #define chipMinorFeatures2_2D_TILING 0x00020000
  200. #define chipMinorFeatures2_THREAD_WALKER_IN_PS 0x00040000
  201. #define chipMinorFeatures2_TILE_FILLER 0x00080000
  202. #define chipMinorFeatures2_YUV_STANDARD 0x00100000
  203. #define chipMinorFeatures2_2D_MULTI_SOURCE_BLIT 0x00200000
  204. #define chipMinorFeatures2_YUV_CONVERSION 0x00400000
  205. #define chipMinorFeatures2_FLUSH_FIXED_2D 0x00800000
  206. #define chipMinorFeatures2_INTERLEAVER 0x01000000
  207. #define chipMinorFeatures2_MIXED_STREAMS 0x02000000
  208. #define chipMinorFeatures2_2D_420_L2CACHE 0x04000000
  209. #define chipMinorFeatures2_BUG_FIXES7 0x08000000
  210. #define chipMinorFeatures2_2D_NO_INDEX8_BRUSH 0x10000000
  211. #define chipMinorFeatures2_TEXTURE_TILED_READ 0x20000000
  212. #define chipMinorFeatures2_DECOMPRESS_Z16 0x40000000
  213. #define chipMinorFeatures2_BUG_FIXES8 0x80000000
  214. #define chipMinorFeatures3_ROTATION_STALL_FIX 0x00000001
  215. #define chipMinorFeatures3_OCL_ONLY 0x00000002
  216. #define chipMinorFeatures3_2D_MULTI_SOURCE_BLT_EX 0x00000004
  217. #define chipMinorFeatures3_INSTRUCTION_CACHE 0x00000008
  218. #define chipMinorFeatures3_GEOMETRY_SHADER 0x00000010
  219. #define chipMinorFeatures3_TEX_COMPRESSION_SUPERTILED 0x00000020
  220. #define chipMinorFeatures3_GENERICS 0x00000040
  221. #define chipMinorFeatures3_BUG_FIXES9 0x00000080
  222. #define chipMinorFeatures3_FAST_MSAA 0x00000100
  223. #define chipMinorFeatures3_WCLIP 0x00000200
  224. #define chipMinorFeatures3_BUG_FIXES10 0x00000400
  225. #define chipMinorFeatures3_UNIFIED_SAMPLERS 0x00000800
  226. #define chipMinorFeatures3_BUG_FIXES11 0x00001000
  227. #define chipMinorFeatures3_PERFORMANCE_COUNTERS 0x00002000
  228. #define chipMinorFeatures3_HAS_FAST_TRANSCENDENTALS 0x00004000
  229. #define chipMinorFeatures3_BUG_FIXES12 0x00008000
  230. #define chipMinorFeatures3_BUG_FIXES13 0x00010000
  231. #define chipMinorFeatures3_DE_ENHANCEMENTS1 0x00020000
  232. #define chipMinorFeatures3_ACE 0x00040000
  233. #define chipMinorFeatures3_TX_ENHANCEMENTS1 0x00080000
  234. #define chipMinorFeatures3_SH_ENHANCEMENTS1 0x00100000
  235. #define chipMinorFeatures3_SH_ENHANCEMENTS2 0x00200000
  236. #define chipMinorFeatures3_UNK22 0x00400000
  237. #define chipMinorFeatures3_2D_FC_SOURCE 0x00800000
  238. #define chipMinorFeatures3_UNK24 0x01000000
  239. #define chipMinorFeatures3_UNK25 0x02000000
  240. #define chipMinorFeatures3_NEW_HZ 0x04000000
  241. #define chipMinorFeatures3_UNK27 0x08000000
  242. #define chipMinorFeatures3_UNK28 0x10000000
  243. #define chipMinorFeatures3_SH_ENHANCEMENTS3 0x20000000
  244. #define chipMinorFeatures3_UNK30 0x40000000
  245. #define chipMinorFeatures3_UNK31 0x80000000
  246. #define chipMinorFeatures4_UNK0 0x00000001
  247. #define chipMinorFeatures4_PE_ENHANCEMENTS2 0x00000002
  248. #define chipMinorFeatures4_FRUSTUM_CLIP_FIX 0x00000004
  249. #define chipMinorFeatures4_UNK3 0x00000008
  250. #define chipMinorFeatures4_UNK4 0x00000010
  251. #define chipMinorFeatures4_2D_GAMMA 0x00000020
  252. #define chipMinorFeatures4_SINGLE_BUFFER 0x00000040
  253. #define chipMinorFeatures4_UNK7 0x00000080
  254. #define chipMinorFeatures4_UNK8 0x00000100
  255. #define chipMinorFeatures4_UNK9 0x00000200
  256. #define chipMinorFeatures4_UNK10 0x00000400
  257. #define chipMinorFeatures4_TX_LERP_PRECISION_FIX 0x00000800
  258. #define chipMinorFeatures4_2D_COLOR_SPACE_CONVERSION 0x00001000
  259. #define chipMinorFeatures4_TEXTURE_ASTC 0x00002000
  260. #define chipMinorFeatures4_UNK14 0x00004000
  261. #define chipMinorFeatures4_UNK15 0x00008000
  262. #define chipMinorFeatures4_HALTI2 0x00010000
  263. #define chipMinorFeatures4_UNK17 0x00020000
  264. #define chipMinorFeatures4_SMALL_MSAA 0x00040000
  265. #define chipMinorFeatures4_UNK19 0x00080000
  266. #define chipMinorFeatures4_NEW_RA 0x00100000
  267. #define chipMinorFeatures4_2D_OPF_YUV_OUTPUT 0x00200000
  268. #define chipMinorFeatures4_2D_MULTI_SOURCE_BLT_EX2 0x00400000
  269. #define chipMinorFeatures4_NO_USER_CSC 0x00800000
  270. #define chipMinorFeatures4_ZFIXES 0x01000000
  271. #define chipMinorFeatures4_BUG_FIXES18 0x02000000
  272. #define chipMinorFeatures4_2D_COMPRESSION 0x04000000
  273. #define chipMinorFeatures4_PROBE 0x08000000
  274. #define chipMinorFeatures4_UNK28 0x10000000
  275. #define chipMinorFeatures4_2D_SUPER_TILE_VERSION 0x20000000
  276. #define chipMinorFeatures4_UNK30 0x40000000
  277. #define chipMinorFeatures4_UNK31 0x80000000
  278. #define chipMinorFeatures5_UNK0 0x00000001
  279. #define chipMinorFeatures5_UNK1 0x00000002
  280. #define chipMinorFeatures5_UNK2 0x00000004
  281. #define chipMinorFeatures5_UNK3 0x00000008
  282. #define chipMinorFeatures5_EEZ 0x00000010
  283. #define chipMinorFeatures5_UNK5 0x00000020
  284. #define chipMinorFeatures5_UNK6 0x00000040
  285. #define chipMinorFeatures5_UNK7 0x00000080
  286. #define chipMinorFeatures5_UNK8 0x00000100
  287. #define chipMinorFeatures5_HALTI3 0x00000200
  288. #define chipMinorFeatures5_UNK10 0x00000400
  289. #define chipMinorFeatures5_2D_ONE_PASS_FILTER_TAP 0x00000800
  290. #define chipMinorFeatures5_UNK12 0x00001000
  291. #define chipMinorFeatures5_SEPARATE_SRC_DST 0x00002000
  292. #define chipMinorFeatures5_HALTI4 0x00004000
  293. #define chipMinorFeatures5_UNK15 0x00008000
  294. #define chipMinorFeatures5_ANDROID_ONLY 0x00010000
  295. #define chipMinorFeatures5_HAS_PRODUCTID 0x00020000
  296. #define chipMinorFeatures5_UNK18 0x00040000
  297. #define chipMinorFeatures5_UNK19 0x00080000
  298. #define chipMinorFeatures5_PE_DITHER_FIX2 0x00100000
  299. #define chipMinorFeatures5_UNK21 0x00200000
  300. #define chipMinorFeatures5_UNK22 0x00400000
  301. #define chipMinorFeatures5_UNK23 0x00800000
  302. #define chipMinorFeatures5_UNK24 0x01000000
  303. #define chipMinorFeatures5_UNK25 0x02000000
  304. #define chipMinorFeatures5_UNK26 0x04000000
  305. #define chipMinorFeatures5_RS_DEPTHSTENCIL_NATIVE_SUPPORT 0x08000000
  306. #define chipMinorFeatures5_V2_MSAA_COMP_FIX 0x10000000
  307. #define chipMinorFeatures5_UNK29 0x20000000
  308. #define chipMinorFeatures5_UNK30 0x40000000
  309. #define chipMinorFeatures5_UNK31 0x80000000
  310. #endif /* COMMON_XML */