1bf215546Sopenharmony_ci{
2bf215546Sopenharmony_ci "enums": {
3bf215546Sopenharmony_ci  "GFX11_FORMAT": {
4bf215546Sopenharmony_ci   "entries": [
5bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_INVALID", "value": 0},
6bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_8_UNORM", "value": 1},
7bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_8_SNORM", "value": 2},
8bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_8_USCALED", "value": 3},
9bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_8_SSCALED", "value": 4},
10bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_8_UINT", "value": 5},
11bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_8_SINT", "value": 6},
12bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_16_UNORM", "value": 7},
13bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_16_SNORM", "value": 8},
14bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_16_USCALED", "value": 9},
15bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_16_SSCALED", "value": 10},
16bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_16_UINT", "value": 11},
17bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_16_SINT", "value": 12},
18bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_16_FLOAT", "value": 13},
19bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_8_8_UNORM", "value": 14},
20bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_8_8_SNORM", "value": 15},
21bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_8_8_USCALED", "value": 16},
22bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_8_8_SSCALED", "value": 17},
23bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_8_8_UINT", "value": 18},
24bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_8_8_SINT", "value": 19},
25bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_32_UINT", "value": 20},
26bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_32_SINT", "value": 21},
27bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_32_FLOAT", "value": 22},
28bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_16_16_UNORM", "value": 23},
29bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_16_16_SNORM", "value": 24},
30bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_16_16_USCALED", "value": 25},
31bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_16_16_SSCALED", "value": 26},
32bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_16_16_UINT", "value": 27},
33bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_16_16_SINT", "value": 28},
34bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_16_16_FLOAT", "value": 29},
35bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_10_11_11_FLOAT", "value": 30},
36bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_11_11_10_FLOAT", "value": 31},
37bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_10_10_10_2_UNORM", "value": 32},
38bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_10_10_10_2_SNORM", "value": 33},
39bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_10_10_10_2_UINT", "value": 34},
40bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_10_10_10_2_SINT", "value": 35},
41bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_2_10_10_10_UNORM", "value": 36},
42bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_2_10_10_10_SNORM", "value": 37},
43bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_2_10_10_10_USCALED", "value": 38},
44bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_2_10_10_10_SSCALED", "value": 39},
45bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_2_10_10_10_UINT", "value": 40},
46bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_2_10_10_10_SINT", "value": 41},
47bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_8_8_8_8_UNORM", "value": 42},
48bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_8_8_8_8_SNORM", "value": 43},
49bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_8_8_8_8_USCALED", "value": 44},
50bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_8_8_8_8_SSCALED", "value": 45},
51bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_8_8_8_8_UINT", "value": 46},
52bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_8_8_8_8_SINT", "value": 47},
53bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_32_32_UINT", "value": 48},
54bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_32_32_SINT", "value": 49},
55bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_32_32_FLOAT", "value": 50},
56bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_16_16_16_16_UNORM", "value": 51},
57bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_16_16_16_16_SNORM", "value": 52},
58bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_16_16_16_16_USCALED", "value": 53},
59bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_16_16_16_16_SSCALED", "value": 54},
60bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_16_16_16_16_UINT", "value": 55},
61bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_16_16_16_16_SINT", "value": 56},
62bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_16_16_16_16_FLOAT", "value": 57},
63bf215546Sopenharmony_ci    {"flags": ["buffers_only"], "name": "GFX11_FORMAT_32_32_32_UINT", "value": 58},
64bf215546Sopenharmony_ci    {"flags": ["buffers_only"], "name": "GFX11_FORMAT_32_32_32_SINT", "value": 59},
65bf215546Sopenharmony_ci    {"flags": ["buffers_only"], "name": "GFX11_FORMAT_32_32_32_FLOAT", "value": 60},
66bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_32_32_32_32_UINT", "value": 61},
67bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_32_32_32_32_SINT", "value": 62},
68bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_32_32_32_32_FLOAT", "value": 63},
69bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_8_SRGB", "value": 64},
70bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_8_8_SRGB", "value": 65},
71bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_8_8_8_8_SRGB", "value": 66},
72bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_5_9_9_9_FLOAT", "value": 67},
73bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_5_6_5_UNORM", "value": 68},
74bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_1_5_5_5_UNORM", "value": 69},
75bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_5_5_5_1_UNORM", "value": 70},
76bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_4_4_4_4_UNORM", "value": 71},
77bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_4_4_UNORM", "value": 72},
78bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_1_UNORM", "value": 73},
79bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_1_REVERSED_UNORM", "value": 74},
80bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_32_FLOAT_CLAMP", "value": 75},
81bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_8_24_UNORM", "value": 76},
82bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_8_24_UINT", "value": 77},
83bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_24_8_UNORM", "value": 78},
84bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_24_8_UINT", "value": 79},
85bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_X24_8_32_UINT", "value": 80},
86bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_X24_8_32_FLOAT", "value": 81},
87bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_GB_GR_UNORM", "value": 82},
88bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_GB_GR_SNORM", "value": 83},
89bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_GB_GR_UINT", "value": 84},
90bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_GB_GR_SRGB", "value": 85},
91bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_BG_RG_UNORM", "value": 86},
92bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_BG_RG_SNORM", "value": 87},
93bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_BG_RG_UINT", "value": 88},
94bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_BG_RG_SRGB", "value": 89},
95bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_MM_10_IN_16_UNORM", "value": 90},
96bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_MM_10_IN_16_UINT", "value": 91},
97bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_MM_10_IN_16_16_UNORM", "value": 92},
98bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_MM_10_IN_16_16_UINT", "value": 93},
99bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_MM_10_IN_16_16_16_16_UNORM ", "value": 94},
100bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_MM_10_IN_16_16_16_16_UINT", "value": 95},
101bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_BC1_UNORM", "value": 109},
102bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_BC1_SRGB", "value": 110},
103bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_BC2_UNORM", "value": 111},
104bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_BC2_SRGB", "value": 112},
105bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_BC3_UNORM", "value": 113},
106bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_BC3_SRGB", "value": 114},
107bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_BC4_UNORM", "value": 115},
108bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_BC4_SNORM", "value": 116},
109bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_BC5_UNORM", "value": 117},
110bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_BC5_SNORM", "value": 118},
111bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_BC6_UFLOAT", "value": 119},
112bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_BC6_SFLOAT", "value": 120},
113bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_BC7_UNORM", "value": 121},
114bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_BC7_SRGB", "value": 122},
115bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_YCBCR_UNORM", "value": 205},
116bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_YCBCR_SRGB", "value": 206},
117bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_MM_8_UNORM", "value": 207},
118bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_MM_8_UINT", "value": 208},
119bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_MM_8_8_UNORM", "value": 209},
120bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_MM_8_8_UINT", "value": 210},
121bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_MM_8_8_8_8_UNORM", "value": 211},
122bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_MM_8_8_8_8_UINT", "value": 212},
123bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_MM_VYUY8_UNORM", "value": 213},
124bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_MM_VYUY8_UINT", "value": 214},
125bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_MM_10_11_11_UNORM", "value": 215},
126bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_MM_10_11_11_UINT", "value": 216},
127bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_MM_2_10_10_10_UNORM", "value": 217},
128bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_MM_2_10_10_10_UINT", "value": 218},
129bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_MM_16_16_16_16_UNORM", "value": 219},
130bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_MM_16_16_16_16_UINT", "value": 220},
131bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_MM_12_IN_16_UNORM", "value": 221},
132bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_MM_12_IN_16_UINT", "value": 222},
133bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_MM_12_IN_16_16_UNORM", "value": 223},
134bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_MM_12_IN_16_16_UINT", "value": 224},
135bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_MM_12_IN_16_16_16_16_UNORM", "value": 225},
136bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_MM_12_IN_16_16_16_16_UINT", "value": 226},
137bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_6E4_FLOAT", "value": 227},
138bf215546Sopenharmony_ci    {"name": "GFX11_FORMAT_7E3_FLOAT", "value": 228}
139bf215546Sopenharmony_ci   ]
140bf215546Sopenharmony_ci  },
141bf215546Sopenharmony_ci  "SQ_IMG_RSRC_WORD3__BC_SWIZZLE": {
142bf215546Sopenharmony_ci   "entries": [
143bf215546Sopenharmony_ci    {"name": "BC_SWIZZLE_XYZW", "value": 0},
144bf215546Sopenharmony_ci    {"name": "BC_SWIZZLE_XWYZ", "value": 1},
145bf215546Sopenharmony_ci    {"name": "BC_SWIZZLE_WZYX", "value": 2},
146bf215546Sopenharmony_ci    {"name": "BC_SWIZZLE_WXYZ", "value": 3},
147bf215546Sopenharmony_ci    {"name": "BC_SWIZZLE_ZYXW", "value": 4},
148bf215546Sopenharmony_ci    {"name": "BC_SWIZZLE_YXWZ", "value": 5}
149bf215546Sopenharmony_ci   ]
150bf215546Sopenharmony_ci  },
151bf215546Sopenharmony_ci  "SQ_BUF_RSRC_WORD3__OOB_SELECT": {
152bf215546Sopenharmony_ci    "entries": [
153bf215546Sopenharmony_ci    {"name": "OOB_SELECT_STRUCTURED_WITH_OFFSET", "value": 0},
154bf215546Sopenharmony_ci    {"name": "OOB_SELECT_STRUCTURED", "value": 1},
155bf215546Sopenharmony_ci    {"name": "OOB_SELECT_DISABLED", "value": 2},
156bf215546Sopenharmony_ci    {"name": "OOB_SELECT_RAW", "value": 3}
157bf215546Sopenharmony_ci   ]
158bf215546Sopenharmony_ci  }
159bf215546Sopenharmony_ci },
160bf215546Sopenharmony_ci "register_mappings": [
161bf215546Sopenharmony_ci  {
162bf215546Sopenharmony_ci   "chips": ["gfx11"],
163bf215546Sopenharmony_ci   "map": {"at": 36608, "to": "mm"},
164bf215546Sopenharmony_ci   "name": "SQ_BUF_RSRC_WORD0"
165bf215546Sopenharmony_ci  },
166bf215546Sopenharmony_ci  {
167bf215546Sopenharmony_ci   "chips": ["gfx11"],
168bf215546Sopenharmony_ci   "map": {"at": 36612, "to": "mm"},
169bf215546Sopenharmony_ci   "name": "SQ_BUF_RSRC_WORD1",
170bf215546Sopenharmony_ci   "type_ref": "SQ_BUF_RSRC_WORD1"
171bf215546Sopenharmony_ci  },
172bf215546Sopenharmony_ci  {
173bf215546Sopenharmony_ci   "chips": ["gfx11"],
174bf215546Sopenharmony_ci   "map": {"at": 36616, "to": "mm"},
175bf215546Sopenharmony_ci   "name": "SQ_BUF_RSRC_WORD2"
176bf215546Sopenharmony_ci  },
177bf215546Sopenharmony_ci  {
178bf215546Sopenharmony_ci   "chips": ["gfx11"],
179bf215546Sopenharmony_ci   "map": {"at": 36620, "to": "mm"},
180bf215546Sopenharmony_ci   "name": "SQ_BUF_RSRC_WORD3",
181bf215546Sopenharmony_ci   "type_ref": "SQ_BUF_RSRC_WORD3"
182bf215546Sopenharmony_ci  },
183bf215546Sopenharmony_ci  {
184bf215546Sopenharmony_ci   "chips": ["gfx11"],
185bf215546Sopenharmony_ci   "map": {"at": 40960, "to": "mm"},
186bf215546Sopenharmony_ci   "name": "SQ_IMG_RSRC_WORD0"
187bf215546Sopenharmony_ci  },
188bf215546Sopenharmony_ci  {
189bf215546Sopenharmony_ci   "chips": ["gfx11"],
190bf215546Sopenharmony_ci   "map": {"at": 40964, "to": "mm"},
191bf215546Sopenharmony_ci   "name": "SQ_IMG_RSRC_WORD1",
192bf215546Sopenharmony_ci   "type_ref": "SQ_IMG_RSRC_WORD1"
193bf215546Sopenharmony_ci  },
194bf215546Sopenharmony_ci  {
195bf215546Sopenharmony_ci   "chips": ["gfx11"],
196bf215546Sopenharmony_ci   "map": {"at": 40968, "to": "mm"},
197bf215546Sopenharmony_ci   "name": "SQ_IMG_RSRC_WORD2",
198bf215546Sopenharmony_ci   "type_ref": "SQ_IMG_RSRC_WORD2"
199bf215546Sopenharmony_ci  },
200bf215546Sopenharmony_ci  {
201bf215546Sopenharmony_ci   "chips": ["gfx11"],
202bf215546Sopenharmony_ci   "map": {"at": 40972, "to": "mm"},
203bf215546Sopenharmony_ci   "name": "SQ_IMG_RSRC_WORD3",
204bf215546Sopenharmony_ci   "type_ref": "SQ_IMG_RSRC_WORD3"
205bf215546Sopenharmony_ci  },
206bf215546Sopenharmony_ci  {
207bf215546Sopenharmony_ci   "chips": ["gfx11"],
208bf215546Sopenharmony_ci   "map": {"at": 40976, "to": "mm"},
209bf215546Sopenharmony_ci   "name": "SQ_IMG_RSRC_WORD4",
210bf215546Sopenharmony_ci   "type_ref": "SQ_IMG_RSRC_WORD4"
211bf215546Sopenharmony_ci  },
212bf215546Sopenharmony_ci  {
213bf215546Sopenharmony_ci   "chips": ["gfx11"],
214bf215546Sopenharmony_ci   "map": {"at": 40980, "to": "mm"},
215bf215546Sopenharmony_ci   "name": "SQ_IMG_RSRC_WORD5",
216bf215546Sopenharmony_ci   "type_ref": "SQ_IMG_RSRC_WORD5"
217bf215546Sopenharmony_ci  },
218bf215546Sopenharmony_ci  {
219bf215546Sopenharmony_ci   "chips": ["gfx11"],
220bf215546Sopenharmony_ci   "map": {"at": 40984, "to": "mm"},
221bf215546Sopenharmony_ci   "name": "SQ_IMG_RSRC_WORD6",
222bf215546Sopenharmony_ci   "type_ref": "SQ_IMG_RSRC_WORD6"
223bf215546Sopenharmony_ci  },
224bf215546Sopenharmony_ci  {
225bf215546Sopenharmony_ci   "chips": ["gfx11"],
226bf215546Sopenharmony_ci   "map": {"at": 40988, "to": "mm"},
227bf215546Sopenharmony_ci   "name": "SQ_IMG_RSRC_WORD7"
228bf215546Sopenharmony_ci  },
229bf215546Sopenharmony_ci  {
230bf215546Sopenharmony_ci   "chips": ["gfx11"],
231bf215546Sopenharmony_ci   "map": {"at": 36656, "to": "mm"},
232bf215546Sopenharmony_ci   "name": "SQ_IMG_SAMP_WORD0",
233bf215546Sopenharmony_ci   "type_ref": "SQ_IMG_SAMP_WORD0"
234bf215546Sopenharmony_ci  },
235bf215546Sopenharmony_ci  {
236bf215546Sopenharmony_ci   "chips": ["gfx11"],
237bf215546Sopenharmony_ci   "map": {"at": 36660, "to": "mm"},
238bf215546Sopenharmony_ci   "name": "SQ_IMG_SAMP_WORD1",
239bf215546Sopenharmony_ci   "type_ref": "SQ_IMG_SAMP_WORD1"
240bf215546Sopenharmony_ci  },
241bf215546Sopenharmony_ci  {
242bf215546Sopenharmony_ci   "chips": ["gfx11"],
243bf215546Sopenharmony_ci   "map": {"at": 36664, "to": "mm"},
244bf215546Sopenharmony_ci   "name": "SQ_IMG_SAMP_WORD2",
245bf215546Sopenharmony_ci   "type_ref": "SQ_IMG_SAMP_WORD2"
246bf215546Sopenharmony_ci  },
247bf215546Sopenharmony_ci  {
248bf215546Sopenharmony_ci   "chips": ["gfx11"],
249bf215546Sopenharmony_ci   "map": {"at": 36668, "to": "mm"},
250bf215546Sopenharmony_ci   "name": "SQ_IMG_SAMP_WORD3",
251bf215546Sopenharmony_ci   "type_ref": "SQ_IMG_SAMP_WORD3"
252bf215546Sopenharmony_ci  }
253bf215546Sopenharmony_ci ],
254bf215546Sopenharmony_ci "register_types": {
255bf215546Sopenharmony_ci  "SQ_BUF_RSRC_WORD1": {
256bf215546Sopenharmony_ci   "fields": [
257bf215546Sopenharmony_ci    {"bits": [0, 15], "name": "BASE_ADDRESS_HI"},
258bf215546Sopenharmony_ci    {"bits": [16, 29], "name": "STRIDE"},
259bf215546Sopenharmony_ci    {"bits": [30, 31], "name": "SWIZZLE_ENABLE"}
260bf215546Sopenharmony_ci   ]
261bf215546Sopenharmony_ci  },
262bf215546Sopenharmony_ci  "SQ_BUF_RSRC_WORD3": {
263bf215546Sopenharmony_ci   "fields": [
264bf215546Sopenharmony_ci    {"bits": [0, 2], "name": "DST_SEL_X"},
265bf215546Sopenharmony_ci    {"bits": [3, 5], "name": "DST_SEL_Y"},
266bf215546Sopenharmony_ci    {"bits": [6, 8], "name": "DST_SEL_Z"},
267bf215546Sopenharmony_ci    {"bits": [9, 11], "name": "DST_SEL_W"},
268bf215546Sopenharmony_ci    {"bits": [12, 17], "enum_ref": "GFX11_FORMAT", "name": "FORMAT"},
269bf215546Sopenharmony_ci    {"bits": [21, 22], "name": "INDEX_STRIDE"},
270bf215546Sopenharmony_ci    {"bits": [23, 23], "name": "ADD_TID_ENABLE"},
271bf215546Sopenharmony_ci    {"bits": [26, 27], "comment": "deprecated", "name": "LLC_NOALLOC"},
272bf215546Sopenharmony_ci    {"bits": [28, 29], "enum_ref": "SQ_BUF_RSRC_WORD3__OOB_SELECT", "name": "OOB_SELECT"},
273bf215546Sopenharmony_ci    {"bits": [30, 31], "comment": "must be 0", "name": "TYPE"}
274bf215546Sopenharmony_ci   ]
275bf215546Sopenharmony_ci  },
276bf215546Sopenharmony_ci  "SQ_IMG_RSRC_WORD1": {
277bf215546Sopenharmony_ci   "fields": [
278bf215546Sopenharmony_ci    {"bits": [0, 7], "name": "BASE_ADDRESS_HI"},
279bf215546Sopenharmony_ci    {"bits": [13, 14], "comment": "deprecated", "name": "LLC_NOALLOC"},
280bf215546Sopenharmony_ci    {"bits": [15, 15], "name": "BIG_PAGE"},
281bf215546Sopenharmony_ci    {"bits": [16, 19], "name": "MAX_MIP"},
282bf215546Sopenharmony_ci    {"bits": [20, 27], "enum_ref": "GFX11_FORMAT", "name": "FORMAT"},
283bf215546Sopenharmony_ci    {"bits": [30, 31], "name": "WIDTH_LO"}
284bf215546Sopenharmony_ci   ]
285bf215546Sopenharmony_ci  },
286bf215546Sopenharmony_ci  "SQ_IMG_RSRC_WORD2": {
287bf215546Sopenharmony_ci   "fields": [
288bf215546Sopenharmony_ci    {"bits": [0, 11], "name": "WIDTH_HI"},
289bf215546Sopenharmony_ci    {"bits": [14, 27], "name": "HEIGHT"}
290bf215546Sopenharmony_ci   ]
291bf215546Sopenharmony_ci  },
292bf215546Sopenharmony_ci  "SQ_IMG_RSRC_WORD3": {
293bf215546Sopenharmony_ci   "fields": [
294bf215546Sopenharmony_ci    {"bits": [0, 2], "name": "DST_SEL_X"},
295bf215546Sopenharmony_ci    {"bits": [3, 5], "name": "DST_SEL_Y"},
296bf215546Sopenharmony_ci    {"bits": [6, 8], "name": "DST_SEL_Z"},
297bf215546Sopenharmony_ci    {"bits": [9, 11], "name": "DST_SEL_W"},
298bf215546Sopenharmony_ci    {"bits": [12, 15], "name": "BASE_LEVEL"},
299bf215546Sopenharmony_ci    {"bits": [16, 19], "name": "LAST_LEVEL"},
300bf215546Sopenharmony_ci    {"bits": [20, 24], "name": "SW_MODE"},
301bf215546Sopenharmony_ci    {"bits": [25, 27], "enum_ref": "SQ_IMG_RSRC_WORD3__BC_SWIZZLE", "name": "BC_SWIZZLE"},
302bf215546Sopenharmony_ci    {"bits": [28, 31], "name": "TYPE"}
303bf215546Sopenharmony_ci   ]
304bf215546Sopenharmony_ci  },
305bf215546Sopenharmony_ci  "SQ_IMG_RSRC_WORD4": {
306bf215546Sopenharmony_ci   "fields": [
307bf215546Sopenharmony_ci    {"bits": [0, 12], "name": "DEPTH"},
308bf215546Sopenharmony_ci    {"bits": [16, 28], "name": "BASE_ARRAY"}
309bf215546Sopenharmony_ci   ]
310bf215546Sopenharmony_ci  },
311bf215546Sopenharmony_ci  "SQ_IMG_RSRC_WORD5": {
312bf215546Sopenharmony_ci   "fields": [
313bf215546Sopenharmony_ci    {"bits": [0, 3], "name": "ARRAY_PITCH"},
314bf215546Sopenharmony_ci    {"bits": [8, 19], "name": "MIN_LOD_WARN"},
315bf215546Sopenharmony_ci    {"bits": [20, 22], "name": "PERF_MOD"},
316bf215546Sopenharmony_ci    {"bits": [23, 23], "name": "CORNER_SAMPLES"},
317bf215546Sopenharmony_ci    {"bits": [26, 26], "comment": "deprecated", "name": "PRT_DEFAULT"},
318bf215546Sopenharmony_ci    {"bits": [27, 31], "name": "MIN_LOD_LO"}
319bf215546Sopenharmony_ci   ]
320bf215546Sopenharmony_ci  },
321bf215546Sopenharmony_ci  "SQ_IMG_RSRC_WORD6": {
322bf215546Sopenharmony_ci   "fields": [
323bf215546Sopenharmony_ci    {"bits": [0, 6], "name": "MIN_LOD_HI"},
324bf215546Sopenharmony_ci    {"bits": [10, 10], "name": "ITERATE_256"},
325bf215546Sopenharmony_ci    {"bits": [11, 14], "name": "SAMPLE_PATTERN_OFFSET"},
326bf215546Sopenharmony_ci    {"bits": [15, 16], "name": "MAX_UNCOMPRESSED_BLOCK_SIZE"},
327bf215546Sopenharmony_ci    {"bits": [17, 18], "name": "MAX_COMPRESSED_BLOCK_SIZE"},
328bf215546Sopenharmony_ci    {"bits": [19, 19], "name": "META_PIPE_ALIGNED"},
329bf215546Sopenharmony_ci    {"bits": [20, 20], "name": "WRITE_COMPRESS_ENABLE"},
330bf215546Sopenharmony_ci    {"bits": [21, 21], "name": "COMPRESSION_EN"},
331bf215546Sopenharmony_ci    {"bits": [22, 22], "name": "ALPHA_IS_ON_MSB"},
332bf215546Sopenharmony_ci    {"bits": [23, 23], "name": "COLOR_TRANSFORM"},
333bf215546Sopenharmony_ci    {"bits": [24, 31], "name": "META_DATA_ADDRESS_LO"}
334bf215546Sopenharmony_ci   ]
335bf215546Sopenharmony_ci  },
336bf215546Sopenharmony_ci  "SQ_IMG_SAMP_WORD0": {
337bf215546Sopenharmony_ci   "fields": [
338bf215546Sopenharmony_ci    {"bits": [0, 2], "name": "CLAMP_X"},
339bf215546Sopenharmony_ci    {"bits": [3, 5], "name": "CLAMP_Y"},
340bf215546Sopenharmony_ci    {"bits": [6, 8], "name": "CLAMP_Z"},
341bf215546Sopenharmony_ci    {"bits": [9, 11], "name": "MAX_ANISO_RATIO"},
342bf215546Sopenharmony_ci    {"bits": [12, 14], "name": "DEPTH_COMPARE_FUNC"},
343bf215546Sopenharmony_ci    {"bits": [15, 15], "name": "FORCE_UNNORMALIZED"},
344bf215546Sopenharmony_ci    {"bits": [16, 18], "name": "ANISO_THRESHOLD"},
345bf215546Sopenharmony_ci    {"bits": [19, 19], "name": "MC_COORD_TRUNC"},
346bf215546Sopenharmony_ci    {"bits": [20, 20], "name": "FORCE_DEGAMMA"},
347bf215546Sopenharmony_ci    {"bits": [21, 26], "name": "ANISO_BIAS"},
348bf215546Sopenharmony_ci    {"bits": [27, 27], "name": "TRUNC_COORD"},
349bf215546Sopenharmony_ci    {"bits": [28, 28], "name": "DISABLE_CUBE_WRAP"},
350bf215546Sopenharmony_ci    {"bits": [29, 30], "name": "FILTER_MODE"},
351bf215546Sopenharmony_ci    {"bits": [31, 31], "name": "SKIP_DEGAMMA"}
352bf215546Sopenharmony_ci   ]
353bf215546Sopenharmony_ci  },
354bf215546Sopenharmony_ci  "SQ_IMG_SAMP_WORD1": {
355bf215546Sopenharmony_ci   "fields": [
356bf215546Sopenharmony_ci    {"bits": [0, 11], "name": "MIN_LOD"},
357bf215546Sopenharmony_ci    {"bits": [12, 23], "name": "MAX_LOD"},
358bf215546Sopenharmony_ci    {"bits": [24, 27], "name": "PERF_MIP"},
359bf215546Sopenharmony_ci    {"bits": [28, 31], "name": "PERF_Z"}
360bf215546Sopenharmony_ci   ]
361bf215546Sopenharmony_ci  },
362bf215546Sopenharmony_ci  "SQ_IMG_SAMP_WORD2": {
363bf215546Sopenharmony_ci   "fields": [
364bf215546Sopenharmony_ci    {"bits": [0, 13], "name": "LOD_BIAS"},
365bf215546Sopenharmony_ci    {"bits": [14, 19], "name": "LOD_BIAS_SEC"},
366bf215546Sopenharmony_ci    {"bits": [20, 21], "name": "XY_MAG_FILTER"},
367bf215546Sopenharmony_ci    {"bits": [22, 23], "name": "XY_MIN_FILTER"},
368bf215546Sopenharmony_ci    {"bits": [24, 25], "name": "Z_FILTER"},
369bf215546Sopenharmony_ci    {"bits": [26, 27], "name": "MIP_FILTER"},
370bf215546Sopenharmony_ci    {"bits": [29, 29], "name": "ANISO_OVERRIDE"},
371bf215546Sopenharmony_ci    {"bits": [30, 30], "name": "BLEND_PRT"}
372bf215546Sopenharmony_ci   ]
373bf215546Sopenharmony_ci  },
374bf215546Sopenharmony_ci  "SQ_IMG_SAMP_WORD3": {
375bf215546Sopenharmony_ci   "fields": [
376bf215546Sopenharmony_ci    {"bits": [18, 29], "name": "BORDER_COLOR_PTR"},
377bf215546Sopenharmony_ci    {"bits": [30, 31], "name": "BORDER_COLOR_TYPE"}
378bf215546Sopenharmony_ci   ]
379bf215546Sopenharmony_ci  }
380bf215546Sopenharmony_ci }
381bf215546Sopenharmony_ci}
382