i965: Add HiZ operation state to brw_context
[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 struct brw_urb_immediate {
885 GLuint opcode:4;
886 GLuint offset:6;
887 GLuint swizzle_control:2;
888 GLuint pad:1;
889 GLuint allocate:1;
890 GLuint used:1;
891 GLuint complete:1;
892 GLuint response_length:4;
893 GLuint msg_length:4;
894 GLuint msg_target:4;
895 GLuint pad1:3;
896 GLuint end_of_thread:1;
897 };
898
899 /* Instruction format for the execution units:
900 */
901
902 struct brw_instruction
903 {
904 struct
905 {
906 GLuint opcode:7;
907 GLuint pad:1;
908 GLuint access_mode:1;
909 GLuint mask_control:1;
910 GLuint dependency_control:2;
911 GLuint compression_control:2; /* gen6: quater control */
912 GLuint thread_control:2;
913 GLuint predicate_control:4;
914 GLuint predicate_inverse:1;
915 GLuint execution_size:3;
916 /**
917 * Conditional Modifier for most instructions. On Gen6+, this is also
918 * used for the SEND instruction's Message Target/SFID.
919 */
920 GLuint destreg__conditionalmod:4;
921 GLuint acc_wr_control:1;
922 GLuint cmpt_control:1;
923 GLuint debug_control:1;
924 GLuint saturate:1;
925 } header;
926
927 union {
928 struct
929 {
930 GLuint dest_reg_file:2;
931 GLuint dest_reg_type:3;
932 GLuint src0_reg_file:2;
933 GLuint src0_reg_type:3;
934 GLuint src1_reg_file:2;
935 GLuint src1_reg_type:3;
936 GLuint pad:1;
937 GLuint dest_subreg_nr:5;
938 GLuint dest_reg_nr:8;
939 GLuint dest_horiz_stride:2;
940 GLuint dest_address_mode:1;
941 } da1;
942
943 struct
944 {
945 GLuint dest_reg_file:2;
946 GLuint dest_reg_type:3;
947 GLuint src0_reg_file:2;
948 GLuint src0_reg_type:3;
949 GLuint src1_reg_file:2; /* 0x00000c00 */
950 GLuint src1_reg_type:3; /* 0x00007000 */
951 GLuint pad:1;
952 GLint dest_indirect_offset:10; /* offset against the deref'd address reg */
953 GLuint dest_subreg_nr:3; /* subnr for the address reg a0.x */
954 GLuint dest_horiz_stride:2;
955 GLuint dest_address_mode:1;
956 } ia1;
957
958 struct
959 {
960 GLuint dest_reg_file:2;
961 GLuint dest_reg_type:3;
962 GLuint src0_reg_file:2;
963 GLuint src0_reg_type:3;
964 GLuint src1_reg_file:2;
965 GLuint src1_reg_type:3;
966 GLuint pad:1;
967 GLuint dest_writemask:4;
968 GLuint dest_subreg_nr:1;
969 GLuint dest_reg_nr:8;
970 GLuint dest_horiz_stride:2;
971 GLuint dest_address_mode:1;
972 } da16;
973
974 struct
975 {
976 GLuint dest_reg_file:2;
977 GLuint dest_reg_type:3;
978 GLuint src0_reg_file:2;
979 GLuint src0_reg_type:3;
980 GLuint pad0:6;
981 GLuint dest_writemask:4;
982 GLint dest_indirect_offset:6;
983 GLuint dest_subreg_nr:3;
984 GLuint dest_horiz_stride:2;
985 GLuint dest_address_mode:1;
986 } ia16;
987
988 struct {
989 GLuint dest_reg_file:2;
990 GLuint dest_reg_type:3;
991 GLuint src0_reg_file:2;
992 GLuint src0_reg_type:3;
993 GLuint src1_reg_file:2;
994 GLuint src1_reg_type:3;
995 GLuint pad:1;
996
997 GLint jump_count:16;
998 } branch_gen6;
999 } bits1;
1000
1001
1002 union {
1003 struct
1004 {
1005 GLuint src0_subreg_nr:5;
1006 GLuint src0_reg_nr:8;
1007 GLuint src0_abs:1;
1008 GLuint src0_negate:1;
1009 GLuint src0_address_mode:1;
1010 GLuint src0_horiz_stride:2;
1011 GLuint src0_width:3;
1012 GLuint src0_vert_stride:4;
1013 GLuint flag_reg_nr:1;
1014 GLuint pad:6;
1015 } da1;
1016
1017 struct
1018 {
1019 GLint src0_indirect_offset:10;
1020 GLuint src0_subreg_nr:3;
1021 GLuint src0_abs:1;
1022 GLuint src0_negate:1;
1023 GLuint src0_address_mode:1;
1024 GLuint src0_horiz_stride:2;
1025 GLuint src0_width:3;
1026 GLuint src0_vert_stride:4;
1027 GLuint flag_reg_nr:1;
1028 GLuint pad:6;
1029 } ia1;
1030
1031 struct
1032 {
1033 GLuint src0_swz_x:2;
1034 GLuint src0_swz_y:2;
1035 GLuint src0_subreg_nr:1;
1036 GLuint src0_reg_nr:8;
1037 GLuint src0_abs:1;
1038 GLuint src0_negate:1;
1039 GLuint src0_address_mode:1;
1040 GLuint src0_swz_z:2;
1041 GLuint src0_swz_w:2;
1042 GLuint pad0:1;
1043 GLuint src0_vert_stride:4;
1044 GLuint flag_reg_nr:1;
1045 GLuint pad1:6;
1046 } da16;
1047
1048 struct
1049 {
1050 GLuint src0_swz_x:2;
1051 GLuint src0_swz_y:2;
1052 GLint src0_indirect_offset:6;
1053 GLuint src0_subreg_nr:3;
1054 GLuint src0_abs:1;
1055 GLuint src0_negate:1;
1056 GLuint src0_address_mode:1;
1057 GLuint src0_swz_z:2;
1058 GLuint src0_swz_w:2;
1059 GLuint pad0:1;
1060 GLuint src0_vert_stride:4;
1061 GLuint flag_reg_nr:1;
1062 GLuint pad1:6;
1063 } ia16;
1064
1065 /* Extended Message Descriptor for Ironlake (Gen5) SEND instruction.
1066 *
1067 * Does not apply to Gen6+. The SFID/message target moved to bits
1068 * 27:24 of the header (destreg__conditionalmod); EOT is in bits3.
1069 */
1070 struct
1071 {
1072 GLuint pad:26;
1073 GLuint end_of_thread:1;
1074 GLuint pad1:1;
1075 GLuint sfid:4;
1076 } send_gen5; /* for Ironlake only */
1077
1078 } bits2;
1079
1080 union
1081 {
1082 struct
1083 {
1084 GLuint src1_subreg_nr:5;
1085 GLuint src1_reg_nr:8;
1086 GLuint src1_abs:1;
1087 GLuint src1_negate:1;
1088 GLuint src1_address_mode:1;
1089 GLuint src1_horiz_stride:2;
1090 GLuint src1_width:3;
1091 GLuint src1_vert_stride:4;
1092 GLuint pad0:7;
1093 } da1;
1094
1095 struct
1096 {
1097 GLuint src1_swz_x:2;
1098 GLuint src1_swz_y:2;
1099 GLuint src1_subreg_nr:1;
1100 GLuint src1_reg_nr:8;
1101 GLuint src1_abs:1;
1102 GLuint src1_negate:1;
1103 GLuint src1_address_mode:1;
1104 GLuint src1_swz_z:2;
1105 GLuint src1_swz_w:2;
1106 GLuint pad1:1;
1107 GLuint src1_vert_stride:4;
1108 GLuint pad2:7;
1109 } da16;
1110
1111 struct
1112 {
1113 GLint src1_indirect_offset:10;
1114 GLuint src1_subreg_nr:3;
1115 GLuint src1_abs:1;
1116 GLuint src1_negate:1;
1117 GLuint src1_address_mode:1;
1118 GLuint src1_horiz_stride:2;
1119 GLuint src1_width:3;
1120 GLuint src1_vert_stride:4;
1121 GLuint flag_reg_nr:1;
1122 GLuint pad1:6;
1123 } ia1;
1124
1125 struct
1126 {
1127 GLuint src1_swz_x:2;
1128 GLuint src1_swz_y:2;
1129 GLint src1_indirect_offset:6;
1130 GLuint src1_subreg_nr:3;
1131 GLuint src1_abs:1;
1132 GLuint src1_negate:1;
1133 GLuint pad0:1;
1134 GLuint src1_swz_z:2;
1135 GLuint src1_swz_w:2;
1136 GLuint pad1:1;
1137 GLuint src1_vert_stride:4;
1138 GLuint flag_reg_nr:1;
1139 GLuint pad2:6;
1140 } ia16;
1141
1142
1143 struct
1144 {
1145 GLint jump_count:16; /* note: signed */
1146 GLuint pop_count:4;
1147 GLuint pad0:12;
1148 } if_else;
1149
1150 /* This is also used for gen7 IF/ELSE instructions */
1151 struct
1152 {
1153 /* Signed jump distance to the ip to jump to if all channels
1154 * are disabled after the break or continue. It should point
1155 * to the end of the innermost control flow block, as that's
1156 * where some channel could get re-enabled.
1157 */
1158 int jip:16;
1159
1160 /* Signed jump distance to the location to resume execution
1161 * of this channel if it's enabled for the break or continue.
1162 */
1163 int uip:16;
1164 } break_cont;
1165
1166 /**
1167 * \defgroup SEND instructions / Message Descriptors
1168 *
1169 * @{
1170 */
1171
1172 /**
1173 * Generic Message Descriptor for Gen4 SEND instructions. The structs
1174 * below expand function_control to something specific for their
1175 * message. Due to struct packing issues, they duplicate these bits.
1176 *
1177 * See the G45 PRM, Volume 4, Table 14-15.
1178 */
1179 struct {
1180 GLuint function_control:16;
1181 GLuint response_length:4;
1182 GLuint msg_length:4;
1183 GLuint msg_target:4;
1184 GLuint pad1:3;
1185 GLuint end_of_thread:1;
1186 } generic;
1187
1188 /**
1189 * Generic Message Descriptor for Gen5-7 SEND instructions.
1190 *
1191 * See the Sandybridge PRM, Volume 2 Part 2, Table 8-15. (Sadly, most
1192 * of the information on the SEND instruction is missing from the public
1193 * Ironlake PRM.)
1194 *
1195 * The table claims that bit 31 is reserved/MBZ on Gen6+, but it lies.
1196 * According to the SEND instruction description:
1197 * "The MSb of the message description, the EOT field, always comes from
1198 * bit 127 of the instruction word"...which is bit 31 of this field.
1199 */
1200 struct {
1201 GLuint function_control:19;
1202 GLuint header_present:1;
1203 GLuint response_length:5;
1204 GLuint msg_length:4;
1205 GLuint pad1:2;
1206 GLuint end_of_thread:1;
1207 } generic_gen5;
1208
1209 /** G45 PRM, Volume 4, Section 6.1.1.1 */
1210 struct {
1211 GLuint function:4;
1212 GLuint int_type:1;
1213 GLuint precision:1;
1214 GLuint saturate:1;
1215 GLuint data_type:1;
1216 GLuint pad0:8;
1217 GLuint response_length:4;
1218 GLuint msg_length:4;
1219 GLuint msg_target:4;
1220 GLuint pad1:3;
1221 GLuint end_of_thread:1;
1222 } math;
1223
1224 /** Ironlake PRM, Volume 4 Part 1, Section 6.1.1.1 */
1225 struct {
1226 GLuint function:4;
1227 GLuint int_type:1;
1228 GLuint precision:1;
1229 GLuint saturate:1;
1230 GLuint data_type:1;
1231 GLuint snapshot:1;
1232 GLuint pad0:10;
1233 GLuint header_present:1;
1234 GLuint response_length:5;
1235 GLuint msg_length:4;
1236 GLuint pad1:2;
1237 GLuint end_of_thread:1;
1238 } math_gen5;
1239
1240 /** G45 PRM, Volume 4, Section 4.8.1.1.1 [DevBW] and [DevCL] */
1241 struct {
1242 GLuint binding_table_index:8;
1243 GLuint sampler:4;
1244 GLuint return_format:2;
1245 GLuint msg_type:2;
1246 GLuint response_length:4;
1247 GLuint msg_length:4;
1248 GLuint msg_target:4;
1249 GLuint pad1:3;
1250 GLuint end_of_thread:1;
1251 } sampler;
1252
1253 /** G45 PRM, Volume 4, Section 4.8.1.1.2 [DevCTG] */
1254 struct {
1255 GLuint binding_table_index:8;
1256 GLuint sampler:4;
1257 GLuint msg_type:4;
1258 GLuint response_length:4;
1259 GLuint msg_length:4;
1260 GLuint msg_target:4;
1261 GLuint pad1:3;
1262 GLuint end_of_thread:1;
1263 } sampler_g4x;
1264
1265 /** Ironlake PRM, Volume 4 Part 1, Section 4.11.1.1.3 */
1266 struct {
1267 GLuint binding_table_index:8;
1268 GLuint sampler:4;
1269 GLuint msg_type:4;
1270 GLuint simd_mode:2;
1271 GLuint pad0:1;
1272 GLuint header_present:1;
1273 GLuint response_length:5;
1274 GLuint msg_length:4;
1275 GLuint pad1:2;
1276 GLuint end_of_thread:1;
1277 } sampler_gen5;
1278
1279 struct {
1280 GLuint binding_table_index:8;
1281 GLuint sampler:4;
1282 GLuint msg_type:5;
1283 GLuint simd_mode:2;
1284 GLuint header_present:1;
1285 GLuint response_length:5;
1286 GLuint msg_length:4;
1287 GLuint pad1:2;
1288 GLuint end_of_thread:1;
1289 } sampler_gen7;
1290
1291 struct brw_urb_immediate urb;
1292
1293 struct {
1294 GLuint opcode:4;
1295 GLuint offset:6;
1296 GLuint swizzle_control:2;
1297 GLuint pad:1;
1298 GLuint allocate:1;
1299 GLuint used:1;
1300 GLuint complete:1;
1301 GLuint pad0:3;
1302 GLuint header_present:1;
1303 GLuint response_length:5;
1304 GLuint msg_length:4;
1305 GLuint pad1:2;
1306 GLuint end_of_thread:1;
1307 } urb_gen5;
1308
1309 struct {
1310 GLuint opcode:3;
1311 GLuint offset:11;
1312 GLuint swizzle_control:1;
1313 GLuint complete:1;
1314 GLuint per_slot_offset:1;
1315 GLuint pad0:2;
1316 GLuint header_present:1;
1317 GLuint response_length:5;
1318 GLuint msg_length:4;
1319 GLuint pad1:2;
1320 GLuint end_of_thread:1;
1321 } urb_gen7;
1322
1323 /** 965 PRM, Volume 4, Section 5.10.1.1: Message Descriptor */
1324 struct {
1325 GLuint binding_table_index:8;
1326 GLuint msg_control:4;
1327 GLuint msg_type:2;
1328 GLuint target_cache:2;
1329 GLuint response_length:4;
1330 GLuint msg_length:4;
1331 GLuint msg_target:4;
1332 GLuint pad1:3;
1333 GLuint end_of_thread:1;
1334 } dp_read;
1335
1336 /** G45 PRM, Volume 4, Section 5.10.1.1.2 */
1337 struct {
1338 GLuint binding_table_index:8;
1339 GLuint msg_control:3;
1340 GLuint msg_type:3;
1341 GLuint target_cache:2;
1342 GLuint response_length:4;
1343 GLuint msg_length:4;
1344 GLuint msg_target:4;
1345 GLuint pad1:3;
1346 GLuint end_of_thread:1;
1347 } dp_read_g4x;
1348
1349 /** Ironlake PRM, Volume 4 Part 1, Section 5.10.2.1.2. */
1350 struct {
1351 GLuint binding_table_index:8;
1352 GLuint msg_control:3;
1353 GLuint msg_type:3;
1354 GLuint target_cache:2;
1355 GLuint pad0:3;
1356 GLuint header_present:1;
1357 GLuint response_length:5;
1358 GLuint msg_length:4;
1359 GLuint pad1:2;
1360 GLuint end_of_thread:1;
1361 } dp_read_gen5;
1362
1363 /** G45 PRM, Volume 4, Section 5.10.1.1.2. For both Gen4 and G45. */
1364 struct {
1365 GLuint binding_table_index:8;
1366 GLuint msg_control:3;
1367 GLuint last_render_target:1;
1368 GLuint msg_type:3;
1369 GLuint send_commit_msg:1;
1370 GLuint response_length:4;
1371 GLuint msg_length:4;
1372 GLuint msg_target:4;
1373 GLuint pad1:3;
1374 GLuint end_of_thread:1;
1375 } dp_write;
1376
1377 /** Ironlake PRM, Volume 4 Part 1, Section 5.10.2.1.2. */
1378 struct {
1379 GLuint binding_table_index:8;
1380 GLuint msg_control:3;
1381 GLuint last_render_target:1;
1382 GLuint msg_type:3;
1383 GLuint send_commit_msg:1;
1384 GLuint pad0:3;
1385 GLuint header_present:1;
1386 GLuint response_length:5;
1387 GLuint msg_length:4;
1388 GLuint pad1:2;
1389 GLuint end_of_thread:1;
1390 } dp_write_gen5;
1391
1392 /**
1393 * Message for the Sandybridge Sampler Cache or Constant Cache Data Port.
1394 *
1395 * See the Sandybridge PRM, Volume 4 Part 1, Section 3.9.2.1.1.
1396 **/
1397 struct {
1398 GLuint binding_table_index:8;
1399 GLuint msg_control:5;
1400 GLuint msg_type:3;
1401 GLuint pad0:3;
1402 GLuint header_present:1;
1403 GLuint response_length:5;
1404 GLuint msg_length:4;
1405 GLuint pad1:2;
1406 GLuint end_of_thread:1;
1407 } gen6_dp_sampler_const_cache;
1408
1409 /**
1410 * Message for the Sandybridge Render Cache Data Port.
1411 *
1412 * Most fields are defined in the Sandybridge PRM, Volume 4 Part 1,
1413 * Section 3.9.2.1.1: Message Descriptor.
1414 *
1415 * "Slot Group Select" and "Last Render Target" are part of the
1416 * 5-bit message control for Render Target Write messages. See
1417 * Section 3.9.9.2.1 of the same volume.
1418 */
1419 struct {
1420 GLuint binding_table_index:8;
1421 GLuint msg_control:3;
1422 GLuint slot_group_select:1;
1423 GLuint last_render_target:1;
1424 GLuint msg_type:4;
1425 GLuint send_commit_msg:1;
1426 GLuint pad0:1;
1427 GLuint header_present:1;
1428 GLuint response_length:5;
1429 GLuint msg_length:4;
1430 GLuint pad1:2;
1431 GLuint end_of_thread:1;
1432 } gen6_dp;
1433
1434 /**
1435 * Message for any of the Gen7 Data Port caches.
1436 *
1437 * Most fields are defined in BSpec volume 5c.2 Data Port / Messages /
1438 * Data Port Messages / Message Descriptor. Once again, "Slot Group
1439 * Select" and "Last Render Target" are part of the 6-bit message
1440 * control for Render Target Writes.
1441 */
1442 struct {
1443 GLuint binding_table_index:8;
1444 GLuint msg_control:3;
1445 GLuint slot_group_select:1;
1446 GLuint last_render_target:1;
1447 GLuint msg_control_pad:1;
1448 GLuint msg_type:4;
1449 GLuint pad1:1;
1450 GLuint header_present:1;
1451 GLuint response_length:5;
1452 GLuint msg_length:4;
1453 GLuint pad2:2;
1454 GLuint end_of_thread:1;
1455 } gen7_dp;
1456 /** @} */
1457
1458 GLint d;
1459 GLuint ud;
1460 float f;
1461 } bits3;
1462 };
1463
1464
1465 #endif