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