i965: Document most of the brw_instruction message structs.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_structs.h
1 /*
2 Copyright (C) Intel Corp. 2006. All Rights Reserved.
3 Intel funded Tungsten Graphics (http://www.tungstengraphics.com) to
4 develop this 3D driver.
5
6 Permission is hereby granted, free of charge, to any person obtaining
7 a copy of this software and associated documentation files (the
8 "Software"), to deal in the Software without restriction, including
9 without limitation the rights to use, copy, modify, merge, publish,
10 distribute, sublicense, and/or sell copies of the Software, and to
11 permit persons to whom the Software is furnished to do so, subject to
12 the following conditions:
13
14 The above copyright notice and this permission notice (including the
15 next paragraph) shall be included in all copies or substantial
16 portions of the Software.
17
18 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
19 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
20 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
21 IN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE
22 LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
23 OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
24 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
25
26 **********************************************************************/
27 /*
28 * Authors:
29 * Keith Whitwell <keith@tungstengraphics.com>
30 */
31
32
33 #ifndef BRW_STRUCTS_H
34 #define BRW_STRUCTS_H
35
36
37 /** Number of general purpose registers (VS, WM, etc) */
38 #define BRW_MAX_GRF 128
39
40 /** Number of message register file registers */
41 #define BRW_MAX_MRF 16
42
43 /* These seem to be passed around as function args, so it works out
44 * better to keep them as #defines:
45 */
46 #define BRW_FLUSH_READ_CACHE 0x1
47 #define BRW_FLUSH_STATE_CACHE 0x2
48 #define BRW_INHIBIT_FLUSH_RENDER_CACHE 0x4
49 #define BRW_FLUSH_SNAPSHOT_COUNTERS 0x8
50
51 struct brw_urb_fence
52 {
53 struct
54 {
55 GLuint length:8;
56 GLuint vs_realloc:1;
57 GLuint gs_realloc:1;
58 GLuint clp_realloc:1;
59 GLuint sf_realloc:1;
60 GLuint vfe_realloc:1;
61 GLuint cs_realloc:1;
62 GLuint pad:2;
63 GLuint opcode:16;
64 } header;
65
66 struct
67 {
68 GLuint vs_fence:10;
69 GLuint gs_fence:10;
70 GLuint clp_fence:10;
71 GLuint pad:2;
72 } bits0;
73
74 struct
75 {
76 GLuint sf_fence:10;
77 GLuint vf_fence:10;
78 GLuint cs_fence:11;
79 GLuint pad:1;
80 } bits1;
81 };
82
83 /* State structs for the various fixed function units:
84 */
85
86
87 struct thread0
88 {
89 GLuint pad0:1;
90 GLuint grf_reg_count:3;
91 GLuint pad1:2;
92 GLuint kernel_start_pointer:26; /* Offset from GENERAL_STATE_BASE */
93 };
94
95 struct thread1
96 {
97 GLuint ext_halt_exception_enable:1;
98 GLuint sw_exception_enable:1;
99 GLuint mask_stack_exception_enable:1;
100 GLuint timeout_exception_enable:1;
101 GLuint illegal_op_exception_enable:1;
102 GLuint pad0:3;
103 GLuint depth_coef_urb_read_offset:6; /* WM only */
104 GLuint pad1:2;
105 GLuint floating_point_mode:1;
106 GLuint thread_priority:1;
107 GLuint binding_table_entry_count:8;
108 GLuint pad3:5;
109 GLuint single_program_flow:1;
110 };
111
112 struct thread2
113 {
114 GLuint per_thread_scratch_space:4;
115 GLuint pad0:6;
116 GLuint scratch_space_base_pointer:22;
117 };
118
119
120 struct thread3
121 {
122 GLuint dispatch_grf_start_reg:4;
123 GLuint urb_entry_read_offset:6;
124 GLuint pad0:1;
125 GLuint urb_entry_read_length:6;
126 GLuint pad1:1;
127 GLuint const_urb_entry_read_offset:6;
128 GLuint pad2:1;
129 GLuint const_urb_entry_read_length:6;
130 GLuint pad3:1;
131 };
132
133
134
135 struct brw_clip_unit_state
136 {
137 struct thread0 thread0;
138 struct
139 {
140 GLuint pad0:7;
141 GLuint sw_exception_enable:1;
142 GLuint pad1:3;
143 GLuint mask_stack_exception_enable:1;
144 GLuint pad2:1;
145 GLuint illegal_op_exception_enable:1;
146 GLuint pad3:2;
147 GLuint floating_point_mode:1;
148 GLuint thread_priority:1;
149 GLuint binding_table_entry_count:8;
150 GLuint pad4:5;
151 GLuint single_program_flow:1;
152 } thread1;
153
154 struct thread2 thread2;
155 struct thread3 thread3;
156
157 struct
158 {
159 GLuint pad0:9;
160 GLuint gs_output_stats:1; /* not always */
161 GLuint stats_enable:1;
162 GLuint nr_urb_entries:7;
163 GLuint pad1:1;
164 GLuint urb_entry_allocation_size:5;
165 GLuint pad2:1;
166 GLuint max_threads:5; /* may be less */
167 GLuint pad3:2;
168 } thread4;
169
170 struct
171 {
172 GLuint pad0:13;
173 GLuint clip_mode:3;
174 GLuint userclip_enable_flags:8;
175 GLuint userclip_must_clip:1;
176 GLuint negative_w_clip_test:1;
177 GLuint guard_band_enable:1;
178 GLuint viewport_z_clip_enable:1;
179 GLuint viewport_xy_clip_enable:1;
180 GLuint vertex_position_space:1;
181 GLuint api_mode:1;
182 GLuint pad2:1;
183 } clip5;
184
185 struct
186 {
187 GLuint pad0:5;
188 GLuint clipper_viewport_state_ptr:27;
189 } clip6;
190
191
192 GLfloat viewport_xmin;
193 GLfloat viewport_xmax;
194 GLfloat viewport_ymin;
195 GLfloat viewport_ymax;
196 };
197
198 struct gen6_blend_state
199 {
200 struct {
201 GLuint dest_blend_factor:5;
202 GLuint source_blend_factor:5;
203 GLuint pad3:1;
204 GLuint blend_func:3;
205 GLuint pad2:1;
206 GLuint ia_dest_blend_factor:5;
207 GLuint ia_source_blend_factor:5;
208 GLuint pad1:1;
209 GLuint ia_blend_func:3;
210 GLuint pad0:1;
211 GLuint ia_blend_enable:1;
212 GLuint blend_enable:1;
213 } blend0;
214
215 struct {
216 GLuint post_blend_clamp_enable:1;
217 GLuint pre_blend_clamp_enable:1;
218 GLuint clamp_range:2;
219 GLuint pad0:4;
220 GLuint x_dither_offset:2;
221 GLuint y_dither_offset:2;
222 GLuint dither_enable:1;
223 GLuint alpha_test_func:3;
224 GLuint alpha_test_enable:1;
225 GLuint pad1:1;
226 GLuint logic_op_func:4;
227 GLuint logic_op_enable:1;
228 GLuint pad2:1;
229 GLuint write_disable_b:1;
230 GLuint write_disable_g:1;
231 GLuint write_disable_r:1;
232 GLuint write_disable_a:1;
233 GLuint pad3:1;
234 GLuint alpha_to_coverage_dither:1;
235 GLuint alpha_to_one:1;
236 GLuint alpha_to_coverage:1;
237 } blend1;
238 };
239
240 struct gen6_color_calc_state
241 {
242 struct {
243 GLuint alpha_test_format:1;
244 GLuint pad0:14;
245 GLuint round_disable:1;
246 GLuint bf_stencil_ref:8;
247 GLuint stencil_ref:8;
248 } cc0;
249
250 union {
251 GLfloat alpha_ref_f;
252 struct {
253 GLuint ui:8;
254 GLuint pad0:24;
255 } alpha_ref_fi;
256 } cc1;
257
258 GLfloat constant_r;
259 GLfloat constant_g;
260 GLfloat constant_b;
261 GLfloat constant_a;
262 };
263
264 struct gen6_depth_stencil_state
265 {
266 struct {
267 GLuint pad0:3;
268 GLuint bf_stencil_pass_depth_pass_op:3;
269 GLuint bf_stencil_pass_depth_fail_op:3;
270 GLuint bf_stencil_fail_op:3;
271 GLuint bf_stencil_func:3;
272 GLuint bf_stencil_enable:1;
273 GLuint pad1:2;
274 GLuint stencil_write_enable:1;
275 GLuint stencil_pass_depth_pass_op:3;
276 GLuint stencil_pass_depth_fail_op:3;
277 GLuint stencil_fail_op:3;
278 GLuint stencil_func:3;
279 GLuint stencil_enable:1;
280 } ds0;
281
282 struct {
283 GLuint bf_stencil_write_mask:8;
284 GLuint bf_stencil_test_mask:8;
285 GLuint stencil_write_mask:8;
286 GLuint stencil_test_mask:8;
287 } ds1;
288
289 struct {
290 GLuint pad0:26;
291 GLuint depth_write_enable:1;
292 GLuint depth_test_func:3;
293 GLuint pad1:1;
294 GLuint depth_test_enable:1;
295 } ds2;
296 };
297
298 struct brw_cc_unit_state
299 {
300 struct
301 {
302 GLuint pad0:3;
303 GLuint bf_stencil_pass_depth_pass_op:3;
304 GLuint bf_stencil_pass_depth_fail_op:3;
305 GLuint bf_stencil_fail_op:3;
306 GLuint bf_stencil_func:3;
307 GLuint bf_stencil_enable:1;
308 GLuint pad1:2;
309 GLuint stencil_write_enable:1;
310 GLuint stencil_pass_depth_pass_op:3;
311 GLuint stencil_pass_depth_fail_op:3;
312 GLuint stencil_fail_op:3;
313 GLuint stencil_func:3;
314 GLuint stencil_enable:1;
315 } cc0;
316
317
318 struct
319 {
320 GLuint bf_stencil_ref:8;
321 GLuint stencil_write_mask:8;
322 GLuint stencil_test_mask:8;
323 GLuint stencil_ref:8;
324 } cc1;
325
326
327 struct
328 {
329 GLuint logicop_enable:1;
330 GLuint pad0:10;
331 GLuint depth_write_enable:1;
332 GLuint depth_test_function:3;
333 GLuint depth_test:1;
334 GLuint bf_stencil_write_mask:8;
335 GLuint bf_stencil_test_mask:8;
336 } cc2;
337
338
339 struct
340 {
341 GLuint pad0:8;
342 GLuint alpha_test_func:3;
343 GLuint alpha_test:1;
344 GLuint blend_enable:1;
345 GLuint ia_blend_enable:1;
346 GLuint pad1:1;
347 GLuint alpha_test_format:1;
348 GLuint pad2:16;
349 } cc3;
350
351 struct
352 {
353 GLuint pad0:5;
354 GLuint cc_viewport_state_offset:27; /* Offset from GENERAL_STATE_BASE */
355 } cc4;
356
357 struct
358 {
359 GLuint pad0:2;
360 GLuint ia_dest_blend_factor:5;
361 GLuint ia_src_blend_factor:5;
362 GLuint ia_blend_function:3;
363 GLuint statistics_enable:1;
364 GLuint logicop_func:4;
365 GLuint pad1:11;
366 GLuint dither_enable:1;
367 } cc5;
368
369 struct
370 {
371 GLuint clamp_post_alpha_blend:1;
372 GLuint clamp_pre_alpha_blend:1;
373 GLuint clamp_range:2;
374 GLuint pad0:11;
375 GLuint y_dither_offset:2;
376 GLuint x_dither_offset:2;
377 GLuint dest_blend_factor:5;
378 GLuint src_blend_factor:5;
379 GLuint blend_function:3;
380 } cc6;
381
382 struct {
383 union {
384 GLfloat f;
385 GLubyte ub[4];
386 } alpha_ref;
387 } cc7;
388 };
389
390 struct brw_sf_unit_state
391 {
392 struct thread0 thread0;
393 struct thread1 thread1;
394 struct thread2 thread2;
395 struct thread3 thread3;
396
397 struct
398 {
399 GLuint pad0:10;
400 GLuint stats_enable:1;
401 GLuint nr_urb_entries:7;
402 GLuint pad1:1;
403 GLuint urb_entry_allocation_size:5;
404 GLuint pad2:1;
405 GLuint max_threads:6;
406 GLuint pad3:1;
407 } thread4;
408
409 struct
410 {
411 GLuint front_winding:1;
412 GLuint viewport_transform:1;
413 GLuint pad0:3;
414 GLuint sf_viewport_state_offset:27; /* Offset from GENERAL_STATE_BASE */
415 } sf5;
416
417 struct
418 {
419 GLuint pad0:9;
420 GLuint dest_org_vbias:4;
421 GLuint dest_org_hbias:4;
422 GLuint scissor:1;
423 GLuint disable_2x2_trifilter:1;
424 GLuint disable_zero_pix_trifilter:1;
425 GLuint point_rast_rule:2;
426 GLuint line_endcap_aa_region_width:2;
427 GLuint line_width:4;
428 GLuint fast_scissor_disable:1;
429 GLuint cull_mode:2;
430 GLuint aa_enable:1;
431 } sf6;
432
433 struct
434 {
435 GLuint point_size:11;
436 GLuint use_point_size_state:1;
437 GLuint subpixel_precision:1;
438 GLuint sprite_point:1;
439 GLuint pad0:10;
440 GLuint aa_line_distance_mode:1;
441 GLuint trifan_pv:2;
442 GLuint linestrip_pv:2;
443 GLuint tristrip_pv:2;
444 GLuint line_last_pixel_enable:1;
445 } sf7;
446
447 };
448
449 struct gen6_scissor_rect
450 {
451 GLuint xmin:16;
452 GLuint ymin:16;
453 GLuint xmax:16;
454 GLuint ymax:16;
455 };
456
457 struct brw_gs_unit_state
458 {
459 struct thread0 thread0;
460 struct thread1 thread1;
461 struct thread2 thread2;
462 struct thread3 thread3;
463
464 struct
465 {
466 GLuint pad0:8;
467 GLuint rendering_enable:1; /* for Ironlake */
468 GLuint pad4:1;
469 GLuint stats_enable:1;
470 GLuint nr_urb_entries:7;
471 GLuint pad1:1;
472 GLuint urb_entry_allocation_size:5;
473 GLuint pad2:1;
474 GLuint max_threads:5;
475 GLuint pad3:2;
476 } thread4;
477
478 struct
479 {
480 GLuint sampler_count:3;
481 GLuint pad0:2;
482 GLuint sampler_state_pointer:27;
483 } gs5;
484
485
486 struct
487 {
488 GLuint max_vp_index:4;
489 GLuint pad0:12;
490 GLuint svbi_post_inc_value:10;
491 GLuint pad1:1;
492 GLuint svbi_post_inc_enable:1;
493 GLuint svbi_payload:1;
494 GLuint discard_adjaceny:1;
495 GLuint reorder_enable:1;
496 GLuint pad2:1;
497 } gs6;
498 };
499
500
501 struct brw_vs_unit_state
502 {
503 struct thread0 thread0;
504 struct thread1 thread1;
505 struct thread2 thread2;
506 struct thread3 thread3;
507
508 struct
509 {
510 GLuint pad0:10;
511 GLuint stats_enable:1;
512 GLuint nr_urb_entries:7;
513 GLuint pad1:1;
514 GLuint urb_entry_allocation_size:5;
515 GLuint pad2:1;
516 GLuint max_threads:6;
517 GLuint pad3:1;
518 } thread4;
519
520 struct
521 {
522 GLuint sampler_count:3;
523 GLuint pad0:2;
524 GLuint sampler_state_pointer:27;
525 } vs5;
526
527 struct
528 {
529 GLuint vs_enable:1;
530 GLuint vert_cache_disable:1;
531 GLuint pad0:30;
532 } vs6;
533 };
534
535
536 struct brw_wm_unit_state
537 {
538 struct thread0 thread0;
539 struct thread1 thread1;
540 struct thread2 thread2;
541 struct thread3 thread3;
542
543 struct {
544 GLuint stats_enable:1;
545 GLuint depth_buffer_clear:1;
546 GLuint sampler_count:3;
547 GLuint sampler_state_pointer:27;
548 } wm4;
549
550 struct
551 {
552 GLuint enable_8_pix:1;
553 GLuint enable_16_pix:1;
554 GLuint enable_32_pix:1;
555 GLuint enable_con_32_pix:1;
556 GLuint enable_con_64_pix:1;
557 GLuint pad0:1;
558
559 /* These next four bits are for Ironlake+ */
560 GLuint fast_span_coverage_enable:1;
561 GLuint depth_buffer_clear:1;
562 GLuint depth_buffer_resolve_enable:1;
563 GLuint hierarchical_depth_buffer_resolve_enable:1;
564
565 GLuint legacy_global_depth_bias:1;
566 GLuint line_stipple:1;
567 GLuint depth_offset:1;
568 GLuint polygon_stipple:1;
569 GLuint line_aa_region_width:2;
570 GLuint line_endcap_aa_region_width:2;
571 GLuint early_depth_test:1;
572 GLuint thread_dispatch_enable:1;
573 GLuint program_uses_depth:1;
574 GLuint program_computes_depth:1;
575 GLuint program_uses_killpixel:1;
576 GLuint legacy_line_rast: 1;
577 GLuint transposed_urb_read_enable:1;
578 GLuint max_threads:7;
579 } wm5;
580
581 GLfloat global_depth_offset_constant;
582 GLfloat global_depth_offset_scale;
583
584 /* for Ironlake only */
585 struct {
586 GLuint pad0:1;
587 GLuint grf_reg_count_1:3;
588 GLuint pad1:2;
589 GLuint kernel_start_pointer_1:26;
590 } wm8;
591
592 struct {
593 GLuint pad0:1;
594 GLuint grf_reg_count_2:3;
595 GLuint pad1:2;
596 GLuint kernel_start_pointer_2:26;
597 } wm9;
598
599 struct {
600 GLuint pad0:1;
601 GLuint grf_reg_count_3:3;
602 GLuint pad1:2;
603 GLuint kernel_start_pointer_3:26;
604 } wm10;
605 };
606
607 struct brw_sampler_default_color {
608 GLfloat color[4];
609 };
610
611 struct gen5_sampler_default_color {
612 uint8_t ub[4];
613 float f[4];
614 uint16_t hf[4];
615 uint16_t us[4];
616 int16_t s[4];
617 uint8_t b[4];
618 };
619
620 struct brw_sampler_state
621 {
622
623 struct
624 {
625 GLuint shadow_function:3;
626 GLuint lod_bias:11;
627 GLuint min_filter:3;
628 GLuint mag_filter:3;
629 GLuint mip_filter:2;
630 GLuint base_level:5;
631 GLuint min_mag_neq:1;
632 GLuint lod_preclamp:1;
633 GLuint default_color_mode:1;
634 GLuint pad0:1;
635 GLuint disable:1;
636 } ss0;
637
638 struct
639 {
640 GLuint r_wrap_mode:3;
641 GLuint t_wrap_mode:3;
642 GLuint s_wrap_mode:3;
643 GLuint cube_control_mode:1;
644 GLuint pad:2;
645 GLuint max_lod:10;
646 GLuint min_lod:10;
647 } ss1;
648
649
650 struct
651 {
652 GLuint pad:5;
653 GLuint default_color_pointer:27;
654 } ss2;
655
656 struct
657 {
658 GLuint non_normalized_coord:1;
659 GLuint pad:12;
660 GLuint address_round:6;
661 GLuint max_aniso:3;
662 GLuint chroma_key_mode:1;
663 GLuint chroma_key_index:2;
664 GLuint chroma_key_enable:1;
665 GLuint monochrome_filter_width:3;
666 GLuint monochrome_filter_height:3;
667 } ss3;
668 };
669
670 struct gen7_sampler_state
671 {
672 struct
673 {
674 GLuint aniso_algorithm:1;
675 GLuint lod_bias:13;
676 GLuint min_filter:3;
677 GLuint mag_filter:3;
678 GLuint mip_filter:2;
679 GLuint base_level:5;
680 GLuint pad1:1;
681 GLuint lod_preclamp:1;
682 GLuint default_color_mode:1;
683 GLuint pad0:1;
684 GLuint disable:1;
685 } ss0;
686
687 struct
688 {
689 GLuint cube_control_mode:1;
690 GLuint shadow_function:3;
691 GLuint pad:4;
692 GLuint max_lod:12;
693 GLuint min_lod:12;
694 } ss1;
695
696 struct
697 {
698 GLuint pad:5;
699 GLuint default_color_pointer:27;
700 } ss2;
701
702 struct
703 {
704 GLuint r_wrap_mode:3;
705 GLuint t_wrap_mode:3;
706 GLuint s_wrap_mode:3;
707 GLuint pad:1;
708 GLuint non_normalized_coord:1;
709 GLuint trilinear_quality:2;
710 GLuint address_round:6;
711 GLuint max_aniso:3;
712 GLuint chroma_key_mode:1;
713 GLuint chroma_key_index:2;
714 GLuint chroma_key_enable:1;
715 GLuint pad0:6;
716 } ss3;
717 };
718
719 struct brw_clipper_viewport
720 {
721 GLfloat xmin;
722 GLfloat xmax;
723 GLfloat ymin;
724 GLfloat ymax;
725 };
726
727 struct brw_cc_viewport
728 {
729 GLfloat min_depth;
730 GLfloat max_depth;
731 };
732
733 struct brw_sf_viewport
734 {
735 struct {
736 GLfloat m00;
737 GLfloat m11;
738 GLfloat m22;
739 GLfloat m30;
740 GLfloat m31;
741 GLfloat m32;
742 } viewport;
743
744 /* scissor coordinates are inclusive */
745 struct {
746 GLshort xmin;
747 GLshort ymin;
748 GLshort xmax;
749 GLshort ymax;
750 } scissor;
751 };
752
753 struct gen6_sf_viewport {
754 GLfloat m00;
755 GLfloat m11;
756 GLfloat m22;
757 GLfloat m30;
758 GLfloat m31;
759 GLfloat m32;
760 };
761
762 struct gen7_sf_clip_viewport {
763 struct {
764 GLfloat m00;
765 GLfloat m11;
766 GLfloat m22;
767 GLfloat m30;
768 GLfloat m31;
769 GLfloat m32;
770 } viewport;
771
772 GLuint pad0[2];
773
774 struct {
775 GLfloat xmin;
776 GLfloat xmax;
777 GLfloat ymin;
778 GLfloat ymax;
779 } guardband;
780
781 GLfloat pad1[4];
782 };
783
784 /* volume 5c Shared Functions - 1.13.4.1.2 */
785 struct gen7_surface_state
786 {
787 struct {
788 GLuint cube_pos_z:1;
789 GLuint cube_neg_z:1;
790 GLuint cube_pos_y:1;
791 GLuint cube_neg_y:1;
792 GLuint cube_pos_x:1;
793 GLuint cube_neg_x:1;
794 GLuint pad2:2;
795 GLuint render_cache_read_write:1;
796 GLuint pad1:1;
797 GLuint surface_array_spacing:1;
798 GLuint vert_line_stride_ofs:1;
799 GLuint vert_line_stride:1;
800 GLuint tile_walk:1;
801 GLuint tiled_surface:1;
802 GLuint horizontal_alignment:1;
803 GLuint vertical_alignment:2;
804 GLuint surface_format:9; /**< BRW_SURFACEFORMAT_x */
805 GLuint pad0:1;
806 GLuint is_array:1;
807 GLuint surface_type:3; /**< BRW_SURFACE_1D/2D/3D/CUBE */
808 } ss0;
809
810 struct {
811 GLuint base_addr;
812 } ss1;
813
814 struct {
815 GLuint width:14;
816 GLuint pad1:2;
817 GLuint height:14;
818 GLuint pad0:2;
819 } ss2;
820
821 struct {
822 GLuint pitch:18;
823 GLuint pad:3;
824 GLuint depth:11;
825 } ss3;
826
827 struct {
828 GLuint multisample_position_palette_index:3;
829 GLuint num_multisamples:3;
830 GLuint multisampled_surface_storage_format:1;
831 GLuint render_target_view_extent:11;
832 GLuint min_array_elt:11;
833 GLuint rotation:2;
834 GLuint pad0:1;
835 } ss4;
836
837 struct {
838 GLuint mip_count:4;
839 GLuint min_lod:4;
840 GLuint pad1:12;
841 GLuint y_offset:4;
842 GLuint pad0:1;
843 GLuint x_offset:7;
844 } ss5;
845
846 struct {
847 GLuint pad; /* Multisample Control Surface stuff */
848 } ss6;
849
850 struct {
851 GLuint resource_min_lod:12;
852 GLuint pad0:16;
853 GLuint alpha_clear_color:1;
854 GLuint blue_clear_color:1;
855 GLuint green_clear_color:1;
856 GLuint red_clear_color:1;
857 } ss7;
858 };
859
860
861 struct brw_vertex_element_state
862 {
863 struct
864 {
865 GLuint src_offset:11;
866 GLuint pad:5;
867 GLuint src_format:9;
868 GLuint pad0:1;
869 GLuint valid:1;
870 GLuint vertex_buffer_index:5;
871 } ve0;
872
873 struct
874 {
875 GLuint dst_offset:8;
876 GLuint pad:8;
877 GLuint vfcomponent3:4;
878 GLuint vfcomponent2:4;
879 GLuint vfcomponent1:4;
880 GLuint vfcomponent0:4;
881 } ve1;
882 };
883
884 #define BRW_VEP_MAX 18
885
886 struct brw_urb_immediate {
887 GLuint opcode:4;
888 GLuint offset:6;
889 GLuint swizzle_control:2;
890 GLuint pad:1;
891 GLuint allocate:1;
892 GLuint used:1;
893 GLuint complete:1;
894 GLuint response_length:4;
895 GLuint msg_length:4;
896 GLuint msg_target:4;
897 GLuint pad1:3;
898 GLuint end_of_thread:1;
899 };
900
901 /* Instruction format for the execution units:
902 */
903
904 struct brw_instruction
905 {
906 struct
907 {
908 GLuint opcode:7;
909 GLuint pad:1;
910 GLuint access_mode:1;
911 GLuint mask_control:1;
912 GLuint dependency_control:2;
913 GLuint compression_control:2; /* gen6: quater control */
914 GLuint thread_control:2;
915 GLuint predicate_control:4;
916 GLuint predicate_inverse:1;
917 GLuint execution_size:3;
918 /**
919 * Conditional Modifier for most instructions. On Gen6+, this is also
920 * used for the SEND instruction's Message Target/SFID.
921 */
922 GLuint destreg__conditionalmod:4;
923 GLuint acc_wr_control:1;
924 GLuint cmpt_control:1;
925 GLuint debug_control:1;
926 GLuint saturate:1;
927 } header;
928
929 union {
930 struct
931 {
932 GLuint dest_reg_file:2;
933 GLuint dest_reg_type:3;
934 GLuint src0_reg_file:2;
935 GLuint src0_reg_type:3;
936 GLuint src1_reg_file:2;
937 GLuint src1_reg_type:3;
938 GLuint pad:1;
939 GLuint dest_subreg_nr:5;
940 GLuint dest_reg_nr:8;
941 GLuint dest_horiz_stride:2;
942 GLuint dest_address_mode:1;
943 } da1;
944
945 struct
946 {
947 GLuint dest_reg_file:2;
948 GLuint dest_reg_type:3;
949 GLuint src0_reg_file:2;
950 GLuint src0_reg_type:3;
951 GLuint src1_reg_file:2; /* 0x00000c00 */
952 GLuint src1_reg_type:3; /* 0x00007000 */
953 GLuint pad:1;
954 GLint dest_indirect_offset:10; /* offset against the deref'd address reg */
955 GLuint dest_subreg_nr:3; /* subnr for the address reg a0.x */
956 GLuint dest_horiz_stride:2;
957 GLuint dest_address_mode:1;
958 } ia1;
959
960 struct
961 {
962 GLuint dest_reg_file:2;
963 GLuint dest_reg_type:3;
964 GLuint src0_reg_file:2;
965 GLuint src0_reg_type:3;
966 GLuint src1_reg_file:2;
967 GLuint src1_reg_type:3;
968 GLuint pad:1;
969 GLuint dest_writemask:4;
970 GLuint dest_subreg_nr:1;
971 GLuint dest_reg_nr:8;
972 GLuint dest_horiz_stride:2;
973 GLuint dest_address_mode:1;
974 } da16;
975
976 struct
977 {
978 GLuint dest_reg_file:2;
979 GLuint dest_reg_type:3;
980 GLuint src0_reg_file:2;
981 GLuint src0_reg_type:3;
982 GLuint pad0:6;
983 GLuint dest_writemask:4;
984 GLint dest_indirect_offset:6;
985 GLuint dest_subreg_nr:3;
986 GLuint dest_horiz_stride:2;
987 GLuint dest_address_mode:1;
988 } ia16;
989
990 struct {
991 GLuint dest_reg_file:2;
992 GLuint dest_reg_type:3;
993 GLuint src0_reg_file:2;
994 GLuint src0_reg_type:3;
995 GLuint src1_reg_file:2;
996 GLuint src1_reg_type:3;
997 GLuint pad:1;
998
999 GLint jump_count:16;
1000 } branch_gen6;
1001 } bits1;
1002
1003
1004 union {
1005 struct
1006 {
1007 GLuint src0_subreg_nr:5;
1008 GLuint src0_reg_nr:8;
1009 GLuint src0_abs:1;
1010 GLuint src0_negate:1;
1011 GLuint src0_address_mode:1;
1012 GLuint src0_horiz_stride:2;
1013 GLuint src0_width:3;
1014 GLuint src0_vert_stride:4;
1015 GLuint flag_reg_nr:1;
1016 GLuint pad:6;
1017 } da1;
1018
1019 struct
1020 {
1021 GLint src0_indirect_offset:10;
1022 GLuint src0_subreg_nr:3;
1023 GLuint src0_abs:1;
1024 GLuint src0_negate:1;
1025 GLuint src0_address_mode:1;
1026 GLuint src0_horiz_stride:2;
1027 GLuint src0_width:3;
1028 GLuint src0_vert_stride:4;
1029 GLuint flag_reg_nr:1;
1030 GLuint pad:6;
1031 } ia1;
1032
1033 struct
1034 {
1035 GLuint src0_swz_x:2;
1036 GLuint src0_swz_y:2;
1037 GLuint src0_subreg_nr:1;
1038 GLuint src0_reg_nr:8;
1039 GLuint src0_abs:1;
1040 GLuint src0_negate:1;
1041 GLuint src0_address_mode:1;
1042 GLuint src0_swz_z:2;
1043 GLuint src0_swz_w:2;
1044 GLuint pad0:1;
1045 GLuint src0_vert_stride:4;
1046 GLuint flag_reg_nr:1;
1047 GLuint pad1:6;
1048 } da16;
1049
1050 struct
1051 {
1052 GLuint src0_swz_x:2;
1053 GLuint src0_swz_y:2;
1054 GLint src0_indirect_offset:6;
1055 GLuint src0_subreg_nr:3;
1056 GLuint src0_abs:1;
1057 GLuint src0_negate:1;
1058 GLuint src0_address_mode:1;
1059 GLuint src0_swz_z:2;
1060 GLuint src0_swz_w:2;
1061 GLuint pad0:1;
1062 GLuint src0_vert_stride:4;
1063 GLuint flag_reg_nr:1;
1064 GLuint pad1:6;
1065 } ia16;
1066
1067 /* Extended Message Descriptor for Ironlake (Gen5) SEND instruction.
1068 *
1069 * Does not apply to Gen6+. The SFID/message target moved to bits
1070 * 27:24 of the header (destreg__conditionalmod); EOT is in bits3.
1071 */
1072 struct
1073 {
1074 GLuint pad:26;
1075 GLuint end_of_thread:1;
1076 GLuint pad1:1;
1077 GLuint sfid:4;
1078 } send_gen5; /* for Ironlake only */
1079
1080 } bits2;
1081
1082 union
1083 {
1084 struct
1085 {
1086 GLuint src1_subreg_nr:5;
1087 GLuint src1_reg_nr:8;
1088 GLuint src1_abs:1;
1089 GLuint src1_negate:1;
1090 GLuint src1_address_mode:1;
1091 GLuint src1_horiz_stride:2;
1092 GLuint src1_width:3;
1093 GLuint src1_vert_stride:4;
1094 GLuint pad0:7;
1095 } da1;
1096
1097 struct
1098 {
1099 GLuint src1_swz_x:2;
1100 GLuint src1_swz_y:2;
1101 GLuint src1_subreg_nr:1;
1102 GLuint src1_reg_nr:8;
1103 GLuint src1_abs:1;
1104 GLuint src1_negate:1;
1105 GLuint src1_address_mode:1;
1106 GLuint src1_swz_z:2;
1107 GLuint src1_swz_w:2;
1108 GLuint pad1:1;
1109 GLuint src1_vert_stride:4;
1110 GLuint pad2:7;
1111 } da16;
1112
1113 struct
1114 {
1115 GLint src1_indirect_offset:10;
1116 GLuint src1_subreg_nr:3;
1117 GLuint src1_abs:1;
1118 GLuint src1_negate:1;
1119 GLuint src1_address_mode:1;
1120 GLuint src1_horiz_stride:2;
1121 GLuint src1_width:3;
1122 GLuint src1_vert_stride:4;
1123 GLuint flag_reg_nr:1;
1124 GLuint pad1:6;
1125 } ia1;
1126
1127 struct
1128 {
1129 GLuint src1_swz_x:2;
1130 GLuint src1_swz_y:2;
1131 GLint src1_indirect_offset:6;
1132 GLuint src1_subreg_nr:3;
1133 GLuint src1_abs:1;
1134 GLuint src1_negate:1;
1135 GLuint pad0:1;
1136 GLuint src1_swz_z:2;
1137 GLuint src1_swz_w:2;
1138 GLuint pad1:1;
1139 GLuint src1_vert_stride:4;
1140 GLuint flag_reg_nr:1;
1141 GLuint pad2:6;
1142 } ia16;
1143
1144
1145 struct
1146 {
1147 GLint jump_count:16; /* note: signed */
1148 GLuint pop_count:4;
1149 GLuint pad0:12;
1150 } if_else;
1151
1152 /* This is also used for gen7 IF/ELSE instructions */
1153 struct
1154 {
1155 /* Signed jump distance to the ip to jump to if all channels
1156 * are disabled after the break or continue. It should point
1157 * to the end of the innermost control flow block, as that's
1158 * where some channel could get re-enabled.
1159 */
1160 int jip:16;
1161
1162 /* Signed jump distance to the location to resume execution
1163 * of this channel if it's enabled for the break or continue.
1164 */
1165 int uip:16;
1166 } break_cont;
1167
1168 /**
1169 * \defgroup SEND instructions / Message Descriptors
1170 *
1171 * @{
1172 */
1173
1174 /**
1175 * Generic Message Descriptor for Gen4 SEND instructions. The structs
1176 * below expand function_control to something specific for their
1177 * message. Due to struct packing issues, they duplicate these bits.
1178 *
1179 * See the G45 PRM, Volume 4, Table 14-15.
1180 */
1181 struct {
1182 GLuint function_control:16;
1183 GLuint response_length:4;
1184 GLuint msg_length:4;
1185 GLuint msg_target:4;
1186 GLuint pad1:3;
1187 GLuint end_of_thread:1;
1188 } generic;
1189
1190 /**
1191 * Generic Message Descriptor for Gen5-7 SEND instructions.
1192 *
1193 * See the Sandybridge PRM, Volume 2 Part 2, Table 8-15. (Sadly, most
1194 * of the information on the SEND instruction is missing from the public
1195 * Ironlake PRM.)
1196 *
1197 * The table claims that bit 31 is reserved/MBZ on Gen6+, but it lies.
1198 * According to the SEND instruction description:
1199 * "The MSb of the message description, the EOT field, always comes from
1200 * bit 127 of the instruction word"...which is bit 31 of this field.
1201 */
1202 struct {
1203 GLuint function_control:19;
1204 GLuint header_present:1;
1205 GLuint response_length:5;
1206 GLuint msg_length:4;
1207 GLuint pad1:2;
1208 GLuint end_of_thread:1;
1209 } generic_gen5;
1210
1211 /** G45 PRM, Volume 4, Section 6.1.1.1 */
1212 struct {
1213 GLuint function:4;
1214 GLuint int_type:1;
1215 GLuint precision:1;
1216 GLuint saturate:1;
1217 GLuint data_type:1;
1218 GLuint pad0:8;
1219 GLuint response_length:4;
1220 GLuint msg_length:4;
1221 GLuint msg_target:4;
1222 GLuint pad1:3;
1223 GLuint end_of_thread:1;
1224 } math;
1225
1226 /** Ironlake PRM, Volume 4 Part 1, Section 6.1.1.1 */
1227 struct {
1228 GLuint function:4;
1229 GLuint int_type:1;
1230 GLuint precision:1;
1231 GLuint saturate:1;
1232 GLuint data_type:1;
1233 GLuint snapshot:1;
1234 GLuint pad0:10;
1235 GLuint header_present:1;
1236 GLuint response_length:5;
1237 GLuint msg_length:4;
1238 GLuint pad1:2;
1239 GLuint end_of_thread:1;
1240 } math_gen5;
1241
1242 /** G45 PRM, Volume 4, Section 4.8.1.1.1 [DevBW] and [DevCL] */
1243 struct {
1244 GLuint binding_table_index:8;
1245 GLuint sampler:4;
1246 GLuint return_format:2;
1247 GLuint msg_type:2;
1248 GLuint response_length:4;
1249 GLuint msg_length:4;
1250 GLuint msg_target:4;
1251 GLuint pad1:3;
1252 GLuint end_of_thread:1;
1253 } sampler;
1254
1255 /** G45 PRM, Volume 4, Section 4.8.1.1.2 [DevCTG] */
1256 struct {
1257 GLuint binding_table_index:8;
1258 GLuint sampler:4;
1259 GLuint msg_type:4;
1260 GLuint response_length:4;
1261 GLuint msg_length:4;
1262 GLuint msg_target:4;
1263 GLuint pad1:3;
1264 GLuint end_of_thread:1;
1265 } sampler_g4x;
1266
1267 /** Ironlake PRM, Volume 4 Part 1, Section 4.11.1.1.3 */
1268 struct {
1269 GLuint binding_table_index:8;
1270 GLuint sampler:4;
1271 GLuint msg_type:4;
1272 GLuint simd_mode:2;
1273 GLuint pad0:1;
1274 GLuint header_present:1;
1275 GLuint response_length:5;
1276 GLuint msg_length:4;
1277 GLuint pad1:2;
1278 GLuint end_of_thread:1;
1279 } sampler_gen5;
1280
1281 struct {
1282 GLuint binding_table_index:8;
1283 GLuint sampler:4;
1284 GLuint msg_type:5;
1285 GLuint simd_mode:2;
1286 GLuint header_present:1;
1287 GLuint response_length:5;
1288 GLuint msg_length:4;
1289 GLuint pad1:2;
1290 GLuint end_of_thread:1;
1291 } sampler_gen7;
1292
1293 struct brw_urb_immediate urb;
1294
1295 struct {
1296 GLuint opcode:4;
1297 GLuint offset:6;
1298 GLuint swizzle_control:2;
1299 GLuint pad:1;
1300 GLuint allocate:1;
1301 GLuint used:1;
1302 GLuint complete:1;
1303 GLuint pad0:3;
1304 GLuint header_present:1;
1305 GLuint response_length:5;
1306 GLuint msg_length:4;
1307 GLuint pad1:2;
1308 GLuint end_of_thread:1;
1309 } urb_gen5;
1310
1311 struct {
1312 GLuint opcode:3;
1313 GLuint offset:11;
1314 GLuint swizzle_control:1;
1315 GLuint complete:1;
1316 GLuint per_slot_offset:1;
1317 GLuint pad0:2;
1318 GLuint header_present:1;
1319 GLuint response_length:5;
1320 GLuint msg_length:4;
1321 GLuint pad1:2;
1322 GLuint end_of_thread:1;
1323 } urb_gen7;
1324
1325 /** 965 PRM, Volume 4, Section 5.10.1.1: Message Descriptor */
1326 struct {
1327 GLuint binding_table_index:8;
1328 GLuint msg_control:4;
1329 GLuint msg_type:2;
1330 GLuint target_cache:2;
1331 GLuint response_length:4;
1332 GLuint msg_length:4;
1333 GLuint msg_target:4;
1334 GLuint pad1:3;
1335 GLuint end_of_thread:1;
1336 } dp_read;
1337
1338 /** G45 PRM, Volume 4, Section 5.10.1.1.2 */
1339 struct {
1340 GLuint binding_table_index:8;
1341 GLuint msg_control:3;
1342 GLuint msg_type:3;
1343 GLuint target_cache:2;
1344 GLuint response_length:4;
1345 GLuint msg_length:4;
1346 GLuint msg_target:4;
1347 GLuint pad1:3;
1348 GLuint end_of_thread:1;
1349 } dp_read_g4x;
1350
1351 /** Ironlake PRM, Volume 4 Part 1, Section 5.10.2.1.2. */
1352 struct {
1353 GLuint binding_table_index:8;
1354 GLuint msg_control:3;
1355 GLuint msg_type:3;
1356 GLuint target_cache:2;
1357 GLuint pad0:3;
1358 GLuint header_present:1;
1359 GLuint response_length:5;
1360 GLuint msg_length:4;
1361 GLuint pad1:2;
1362 GLuint end_of_thread:1;
1363 } dp_read_gen5;
1364
1365 /** G45 PRM, Volume 4, Section 5.10.1.1.2. For both Gen4 and G45. */
1366 struct {
1367 GLuint binding_table_index:8;
1368 GLuint msg_control:3;
1369 GLuint last_render_target:1;
1370 GLuint msg_type:3;
1371 GLuint send_commit_msg:1;
1372 GLuint response_length:4;
1373 GLuint msg_length:4;
1374 GLuint msg_target:4;
1375 GLuint pad1:3;
1376 GLuint end_of_thread:1;
1377 } dp_write;
1378
1379 /** Ironlake PRM, Volume 4 Part 1, Section 5.10.2.1.2. */
1380 struct {
1381 GLuint binding_table_index:8;
1382 GLuint msg_control:3;
1383 GLuint last_render_target:1;
1384 GLuint msg_type:3;
1385 GLuint send_commit_msg:1;
1386 GLuint pad0:3;
1387 GLuint header_present:1;
1388 GLuint response_length:5;
1389 GLuint msg_length:4;
1390 GLuint pad1:2;
1391 GLuint end_of_thread:1;
1392 } dp_write_gen5;
1393
1394 /**
1395 * Message for the Sandybridge Sampler Cache or Constant Cache Data Port.
1396 *
1397 * See the Sandybridge PRM, Volume 4 Part 1, Section 3.9.2.1.1.
1398 **/
1399 struct {
1400 GLuint binding_table_index:8;
1401 GLuint msg_control:5;
1402 GLuint msg_type:3;
1403 GLuint pad0:3;
1404 GLuint header_present:1;
1405 GLuint response_length:5;
1406 GLuint msg_length:4;
1407 GLuint pad1:2;
1408 GLuint end_of_thread:1;
1409 } gen6_dp_sampler_const_cache;
1410
1411 /**
1412 * Message for the Sandybridge Render Cache Data Port.
1413 *
1414 * Most fields are defined in the Sandybridge PRM, Volume 4 Part 1,
1415 * Section 3.9.2.1.1: Message Descriptor.
1416 *
1417 * "Slot Group Select" and "Last Render Target" are part of the
1418 * 5-bit message control for Render Target Write messages. See
1419 * Section 3.9.9.2.1 of the same volume.
1420 */
1421 struct {
1422 GLuint binding_table_index:8;
1423 GLuint msg_control:3;
1424 GLuint slot_group_select:1;
1425 GLuint last_render_target:1;
1426 GLuint msg_type:4;
1427 GLuint send_commit_msg:1;
1428 GLuint pad0:1;
1429 GLuint header_present:1;
1430 GLuint response_length:5;
1431 GLuint msg_length:4;
1432 GLuint pad1:2;
1433 GLuint end_of_thread:1;
1434 } gen6_dp;
1435
1436 /**
1437 * Message for any of the Gen7 Data Port caches.
1438 *
1439 * Most fields are defined in BSpec volume 5c.2 Data Port / Messages /
1440 * Data Port Messages / Message Descriptor. Once again, "Slot Group
1441 * Select" and "Last Render Target" are part of the 6-bit message
1442 * control for Render Target Writes.
1443 */
1444 struct {
1445 GLuint binding_table_index:8;
1446 GLuint msg_control:3;
1447 GLuint slot_group_select:1;
1448 GLuint last_render_target:1;
1449 GLuint msg_control_pad:1;
1450 GLuint msg_type:4;
1451 GLuint pad1:1;
1452 GLuint header_present:1;
1453 GLuint response_length:5;
1454 GLuint msg_length:4;
1455 GLuint pad2:2;
1456 GLuint end_of_thread:1;
1457 } gen7_dp;
1458 /** @} */
1459
1460 GLint d;
1461 GLuint ud;
1462 float f;
1463 } bits3;
1464 };
1465
1466
1467 #endif