broadcom/vc5: Turn the CLE XML's memory format into an enum.
[mesa.git] / src / broadcom / cle / v3d_packet_v33.xml
1 <vcxml gen="3.3">
2
3 <enum name="Compare Function" prefix="V3D_COMPARE_FUNC">
4 <value name="NEVER" value="0"/>
5 <value name="LESS" value="1"/>
6 <value name="EQUAL" value="2"/>
7 <value name="LEQUAL" value="3"/>
8 <value name="GREATER" value="4"/>
9 <value name="NOTEQUAL" value="5"/>
10 <value name="GEQUAL" value="6"/>
11 <value name="ALWAYS" value="7"/>
12 </enum>
13
14 <enum name="Blend Factor" prefix="V3D_BLEND_FACTOR">
15 <value name="ZERO" value="0"/>
16 <value name="ONE" value="1"/>
17 <value name="SRC_COLOR" value="2"/>
18 <value name="INV_SRC_COLOR" value="3"/>
19 <value name="DST_COLOR" value="4"/>
20 <value name="INV_DST_COLOR" value="5"/>
21 <value name="SRC_ALPHA" value="6"/>
22 <value name="INV_SRC_ALPHA" value="7"/>
23 <value name="DST_ALPHA" value="8"/>
24 <value name="INV_DST_ALPHA" value="9"/>
25 <value name="CONST_COLOR" value="10"/>
26 <value name="INV_CONST_COLOR" value="11"/>
27 <value name="CONST_ALPHA" value="12"/>
28 <value name="INV_CONST_ALPHA" value="13"/>
29 <value name="SRC_ALPHA_SATURATE" value="14"/>
30 </enum>
31
32 <enum name="Blend Mode" prefix="V3D_BLEND_MODE">
33 <value name="ADD" value="0"/>
34 <value name="SUB" value="1"/>
35 <value name="RSUB" value="2"/>
36 <value name="MIN" value="3"/>
37 <value name="MAX" value="4"/>
38 <value name="MUL" value="5"/>
39 <value name="SCREEN" value="6"/>
40 <value name="DARKEN" value="7"/>
41 <value name="LIGHTEN" value="8"/>
42 </enum>
43
44 <enum name="Stencil Op" prefix="V3D_STENCIL_OP">
45 <value name="ZERO" value="0"/>
46 <value name="KEEP" value="1"/>
47 <value name="REPLACE" value="2"/>
48 <value name="INCR" value="3"/>
49 <value name="DECR" value="4"/>
50 <value name="INVERT" value="5"/>
51 <value name="INCWRAP" value="6"/>
52 <value name="DECWRAP" value="7"/>
53 </enum>
54
55 <enum name="Primitive" prefix="V3D_PRIM">
56 <value name="POINTS" value="0"/>
57 <value name="LINES" value="1"/>
58 <value name="LINE_LOOP" value="2"/>
59 <value name="LINE_STRIP" value="3"/>
60 <value name="TRIANGLES" value="4"/>
61 <value name="TRIANGLE_STRIP" value="5"/>
62 <value name="TRIANGLE_FAN" value="6"/>
63 <value name="POINTS_TF" value="16"/>
64 <value name="LINES_TF" value="17"/>
65 <value name="LINE_LOOP_TF" value="18"/>
66 <value name="LINE_STRIP_TF" value="19"/>
67 <value name="TRIANGLES_TF" value="20"/>
68 <value name="TRIANGLE_STRIP_TF" value="21"/>
69 <value name="TRIANGLE_FAN_TF" value="22"/>
70 </enum>
71
72 <enum name="TMU Filter" prefix="V3D_TMU_FILTER">
73 <!-- Names are mip filter, min filter, mag filter -->
74 <value name="MIN_LIN_MIP_NONE_MAG_LIN" value="0"/>
75 <value name="MIN_LIN_MIP_NONE_MAG_NEAR" value="1"/>
76 <value name="MIN_NEAR_MIP_NONE_MAG_LIN" value="2"/>
77 <value name="MIN_NEAR_MIP_NONE_MAG_NEAR" value="3"/>
78
79 <value name="MIN_NEAR_MIP_NEAR_MAG_LIN" value="4"/>
80 <value name="MIN_NEAR_MIP_NEAR_MAG_NEAR" value="5"/>
81 <value name="MIN_NEAR_MIP_LIN_MAG_LIN" value="6"/>
82 <value name="MIN_NEAR_MIP_LIN_MAG_NEAR" value="7"/>
83
84 <value name="MIN_LIN_MIP_NEAR_MAG_LIN" value="8"/>
85 <value name="MIN_LIN_MIP_NEAR_MAG_NEAR" value="9"/>
86 <value name="MIN_LIN_MIP_LIN_MAG_LIN" value="10"/>
87 <value name="MIN_LIN_MIP_LIN_MAG_NEAR" value="11"/>
88
89 <value name="ANISOTROPIC_2_1" value="12"/>
90 <value name="ANISOTROPIC_4_1" value="13"/>
91 <value name="ANISOTROPIC_8_1" value="14"/>
92 <value name="ANISOTROPIC_16_1" value="15"/>
93 </enum>
94
95 <enum name="Flat Shade Action" prefix="V3D_FLAT_SHADE_ACTION">
96 <value name="unchanged" value="0"/>
97 <value name="zeroed" value="1"/>
98 <value name="set" value="2"/>
99 </enum>
100
101 <enum name="Memory Format" prefix="V3D_MEMORY_FORMAT">
102 <value name="Raster" value="0"/>
103 <value name="Lineartile" value="1"/>
104 <value name="UB-linear (1 UIF block wide)" value="2"/>
105 <value name="UB-linear (2 UIF blocks wide)" value="3"/>
106 <value name="UIF (No XOR)" value="4"/>
107 <value name="UIF (XOR)" value="5"/>
108 </enum>
109
110 <packet code="0" name="Halt"/>
111 <packet code="1" name="NOP"/>
112 <packet code="4" name="Flush"/>
113 <packet code="5" name="Flush All State"/>
114 <packet code="6" name="Start Tile Binning"/>
115 <packet code="7" name="Increment Semaphore"/>
116 <packet code="8" name="Wait on Semaphore"/>
117 <packet code="9" name="Wait for previous frame"/>
118 <packet code="10" name="Enable Z-only rendering" cl="R"/>
119 <packet code="11" name="Disable Z-only rendering" cl="R"/>
120 <packet code="12" name="End of Z-only rendering in frame"/>
121 <packet code="13" name="End of rendering"/>
122
123 <packet code="14" name="Wait for transform feedback" cl="B">
124 <field name="Block count" size="8" start="0" type="uint"/>
125 </packet>
126
127 <packet code="15" name="Branch to auto-chained sub-list">
128 <field name="address" size="32" start="0" type="address"/>
129 </packet>
130
131 <packet code="16" name="Branch">
132 <field name="address" size="32" start="0" type="address"/>
133 </packet>
134
135 <packet code="17" name="Branch to Sub-list">
136 <field name="address" size="32" start="0" type="address"/>
137 </packet>
138
139 <packet code="18" name="Return from sub-list"/>
140 <packet code="19" name="Flush VCD cache"/>
141
142 <packet code="20" name="Start Address of Generic Tile List">
143 <field name="start" size="32" start="0" type="address"/>
144 <field name="end" size="32" start="32" type="address"/>
145 </packet>
146
147 <packet code="21" name="Branch to Implicit Tile List">
148 <field name="tile list set number" size="8" start="0" type="uint"/>
149 </packet>
150
151 <packet code="22" name="Branch to Explicit Supertile">
152 <field name="Absolute address of explicit supertile render list" size="32" start="24" type="address"/>
153 <field name="explicit supertile number" size="8" start="16" type="uint"/>
154 <field name="row number" size="8" start="8" type="uint"/>
155 <field name="column number" size="8" start="0" type="uint"/>
156 </packet>
157
158 <packet code="23" name="Supertile Coordinates">
159 <field name="row number in supertiles" size="8" start="8" type="uint"/>
160 <field name="column number in supertiles" size="8" start="0" type="uint"/>
161 </packet>
162
163 <packet code="24" name="Store Multi-Sample Resolved Tile Color Buffer" cl="R"/>
164
165 <packet code="25" name="Store Multi-Sample Resolved Tile Color Buffer (extended)" cl="R">
166 <field name="Disable Color Buffer write" size="8" start="8" type="uint"/>
167 <field name="Enable Z write" size="1" start="7" type="bool"/>
168 <field name="Enable Stencil write" size="1" start="6" type="bool"/>
169 <!-- bit 5 unused -->
170 <field name="Disable Colour buffer(s) clear on write" size="1" start="4" type="bool"/>
171 <field name="Disable Stencil buffer clear on write" size="1" start="3" type="bool"/>
172 <field name="Disable Z buffer clear on write" size="1" start="2" type="bool"/>
173 <field name="Disable fast opportunistic write out in multisample mode" size="1" start="1" type="bool"/>
174 <field name="Last Tile of Frame" size="1" start="0" type="bool"/>
175 </packet>
176
177 <packet code="26" name="Reload Tile Colour Buffer" cl="R">
178 <field name="Disable Colour Buffer load" size="8" start="8" type="uint"/>
179 <field name="Enable Z load" size="1" start="7" type="bool"/>
180 <field name="Enable Stencil load" size="1" start="6" type="bool"/>
181 </packet>
182
183 <packet code="27" name="End of Tile Marker" cl="R"/>
184
185 <packet code="29" name="Store Tile Buffer General" cl="R">
186 <field name="Address" size="24" start="24" type="address"/>
187 <field name="Padded height of output image in UIF blocks" size="13" start="11" type="uint"/>
188 <field name="XOR UIF" size="1" start="10" type="bool"/>
189 <field name="Last Tile of Frame" size="1" start="8" type="bool"/>
190 <field name="Disable Colour buffer(s) clear on write" size="1" start="7" type="bool"/>
191 <field name="Disable Stencil buffer clear on write" size="1" start="6" type="bool"/>
192 <field name="Disable Z buffer clear on write" size="1" start="5" type="bool"/>
193 <field name="Raw Mode" size="1" start="4" type="bool"/>
194 <field name="Buffer to Store" size="4" start="0" type="uint">
195 <value name="Render target 0" value="0"/>
196 <value name="Render target 1" value="1"/>
197 <value name="Render target 2" value="2"/>
198 <value name="Render target 3" value="3"/>
199 <value name="None" value="8"/>
200 <value name="Z" value="9"/>
201 <value name="Stencil" value="10"/>
202 <value name="Z+Stencil" value="11"/>
203 </field>
204 </packet>
205
206 <packet code="30" name="Load Tile Buffer General" cl="R">
207 <field name="Address" size="24" start="24" type="address"/>
208 <field name="Padded height of output image in UIF blocks" size="13" start="11" type="uint"/>
209 <field name="XOR UIF" size="1" start="10" type="bool"/>
210 <field name="Raw Mode" size="1" start="4" type="bool"/>
211 <field name="Buffer to Load" size="4" start="0" type="uint">
212 <value name="Render target 0" value="0"/>
213 <value name="Render target 1" value="1"/>
214 <value name="Render target 2" value="2"/>
215 <value name="Render target 3" value="3"/>
216 <value name="None" value="8"/>
217 <value name="Z" value="9"/>
218 <value name="Stencil" value="10"/>
219 <value name="Z+Stencil" value="11"/>
220 </field>
221 </packet>
222
223 <packet code="32" name="Indexed Primitive List" cl="B">
224 <field name="Minimum index" size="32" start="104" type="uint"/>
225 <field name="Enable Primitive Restarts" size="1" start="103" type="bool"/>
226 <field name="Maximum index" size="31" start="72" type="uint"/>
227 <field name="Address of Indices List" size="32" start="40" type="address"/>
228 <field name="Length" size="32" start="8" type="uint"/>
229
230 <field name="Index type" size="2" start="6" type="uint">
231 <value name="Index type 8-bit" value="0"/>
232 <value name="Index type 16-bit" value="1"/>
233 <value name="Index type 32-bit" value="2"/>
234 </field>
235
236 <field name="mode" size="5" start="0" type="Primitive"/>
237 </packet>
238
239 <packet code="34" name="Indexed Instanced Primitive List" cl="B">
240 <field name="Enable Primitive Restarts" size="1" start="135" type="bool"/>
241 <field name="Maximum index" size="31" start="104" type="uint"/>
242 <field name="Address of Indices List" size="32" start="72" type="address"/>
243 <field name="Number of Instances" size="32" start="40" type="uint"/>
244 <field name="Instance Length" size="32" start="8" type="uint"/>
245
246 <field name="Index type" size="2" start="6" type="uint">
247 <value name="Index type 8-bit" value="0"/>
248 <value name="Index type 16-bit" value="1"/>
249 <value name="Index type 32-bit" value="2"/>
250 </field>
251
252 <field name="mode" size="5" start="0" type="Primitive"/>
253 </packet>
254
255 <packet code="36" name="Vertex Array Primitives" cl="B">
256 <field name="Index of First Vertex" size="32" start="40" type="uint"/>
257 <field name="Length" size="32" start="8" type="uint"/>
258
259 <field name="mode" size="8" start="0" type="Primitive"/>
260 </packet>
261
262 <packet code="38" name="Vertex Array Instanced Primitives" cl="B">
263 <field name="Index of First Vertex" size="32" start="72" type="uint"/>
264 <field name="Number of Instances" size="32" start="40" type="uint"/>
265 <field name="Instance Length" size="32" start="8" type="uint"/>
266
267 <field name="mode" size="8" start="0" type="Primitive"/>
268 </packet>
269
270 <packet code="43" name="Base Vertex Base Instance" cl="B">
271 <field name="Base Instance" size="32" start="32" type="uint"/>
272
273 <field name="Base Vertex" size="32" start="0" type="uint"/>
274 </packet>
275
276 <packet code="56" name="Primitive List Format">
277 <field name="data type" size="1" start="6" type="uint">
278 <value name="List Indexed" value="0"/>
279 <value name="List 32-bit X/Y" value="1"/>
280 </field>
281 <field name="primitive type" size="6" start="0" type="uint">
282 <value name="List Points" value="0"/>
283 <value name="List Lines" value="1"/>
284 <value name="List Triangles" value="2"/>
285 </field>
286 </packet>
287
288 <packet code="64" name="GL Shader State">
289 <field name="address" size="27" start="5" type="address"/>
290 <field name="number of attribute arrays" size="5" start="0" type="uint"/>
291 </packet>
292
293 <packet code="74" name="Transform Feedback Enable">
294 <field name="number of 32-bit Output Buffer Address following" size="3" start="8" type="uint"/>
295 <field name="number of 16-bit Output Data Specs following" size="5" start="11" type="uint"/>
296 </packet>
297
298 <packet code="75" name="Flush Transform Feedback Data"/>
299
300 <struct name="Transform Feedback Output Data Spec">
301 <field name="First Shaded Vertex Value to output" size="8" start="0" type="uint"/>
302 <field name="Number of consecutive Vertex Values to output as 32-bit values minus 1" size="4" start="8" type="uint"/>
303 <field name="Output Buffer to write to" size="2" start="12" type="uint"/>
304 </struct>
305
306 <struct name="Transform Feedback Output Address">
307 <field name="address" size="32" start="0" type="address"/>
308 </struct>
309
310 <packet code="80" name="Stencil Config">
311 <field name="Stencil Write Mask" size="8" start="32" type="uint"/>
312 <field name="Back Config" size="1" start="29" type="bool"/>
313 <field name="Front Config" size="1" start="28" type="bool"/>
314 <field name="Stencil Pass Op" size="3" start="25" type="Stencil Op"/>
315 <field name="Depth Test Fail Op" size="3" start="22" type="Stencil Op"/>
316 <field name="Stencil Test Fail Op" size="3" start="19" type="Stencil Op"/>
317 <field name="Stencil Test Function" size="3" start="16" type="Compare Function"/>
318 <field name="Stencil Test Mask" size="8" start="8" type="uint"/>
319 <field name="Stencil Ref Value" size="8" start="0" type="uint"/>
320 </packet>
321
322 <packet code="84" name="Blend Config">
323 <field name="VG Coverage Modes" size="2" start="28" type="uint"/>
324 <field name="Colour blend dst factor" size="4" start="20" type="Blend Factor"/>
325 <field name="Colour blend src factor" size="4" start="16" type="Blend Factor"/>
326 <field name="Colour blend mode" size="4" start="12" type="Blend Mode"/>
327 <field name="Alpha blend dst factor" size="4" start="8" type="Blend Factor"/>
328 <field name="Alpha blend src factor" size="4" start="4" type="Blend Factor"/>
329 <field name="Alpha blend mode" size="4" start="0" type="Blend Mode"/>
330 </packet>
331
332 <packet code="86" name="Blend Constant Colour">
333 <field name="Alpha (F16)" size="16" start="48" type="uint"/>
334 <field name="Blue (F16)" size="16" start="32" type="uint"/>
335 <field name="Green (F16)" size="16" start="16" type="uint"/>
336 <field name="Red (F16)" size="16" start="0" type="uint"/>
337 </packet>
338
339 <packet code="87" name="Colour Write Masks">
340 <field name="Reserved" size="16" start="16" type="uint"/>
341 <field name="Render Target 3 per colour component write masks" size="4" start="12" type="uint"/>
342 <field name="Render Target 2 per colour component write masks" size="4" start="8" type="uint"/>
343 <field name="Render Target 1 per colour component write masks" size="4" start="4" type="uint"/>
344 <field name="Render Target 0 per colour component write masks" size="4" start="0" type="uint"/>
345 </packet>
346
347 <packet code="92" name="Occlusion Query Counter">
348 <field name="address" size="32" start="0" type="address"/>
349 </packet>
350
351 <packet code="96" name="Configuration Bits">
352 <field name="Direct3D Provoking Vertex" size="1" start="21" type="bool"/>
353 <field name="Direct3D 'Point-fill' mode" size="1" start="20" type="bool"/>
354 <field name="Blend enable" size="1" start="19" type="bool"/>
355 <field name="Stencil enable" size="1" start="18" type="bool"/>
356 <field name="Early Z updates enable" size="1" start="17" type="bool"/>
357 <field name="Early Z enable" size="1" start="16" type="bool"/>
358 <field name="Z updates enable" size="1" start="15" type="bool"/>
359 <field name="Depth-Test Function" size="3" start="12" type="Compare Function"/>
360 <field name="Direct3D Wireframe triangles mode" size="1" start="11" type="bool"/>
361 <field name="Coverage Update Mode" size="2" start="9" type="uint"/>
362 <field name="Coverage Pipe Select" size="1" start="8" type="bool"/>
363 <field name="Rasterizer Oversample Mode" size="2" start="6" type="uint"/>
364 <field name="Line Rasterization" size="2" start="4" type="uint"/>
365 <field name="Enable Depth Offset" size="1" start="3" type="bool"/>
366 <field name="Clockwise Primitives" size="1" start="2" type="bool"/>
367 <field name="Enable Reverse Facing Primitive" size="1" start="1" type="bool"/>
368 <field name="Enable Forward Facing Primitive" size="1" start="0" type="bool"/>
369 </packet>
370
371 <packet code="97" name="Zero All Flat Shade Flags"/>
372
373 <packet code="98" name="Flat Shade Flags">
374 <field name="Flat Shade Flags for varyings V0*24" size="24" start="8" type="uint"/>
375 <field name="Action for Flat Shade Flags of higher numbered varyings" size="2" start="6" type="Flat Shade Action"/>
376 <field name="Action for Flat Shade Flags of lower numbered varyings" size="2" start="4" type="Flat Shade Action"/>
377 <field name="Varying offset V0" size="4" start="0" type="uint"/>
378 </packet>
379
380 <packet code="104" name="Point size">
381 <field name="Point Size" size="32" start="0" type="float"/>
382 </packet>
383
384 <packet code="105" name="Line width">
385 <field name="Line width" size="32" start="0" type="float"/>
386 </packet>
387
388 <packet name="Depth Offset" code="106">
389 <!-- these fields are both float-1-8-7 encoded (top 16 bits of a float32) -->
390 <field name="Depth Offset Units" size="16" start="16" type="uint"/>
391 <field name="Depth Offset Factor" size="16" start="0" type="uint"/>
392 </packet>
393
394 <packet name="Clip Window" code="107">
395 <field name="Clip Window Height in pixels" size="16" start="48" type="uint"/>
396 <field name="Clip Window Width in pixels" size="16" start="32" type="uint"/>
397 <field name="Clip Window Bottom Pixel Coordinate" size="16" start="16" type="uint"/>
398 <field name="Clip Window Left Pixel Coordinate" size="16" start="0" type="uint"/>
399 </packet>
400
401 <packet name="Viewport Offset" code="108">
402 <field name="Viewport Centre Y-coordinate" size="32" start="32" type="s24.8"/>
403 <field name="Viewport Centre X-coordinate" size="32" start="0" type="s24.8"/>
404 </packet>
405
406 <packet name="Clipper Z min/max clipping planes" code="109">
407 <field name="Maximum Zw" size="32" start="32" type="float"/>
408 <field name="Minimum Zw" size="32" start="0" type="float"/>
409 </packet>
410
411 <packet name="Clipper XY Scaling" code="110" cl="B">
412 <field name="Viewport Half-Height in 1/256th of pixel" size="32" start="32" type="float"/>
413 <field name="Viewport Half-Width in 1/256th of pixel" size="32" start="0" type="float"/>
414 </packet>
415
416 <packet name="Clipper Z Scale and Offset" code="111" cl="B">
417 <field name="Viewport Z Offset (Zc to Zs)" size="32" start="32" type="float"/>
418 <field name="Viewport Z Scale (Zc to Zs)" size="32" start="0" type="float"/>
419 </packet>
420
421 <packet code="120" name="Tile Binning Mode Configuration (Part1)">
422 <field name="Double-buffer in non-ms mode" size="1" start="63" type="bool"/>
423 <field name="Multisample Mode (4x)" size="1" start="62" type="bool"/>
424
425 <field name="Maximum BPP of all render targets" size="2" start="60" type="uint">
426 <value name="Render target maximum 32bpp" value="0"/>
427 <value name="Render target maximum 64bpp" value="1"/>
428 <value name="Render target maximum 128bpp" value="2"/>
429 </field>
430
431 <field name="Number of Render Targets" size="4" start="56" type="uint"/>
432 <field name="Height (in tiles)" size="12" start="44" type="uint"/>
433 <field name="Width (in tiles)" size="12" start="32" type="uint"/>
434
435 <field name="Tile State Data Array Base Address" size="26" start="6" type="address"/>
436
437 <field name="tile allocation block size" size="2" start="4" type="uint">
438 <value name="tile allocation block size 64b" value="0"/>
439 <value name="tile allocation block size 128b" value="1"/>
440 <value name="tile allocation block size 256b" value="2"/>
441 </field>
442 <field name="tile allocation initial block size" size="2" start="2" type="uint">
443 <value name="tile allocation initial block size 64b" value="0"/>
444 <value name="tile allocation initial block size 128b" value="1"/>
445 <value name="tile allocation initial block size 256b" value="2"/>
446 </field>
447 <field name="auto-initialize tile state data array" size="1" start="1" type="bool" default="1"/>
448 <field name="sub-id" size="1" start="0" type="uint" default="0"/>
449 </packet>
450
451 <packet code="120" name="Tile Binning Mode Configuration (Part2)" cl="B">
452 <field name="Tile Allocation Memory Address" size="32" start="32" type="address"/>
453 <field name="Tile Allocation Memory Size" size="32" start="0" type="uint"/>
454
455 <field name="sub-id" size="1" start="0" type="uint" default="1"/>
456 </packet>
457
458 <packet code="121" name="Tile Rendering Mode Configuration (Common Configuration)" cl="R">
459 <field name="Disable Render Target Stores" size="8" start="56" type="uint"/>
460 <field name="Enable Z Store" size="1" start="55" type="bool"/>
461 <field name="Enable Stencil Store" size="1" start="54" type="bool"/>
462
463 <field name="Early-Z disable" size="1" start="46" type="bool"/>
464
465 <field name="Early-Z Test and Update Direction" size="1" start="45" type="uint">
466 <value name="Early-Z direction LT/LE" value="0"/>
467 <value name="Early-Z direction GT/GE" value="1"/>
468 </field>
469
470 <field name="Select Coverage Mode" size="1" start="44" type="bool"/>
471 <field name="Double-buffer in non-ms mode" size="1" start="43" type="bool"/>
472 <field name="Multisample Mode (4x)" size="1" start="42" type="bool"/>
473
474 <field name="Maximum BPP of all render targets" size="2" start="40" type="uint">
475 <value name="Render target maximum 32bpp" value="0"/>
476 <value name="Render target maximum 64bpp" value="1"/>
477 <value name="Render target maximum 128bpp" value="2"/>
478 </field>
479
480 <field name="Image Height (pixels)" size="16" start="24" type="uint"/>
481 <field name="Image Width (pixels)" size="16" start="8" type="uint"/>
482 <field name="Number of Render Targets Minus 1" size="4" start="4" type="uint"/>
483
484 <field name="sub-id" size="4" start="0" type="uint" default="0"/>
485 </packet>
486
487 <packet code="121" name="Tile Rendering Mode Configuration (Render Target config)" cl="R">
488 <field name="Address" size="32" start="32" type="address"/>
489
490 <field name="Pad" size="4" start="28" type="uint"/>
491
492 <field name="Flip Y" size="1" start="27" type="bool"/>
493
494 <field name="Memory Format" size="3" start="24" type="Memory Format"/>
495
496 <field name="A dithered" size="1" start="23" type="bool"/>
497 <field name="BGR dithered" size="1" start="22" type="bool"/>
498
499 <field name="Output image format" size="6" start="16" type="uint" prefix="Output Image Format">
500 <!--
501 Formats appear with their channels named from the low bits to
502 the high bits.
503 -->
504 <value name="srgb8_alpha8" value="0"/>
505 <value name="srgb" value="1"/>
506 <value name="rgb10_a2ui" value="2"/>
507 <value name="rgb10_a2" value="3"/>
508 <value name="abgr1555" value="4"/>
509 <value name="alpha-masked abgr1555" value="5"/>
510 <value name="abgr4444" value="6"/>
511 <value name="bgr565" value="7"/>
512 <value name="r11f_g11f_b10f" value="8"/>
513 <value name="rgba32f" value="9"/>
514 <value name="rg32f" value="10"/>
515 <value name="r32f" value="11"/>
516 <value name="rgba32i" value="12"/>
517 <value name="rg32i" value="13"/>
518 <value name="r32i" value="14"/>
519 <value name="rgba32ui" value="15"/>
520 <value name="rg32ui" value="16"/>
521 <value name="r32ui" value="17"/>
522 <value name="rgba16f" value="18"/>
523 <value name="rg16f" value="19"/>
524 <value name="r16f" value="20"/>
525 <value name="rgba16i" value="21"/>
526 <value name="rg16i" value="22"/>
527 <value name="r16i" value="23"/>
528 <value name="rgba16ui" value="24"/>
529 <value name="rg16ui" value="25"/>
530 <value name="r16ui" value="26"/>
531 <value name="rgba8" value="27"/>
532 <value name="rgb8" value="28"/>
533 <value name="rg8" value="29"/>
534 <value name="r8" value="30"/>
535 <value name="rgba8i" value="31"/>
536 <value name="rg8i" value="32"/>
537 <value name="r8i" value="33"/>
538 <value name="rgba8ui" value="34"/>
539 <value name="rg8ui" value="35"/>
540 <value name="r8ui" value="36"/>
541 <value name="srgbx8" value="37"/>
542 <value name="rgbx8" value="38"/>
543 </field>
544
545 <field name="Decimate mode" size="2" start="14" type="uint"/>
546
547 <field name="Internal Type" size="4" start="10" type="uint" prefix="Internal Type">
548 <value name="8i" value="0"/>
549 <value name="8ui" value="1"/>
550 <value name="8" value="2"/>
551 <value name="16i" value="4"/>
552 <value name="16ui" value="5"/>
553 <value name="16f" value="6"/>
554 <value name="32i" value="8"/>
555 <value name="32ui" value="9"/>
556 <value name="32f" value="10"/>
557 </field>
558
559 <field name="Internal BPP" size="2" start="8" type="uint" prefix="Internal Bpp">
560 <value name="32" value="0"/>
561 <value name="64" value="1"/>
562 <value name="128" value="2"/>
563 </field>
564 <field name="Render Target Number" size="4" start="4" type="uint"/>
565 <field name="sub-id" size="4" start="0" type="uint" default="2"/>
566 </packet>
567
568 <packet code="121" name="Tile Rendering Mode Configuration (Z/Stencil config)" cl="R">
569 <field name="Address" size="26" start="38" type="address"/>
570
571 <field name="Padded height of output image in UIF blocks" size="13" start="25" type="uint"/>
572
573 <field name="Memory Format" size="3" start="22" type="Memory Format"/>
574
575 <field name="Output image format" size="6" start="16" type="uint" prefix="Output Image Format">
576 <value name="depth_component32f" value="0"/>
577 <value name="depth_component24" value="1"/> <!-- depth low, pad high -->
578 <value name="depth_component16" value="2"/>
579 <value name="depth24_stencil8" value="3"/> <!-- stencil low, depth high -->
580 </field>
581
582 <field name="Decimate mode" size="2" start="14" type="uint"/>
583
584 <field name="Internal Type" size="4" start="10" type="uint" prefix="Internal Type">
585 <value name="depth_32f" value="0"/>
586 <value name="depth_24" value="1"/>
587 <value name="depth_16" value="2"/>
588 </field>
589
590 <field name="Internal BPP (ignored)" size="2" start="8" type="uint"/>
591 <!-- selects between Z/Stencil config packet and Separate Stencil packet. -->
592 <field name="Z/Stencil ID" size="4" start="4" type="uint" default="0"/>
593 <field name="sub-id" size="4" start="0" type="uint" default="1"/>
594 </packet>
595
596 <packet code="121" name="Tile Rendering Mode Configuration (Z Stencil Clear Values)" cl="R">
597 <field name="unused" size="16" start="48" type="uint"/>
598
599 <field name="Z Clear Value" size="32" start="16" type="float"/>
600
601 <field name="Stencil/VG Mask Clear Value" size="8" start="8" type="uint"/>
602 <field name="sub-id" size="4" start="0" type="uint" default="3"/>
603 </packet>
604
605 <packet code="121" name="Tile Rendering Mode Configuration (Clear Colors Part1)" cl="R">
606 <!-- Express this as a 56-bit field? -->
607 <field name="Clear Color next 24 bits" size="24" start="40" type="uint"/>
608 <field name="Clear Color low 32 bits" size="32" start="8" type="uint"/>
609
610 <field name="Render Target number" size="4" start="4" type="uint"/>
611 <field name="sub-id" size="4" start="0" type="uint" default="4"/>
612 </packet>
613
614 <packet code="121" name="Tile Rendering Mode Configuration (Clear Colors Part2)" cl="R">
615 <!-- Express this as a 56-bit field? -->
616 <field name="Clear Color mid-high 24 bits" size="24" start="40" type="uint"/>
617 <field name="Clear Color mid-low 32 bits" size="32" start="8" type="uint"/>
618
619 <field name="Render Target number" size="4" start="4" type="uint"/>
620 <field name="sub-id" size="4" start="0" type="uint" default="5"/>
621 </packet>
622
623 <packet code="121" name="Tile Rendering Mode Configuration (Clear Colors Part3)" cl="R">
624 <field name="pad" size="11" start="53" type="uint"/>
625 <field name="UIF padded height in UIF blocks" size="13" start="40" type="uint"/>
626 <!-- image height is for Y flipping -->
627 <field name="Raster Row Stride or Image Height in Pixels" size="16" start="24" type="uint"/>
628 <field name="Clear Color high 16 bits" size="16" start="8" type="uint"/>
629
630 <field name="Render Target number" size="4" start="4" type="uint"/>
631 <field name="sub-id" size="4" start="0" type="uint" default="6"/>
632 </packet>
633
634 <packet code="124" name="Tile Coordinates">
635 <field name="tile row number" size="12" start="12" type="uint"/>
636 <field name="tile column number" size="12" start="0" type="uint"/>
637 </packet>
638
639 <packet code="122" name="Multicore Rendering Supertile Configuration" cl="R">
640 <field name="Supertile Raster Order" size="1" start="60" type="bool"/>
641 <field name="Multicore Enable" size="1" start="56" type="bool"/>
642
643 <field name="Total Frame Height in Tiles" size="12" start="44" type="uint"/>
644 <field name="Total Frame Width in Tiles" size="12" start="32" type="uint"/>
645
646 <field name="Total Frame Height in Supertiles" size="8" start="24" type="uint"/>
647 <field name="Total Frame Width in Supertiles" size="8" start="16" type="uint"/>
648
649 <field name="Supertile Height in Tiles minus 1" size="8" start="8" type="uint"/>
650 <field name="Supertile Width in Tiles minus 1" size="8" start="0" type="uint"/>
651 </packet>
652
653 <packet code="123" name="Multicore Rendering Tile List Set Base" cl="R">
654 <field name="address" size="26" start="6" type="address"/>
655 <field name="Tile List Set Number" size="4" start="0" type="uint"/>
656 </packet>
657
658 <!-- add fields -->
659 <packet code="125" name="Tile Coordinates Implicit"/>
660
661 <packet code="126" name="Tile List Initial Block Size">
662 <field name="Use auto-chained tile lists" size="1" start="2" type="bool"/>
663
664 <field name="Size of first block in chained tile lists" size="2" start="0" type="uint">
665 <value name="tile allocation block size 64b" value="0"/>
666 <value name="tile allocation block size 128b" value="1"/>
667 <value name="tile allocation block size 256b" value="2"/>
668 </field>
669 </packet>
670
671 <struct name="GL Shader State Record">
672 <field name="Point size in shaded vertex data" size="1" start="0" type="bool"/>
673 <field name="Enable clipping" size="1" start="1" type="bool"/>
674 <field name="Vertex ID read by coordinate shader" size="1" start="2" type="bool"/>
675 <field name="Instance ID read by coordinate shader" size="1" start="3" type="bool"/>
676 <field name="Vertex ID read by vertex shader" size="1" start="4" type="bool"/>
677 <field name="Instance ID read by vertex shader" size="1" start="5" type="bool"/>
678 <field name="Fragment shader does Z writes" size="1" start="6" type="bool"/>
679 <field name="Turn off early-z test" size="1" start="7" type="bool"/>
680 <field name="Coordinate shader has separate input and output VPM blocks" size="1" start="8" type="bool"/>
681 <field name="Vertex shader has separate input and output VPM blocks" size="1" start="9" type="bool"/>
682 <field name="Fragment shader uses real pixel centre W in addition to centroid W2" size="1" start="10" type="bool"/>
683
684 <field name="Number of varyings in Fragment Shader" size="8" start="2b" type="uint"/>
685 <field name="Coordinate Shader output VPM segment size" size="8" start="4b" type="uint"/>
686 <field name="Coordinate Shader input VPM segment size" size="8" start="5b" type="uint"/>
687 <field name="Vertex Shader output VPM segment size" size="8" start="6b" type="uint"/>
688 <field name="Vertex Shader input VPM segment size" size="8" start="7b" type="uint"/>
689 <field name="Address of default attribute values" size="32" start="8b" type="address"/>
690 <field name="Fragment Shader Code Address" size="29" start="99" type="address"/>
691 <field name="2-way threadable" size="1" start="96" type="bool"/>
692 <field name="4-way threadable" size="1" start="97" type="bool"/>
693 <field name="Propagate NaNs" size="1" start="98" type="bool"/>
694 <field name="Fragment Shader Uniforms Address" size="32" start="16b" type="address"/>
695 <field name="Vertex Shader Code Address" size="32" start="20b" type="address"/>
696 <field name="Vertex Shader Uniforms Address" size="32" start="24b" type="address"/>
697 <field name="Coordinate Shader Code Address" size="32" start="28b" type="address"/>
698 <field name="Coordinate Shader Uniforms Address" size="32" start="32b" type="address"/>
699 </struct>
700
701 <struct name="GL Shader State Attribute Record">
702 <field name="Address" size="32" start="0" type="address"/>
703
704 <field name="Vec size" size="2" start="32" type="uint"/>
705 <field name="Type" size="3" start="34" type="uint">
706 <value name="Attribute half-float" value="1"/>
707 <value name="Attribute float" value="2"/>
708 <value name="Attribute fixed" value="3"/>
709 <value name="Attribute byte" value="4"/>
710 <value name="Attribute short" value="5"/>
711 <value name="Attribute int" value="6"/>
712 <value name="Attribute int2_10_10_10" value="7"/>
713 </field>
714 <field name="Signed int type" size="1" start="37" type="bool"/>
715 <field name="Normalized int type" size="1" start="38" type="bool"/>
716 <field name="Read as int/uint" size="1" start="39" type="bool"/>
717
718 <field name="Number of values read by Coordinate shader" size="4" start="40" type="uint"/>
719 <field name="Number of values read by Vertex shader" size="4" start="44" type="uint"/>
720
721 <field name="Instance Divisor" size="16" start="6b" type="uint"/>
722 <field name="Stride" size="32" start="8b" type="uint"/>
723 </struct>
724
725 <struct name="VPM generic block write setup">
726 <field name="id" size="2" start="30" type="uint" default="0"/>
727 <field name="id0" size="3" start="27" type="uint" default="0"/>
728
729 <field name="horiz" size="1" start="24" type="bool"/>
730 <field name="laned" size="1" start="23" type="bool"/>
731 <field name="segs" size="1" start="22" type="bool"/>
732 <field name="stride" size="7" start="15" type="int"/>
733
734 <field name="size" size="2" start="13" type="uint">
735 <value name="VPM setup size 8-bit" value="0"/>
736 <value name="VPM setup size 16-bit" value="1"/>
737 <value name="VPM setup size 32-bit" value="2"/>
738 </field>
739
740 <field name="addr" size="13" start="0" type="uint"/>
741 </struct>
742
743 <struct name="VPM generic block read setup">
744 <field name="id" size="2" start="30" type="uint" default="1"/>
745
746 <field name="horiz" size="1" start="29" type="bool"/>
747 <field name="laned" size="1" start="28" type="bool"/>
748 <field name="segs" size="1" start="27" type="bool"/>
749 <field name="num" size="5" start="22" type="uint"/>
750 <field name="stride" size="7" start="15" type="int"/>
751
752 <field name="size" size="2" start="13" type="uint">
753 <value name="VPM setup size 8-bit" value="0"/>
754 <value name="VPM setup size 16-bit" value="1"/>
755 <value name="VPM setup size 32-bit" value="2"/>
756 </field>
757
758 <field name="addr" size="13" start="0" type="uint"/>
759 </struct>
760
761 <struct name="Texture Uniform Parameter 0 CFG_MODE=1">
762 <field name="Per-pixel mask enable" size="1" start="31" type="bool"/>
763
764 <field name="Texel offset for r coordinate" size="4" start="27" type="int"/>
765 <field name="Texel offset for t coordinate" size="4" start="23" type="int"/>
766 <field name="Texel offset for s coordinate" size="4" start="19" type="int"/>
767
768 <field name="R Wrap Mode" size="3" start="16" type="uint">
769 <value name="Wrap mode REPEAT" value="0"/>
770 <value name="Wrap mode CLAMP" value="1"/>
771 <value name="Wrap mode MIRROR" value="2"/>
772 <value name="Wrap mode BORDER" value="3"/>
773 <value name="Wrap mode MIRROR_ONCE" value="4"/>
774 </field>
775
776 <field name="T Wrap Mode" size="3" start="13" type="uint">
777 <value name="Wrap mode REPEAT" value="0"/>
778 <value name="Wrap mode CLAMP" value="1"/>
779 <value name="Wrap mode MIRROR" value="2"/>
780 <value name="Wrap mode BORDER" value="3"/>
781 <value name="Wrap mode MIRROR_ONCE" value="4"/>
782 </field>
783
784 <field name="S Wrap Mode" size="3" start="10" type="uint">
785 <value name="Wrap mode REPEAT" value="0"/>
786 <value name="Wrap mode CLAMP" value="1"/>
787 <value name="Wrap mode MIRROR" value="2"/>
788 <value name="Wrap mode BORDER" value="3"/>
789 <value name="Wrap mode MIRROR_ONCE" value="4"/>
790 </field>
791
792 <field name="New configuration mode" size="1" start="9" type="bool" default="1"/>
793
794 <field name="Shadow" size="1" start="8" type="bool"/>
795 <field name="Coefficient lookup mode" size="1" start="7" type="bool"/>
796 <field name="Disable AutoLOD, use bias only" size="1" start="6" type="bool"/>
797 <field name="Bias supplied" size="1" start="5" type="bool"/>
798 <field name="Gather sample mode" size="1" start="4" type="bool"/>
799 <field name="Fetch sample mode" size="1" start="3" type="bool"/>
800
801 <field name="Lookup Type" size="3" start="0" type="uint">
802 <value name="Texture 2D" value="0"/>
803 <value name="Texture 2D array" value="1"/>
804 <value name="Texture 3D" value="2"/>
805 <value name="Texture Cube Map" value="3"/>
806 <value name="Texture 1D" value="4"/>
807 <value name="Texture 1D Array" value="5"/>
808 <value name="Texture Child Image" value="6"/>
809 </field>
810 </struct>
811
812 <struct name="Texture Uniform Parameter 1 CFG_MODE=1">
813 <field name="Texture state record base address" size="28" start="4" type="address"/>
814 <field name="Return words of texture data" size="4" start="0" type="uint"/>
815 </struct>
816
817 <struct name="Texture Shader State">
818 <field name="UIF XOR disable" size="1" start="255" type="bool"/>
819 <field name="Level 0 is strictly UIF" size="1" start="254" type="bool"/>
820 <field name="Level 0 XOR enable" size="1" start="252" type="bool"/>
821 <field name="Level 0 UB_PAD" size="4" start="248" type="uint"/>
822 <field name="Output 32-bit" size="1" start="246" type="bool"/>
823 <field name="Sample Number" size="2" start="244" type="uint"/>
824
825 <field name="Base Level" size="4" start="240" type="uint"/>
826 <field name="Fixed Bias" size="16" start="224" type="s8.8"/>
827 <field name="Max Level-of-Detail" size="16" start="208" type="s8.8"/>
828 <field name="Min Level-of-Detail" size="16" start="192" type="s8.8"/>
829
830 <field name="Border Color alpha" size="16" start="176" type="uint"/>
831 <field name="Border Color blue" size="16" start="160" type="uint"/>
832 <field name="Border Color green" size="16" start="144" type="uint"/>
833 <field name="Border Color red" size="16" start="128" type="uint"/>
834
835 <field name="Flip S and T on incoming request" size="1" start="127" type="bool"/>
836 <field name="Flip ETC Y" size="1" start="126" type="bool" default="1"/>
837 <field name="Flip texture Y Axis" size="1" start="125" type="bool"/>
838 <field name="Flip texture X Axis" size="1" start="124" type="bool"/>
839
840 <field name="Swizzle A" size="3" start="121" type="uint">
841 <value name="Swizzle Zero" value="0"/>
842 <value name="Swizzle One" value="1"/>
843 <value name="Swizzle Red" value="2"/>
844 <value name="Swizzle Green" value="3"/>
845 <value name="Swizzle Blue" value="4"/>
846 <value name="Swizzle Alpha" value="5"/>
847 </field>
848
849 <field name="Swizzle B" size="3" start="118" type="uint"/>
850 <field name="Swizzle G" size="3" start="115" type="uint"/>
851 <field name="Swizzle R" size="3" start="112" type="uint"/>
852
853 <field name="Depth Compare Function" size="3" start="109" type="Compare Function"/>
854
855 <field name="sRGB" size="1" start="107" type="bool"/>
856
857 <field name="Texture type" size="7" start="100" type="uint"/>
858
859 <field name="Image Depth" size="14" start="86" type="uint"/>
860 <field name="Image Height" size="14" start="72" type="uint"/>
861 <field name="Image Width" size="14" start="58" type="uint"/>
862
863 <field name="Array Stride (64-byte aligned)" size="26" start="32" type="uint"/>
864
865 <field name="Texture base pointer" size="30" start="2" type="address"/>
866
867 <field name="Filter" size="4" start="0" type="TMU Filter"/>
868 </struct>
869
870 <enum name="Texture Data Formats">
871 <!--
872 most formats here have R in the low bits, A in the high bits.
873 Exceptions noted.
874 -->
875 <value name="Texture Data Format R8" value="0"/>
876 <value name="Texture Data Format R8 SNORM" value="1"/>
877 <value name="Texture Data Format RG8" value="2"/>
878 <value name="Texture Data Format RG8 SNORM" value="3"/>
879 <value name="Texture Data Format RGBA8" value="4"/>
880 <value name="Texture Data Format RGBA8 SNORM" value="5"/>
881 <value name="Texture Data Format RGB565" value="6"/> <!-- B in low bits -->
882 <value name="Texture Data Format RGBA4" value="7"/> <!-- A low, R high -->
883 <value name="Texture Data Format RGB5_A1" value="8"/> <!-- A low, R high -->
884 <value name="Texture Data Format RGB10_A2" value="9"/> <!-- R low, A high -->
885 <value name="Texture Data Format R16" value="10"/>
886 <value name="Texture Data Format R16 SNORM" value="11"/>
887 <value name="Texture Data Format RG16" value="12"/>
888 <value name="Texture Data Format RG16 SNORM" value="13"/>
889 <value name="Texture Data Format RGBA16" value="14"/>
890 <value name="Texture Data Format RGBA16 SNORM" value="15"/>
891 <value name="Texture Data Format R16F" value="16"/>
892 <value name="Texture Data Format RG16F" value="17"/>
893 <value name="Texture Data Format RGBA16F" value="18"/>
894 <value name="Texture Data Format R11F_G11F_B10F" value="19"/>
895 <value name="Texture Data Format RGB9_E5" value="20"/>
896 <value name="Texture Data Format DEPTH COMP16" value="21"/>
897 <value name="Texture Data Format DEPTH COMP24" value="22"/>
898 <value name="Texture Data Format DEPTH COMP32F" value="23"/>
899 <value name="Texture Data Format DEPTH24_X8" value="24"/> <!-- X low, D high -->
900 <value name="Texture Data Format R4" value="25"/>
901 <value name="Texture Data Format R1" value="26"/>
902 <!-- generic unfiltered 8-bit sample -->
903 <value name="Texture Data Format S8" value="27"/>
904 <!-- generic unfiltered 16-bit sample -->
905 <value name="Texture Data Format S16" value="28"/>
906 <!-- generic unfiltered 32-bit sample -->
907 <value name="Texture Data Format R32F" value="29"/>
908 <!-- generic unfiltered 64-bit sample -->
909 <value name="Texture Data Format RG32F" value="30"/>
910 <!-- generic unfiltered 128-bit sample -->
911 <value name="Texture Data Format RGBA32F" value="31"/>
912
913 <value name="Texture Data Format RGB8_ETC2" value="32"/>
914 <value name="Texture Data Format RGB8_PUNCHTHROUGH_ALPHA1" value="33"/>
915
916 <value name="Texture Data Format R11_EAC" value="34"/>
917 <value name="Texture Data Format SIGNED_R11_EAC" value="35"/>
918 <value name="Texture Data Format RG11_EAC" value="36"/>
919 <value name="Texture Data Format SIGNED_RG11_EAC" value="37"/>
920
921 <value name="Texture Data Format RGBA8_ETC2_EAC" value="38"/>
922 <value name="Texture Data Format YCBCR_LUMA" value="39"/>
923 <value name="Texture Data Format YCBCR_420_CHROMA" value="40"/>
924
925 <value name="Texture Data Format BC1" value="48"/>
926 <value name="Texture Data Format BC2" value="49"/>
927 <value name="Texture Data Format BC3" value="50"/>
928
929 <value name="Texture Data Format ASTC_4x4" value="64"/>
930 <value name="Texture Data Format ASTC_5x4" value="65"/>
931 <value name="Texture Data Format ASTC_5x5" value="66"/>
932 <value name="Texture Data Format ASTC_6x5" value="67"/>
933 <value name="Texture Data Format ASTC_6x6" value="68"/>
934 <value name="Texture Data Format ASTC_8x5" value="69"/>
935 <value name="Texture Data Format ASTC_8x6" value="70"/>
936 <value name="Texture Data Format ASTC_8x8" value="71"/>
937 <value name="Texture Data Format ASTC_10x5" value="72"/>
938 <value name="Texture Data Format ASTC_10x6" value="73"/>
939 <value name="Texture Data Format ASTC_10x8" value="74"/>
940 <value name="Texture Data Format ASTC_10x10" value="75"/>
941 <value name="Texture Data Format ASTC_12x10" value="76"/>
942 <value name="Texture Data Format ASTC_12x12" value="77"/>
943
944 <value name="Texture Data Format R8I" value="96"/>
945 <value name="Texture Data Format R8UI" value="97"/>
946 <value name="Texture Data Format RG8I" value="98"/>
947 <value name="Texture Data Format RG8UI" value="99"/>
948 <value name="Texture Data Format RGBA8I" value="100"/>
949 <value name="Texture Data Format RGBA8UI" value="101"/>
950
951 <value name="Texture Data Format R16I" value="102"/>
952 <value name="Texture Data Format R16UI" value="103"/>
953 <value name="Texture Data Format RG16I" value="104"/>
954 <value name="Texture Data Format RG16UI" value="105"/>
955 <value name="Texture Data Format RGBA16I" value="106"/>
956 <value name="Texture Data Format RGBA16UI" value="107"/>
957
958 <value name="Texture Data Format R32I" value="108"/>
959 <value name="Texture Data Format R32UI" value="109"/>
960 <value name="Texture Data Format RG32I" value="110"/>
961 <value name="Texture Data Format RG32UI" value="111"/>
962 <value name="Texture Data Format RGBA32I" value="112"/>
963 <value name="Texture Data Format RGBA32UI" value="113"/>
964 <value name="Texture Data Format RGB10_A2UI" value="114"/>
965
966 </enum>
967 </vcxml>