i965/fs: Implement SIMD32 register allocation support.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_compiler.h
1 /*
2 * Copyright © 2010 - 2015 Intel Corporation
3 *
4 * Permission is hereby granted, free of charge, to any person obtaining a
5 * copy of this software and associated documentation files (the "Software"),
6 * to deal in the Software without restriction, including without limitation
7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
8 * and/or sell copies of the Software, and to permit persons to whom the
9 * Software is furnished to do so, subject to the following conditions:
10 *
11 * The above copyright notice and this permission notice (including the next
12 * paragraph) shall be included in all copies or substantial portions of the
13 * Software.
14 *
15 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
18 * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
20 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
21 * IN THE SOFTWARE.
22 */
23
24 #pragma once
25
26 #include <stdio.h>
27 #include "brw_device_info.h"
28 #include "main/mtypes.h"
29
30 #ifdef __cplusplus
31 extern "C" {
32 #endif
33
34 struct ra_regs;
35 struct nir_shader;
36 struct brw_geometry_program;
37 union gl_constant_value;
38
39 struct brw_compiler {
40 const struct brw_device_info *devinfo;
41
42 struct {
43 struct ra_regs *regs;
44
45 /**
46 * Array of the ra classes for the unaligned contiguous register
47 * block sizes used.
48 */
49 int *classes;
50
51 /**
52 * Mapping for register-allocated objects in *regs to the first
53 * GRF for that object.
54 */
55 uint8_t *ra_reg_to_grf;
56 } vec4_reg_set;
57
58 struct {
59 struct ra_regs *regs;
60
61 /**
62 * Array of the ra classes for the unaligned contiguous register
63 * block sizes used, indexed by register size.
64 */
65 int classes[16];
66
67 /**
68 * Mapping from classes to ra_reg ranges. Each of the per-size
69 * classes corresponds to a range of ra_reg nodes. This array stores
70 * those ranges in the form of first ra_reg in each class and the
71 * total number of ra_reg elements in the last array element. This
72 * way the range of the i'th class is given by:
73 * [ class_to_ra_reg_range[i], class_to_ra_reg_range[i+1] )
74 */
75 int class_to_ra_reg_range[17];
76
77 /**
78 * Mapping for register-allocated objects in *regs to the first
79 * GRF for that object.
80 */
81 uint8_t *ra_reg_to_grf;
82
83 /**
84 * ra class for the aligned pairs we use for PLN, which doesn't
85 * appear in *classes.
86 */
87 int aligned_pairs_class;
88 } fs_reg_sets[3];
89
90 void (*shader_debug_log)(void *, const char *str, ...) PRINTFLIKE(2, 3);
91 void (*shader_perf_log)(void *, const char *str, ...) PRINTFLIKE(2, 3);
92
93 bool scalar_stage[MESA_SHADER_STAGES];
94 struct gl_shader_compiler_options glsl_compiler_options[MESA_SHADER_STAGES];
95
96 /**
97 * Apply workarounds for SIN and COS output range problems.
98 * This can negatively impact performance.
99 */
100 bool precise_trig;
101 };
102
103
104 /**
105 * Program key structures.
106 *
107 * When drawing, we look for the currently bound shaders in the program
108 * cache. This is essentially a hash table lookup, and these are the keys.
109 *
110 * Sometimes OpenGL features specified as state need to be simulated via
111 * shader code, due to a mismatch between the API and the hardware. This
112 * is often referred to as "non-orthagonal state" or "NOS". We store NOS
113 * in the program key so it's considered when searching for a program. If
114 * we haven't seen a particular combination before, we have to recompile a
115 * new specialized version.
116 *
117 * Shader compilation should not look up state in gl_context directly, but
118 * instead use the copy in the program key. This guarantees recompiles will
119 * happen correctly.
120 *
121 * @{
122 */
123
124 enum PACKED gen6_gather_sampler_wa {
125 WA_SIGN = 1, /* whether we need to sign extend */
126 WA_8BIT = 2, /* if we have an 8bit format needing wa */
127 WA_16BIT = 4, /* if we have a 16bit format needing wa */
128 };
129
130 /**
131 * Sampler information needed by VS, WM, and GS program cache keys.
132 */
133 struct brw_sampler_prog_key_data {
134 /**
135 * EXT_texture_swizzle and DEPTH_TEXTURE_MODE swizzles.
136 */
137 uint16_t swizzles[MAX_SAMPLERS];
138
139 uint32_t gl_clamp_mask[3];
140
141 /**
142 * For RG32F, gather4's channel select is broken.
143 */
144 uint32_t gather_channel_quirk_mask;
145
146 /**
147 * Whether this sampler uses the compressed multisample surface layout.
148 */
149 uint32_t compressed_multisample_layout_mask;
150
151 /**
152 * Whether this sampler is using 16x multisampling. If so fetching from
153 * this sampler will be handled with a different instruction, ld2dms_w
154 * instead of ld2dms.
155 */
156 uint32_t msaa_16;
157
158 /**
159 * For Sandybridge, which shader w/a we need for gather quirks.
160 */
161 enum gen6_gather_sampler_wa gen6_gather_wa[MAX_SAMPLERS];
162
163 /**
164 * Texture units that have a YUV image bound.
165 */
166 uint32_t y_u_v_image_mask;
167 uint32_t y_uv_image_mask;
168 uint32_t yx_xuxv_image_mask;
169 };
170
171
172 /** The program key for Vertex Shaders. */
173 struct brw_vs_prog_key {
174 unsigned program_string_id;
175
176 /*
177 * Per-attribute workaround flags
178 */
179 uint8_t gl_attrib_wa_flags[VERT_ATTRIB_MAX];
180
181 bool copy_edgeflag:1;
182
183 bool clamp_vertex_color:1;
184
185 /**
186 * How many user clipping planes are being uploaded to the vertex shader as
187 * push constants.
188 *
189 * These are used for lowering legacy gl_ClipVertex/gl_Position clipping to
190 * clip distances.
191 */
192 unsigned nr_userclip_plane_consts:4;
193
194 /**
195 * For pre-Gen6 hardware, a bitfield indicating which texture coordinates
196 * are going to be replaced with point coordinates (as a consequence of a
197 * call to glTexEnvi(GL_POINT_SPRITE, GL_COORD_REPLACE, GL_TRUE)). Because
198 * our SF thread requires exact matching between VS outputs and FS inputs,
199 * these texture coordinates will need to be unconditionally included in
200 * the VUE, even if they aren't written by the vertex shader.
201 */
202 uint8_t point_coord_replace;
203
204 struct brw_sampler_prog_key_data tex;
205 };
206
207 /** The program key for Tessellation Control Shaders. */
208 struct brw_tcs_prog_key
209 {
210 unsigned program_string_id;
211
212 GLenum tes_primitive_mode;
213
214 unsigned input_vertices;
215
216 /** A bitfield of per-patch outputs written. */
217 uint32_t patch_outputs_written;
218
219 /** A bitfield of per-vertex outputs written. */
220 uint64_t outputs_written;
221
222 struct brw_sampler_prog_key_data tex;
223 };
224
225 /** The program key for Tessellation Evaluation Shaders. */
226 struct brw_tes_prog_key
227 {
228 unsigned program_string_id;
229
230 /** A bitfield of per-patch inputs read. */
231 uint32_t patch_inputs_read;
232
233 /** A bitfield of per-vertex inputs read. */
234 uint64_t inputs_read;
235
236 struct brw_sampler_prog_key_data tex;
237 };
238
239 /** The program key for Geometry Shaders. */
240 struct brw_gs_prog_key
241 {
242 unsigned program_string_id;
243
244 struct brw_sampler_prog_key_data tex;
245 };
246
247 /** The program key for Fragment/Pixel Shaders. */
248 struct brw_wm_prog_key {
249 uint8_t iz_lookup;
250 bool stats_wm:1;
251 bool flat_shade:1;
252 unsigned nr_color_regions:5;
253 bool replicate_alpha:1;
254 bool clamp_fragment_color:1;
255 bool persample_interp:1;
256 bool multisample_fbo:1;
257 unsigned line_aa:2;
258 bool high_quality_derivatives:1;
259 bool force_dual_color_blend:1;
260
261 uint16_t drawable_height;
262 uint64_t input_slots_valid;
263 unsigned program_string_id;
264 GLenum alpha_test_func; /* < For Gen4/5 MRT alpha test */
265 float alpha_test_ref;
266
267 struct brw_sampler_prog_key_data tex;
268 };
269
270 struct brw_cs_prog_key {
271 uint32_t program_string_id;
272 struct brw_sampler_prog_key_data tex;
273 };
274
275 /*
276 * Image metadata structure as laid out in the shader parameter
277 * buffer. Entries have to be 16B-aligned for the vec4 back-end to be
278 * able to use them. That's okay because the padding and any unused
279 * entries [most of them except when we're doing untyped surface
280 * access] will be removed by the uniform packing pass.
281 */
282 #define BRW_IMAGE_PARAM_SURFACE_IDX_OFFSET 0
283 #define BRW_IMAGE_PARAM_OFFSET_OFFSET 4
284 #define BRW_IMAGE_PARAM_SIZE_OFFSET 8
285 #define BRW_IMAGE_PARAM_STRIDE_OFFSET 12
286 #define BRW_IMAGE_PARAM_TILING_OFFSET 16
287 #define BRW_IMAGE_PARAM_SWIZZLING_OFFSET 20
288 #define BRW_IMAGE_PARAM_SIZE 24
289
290 struct brw_image_param {
291 /** Surface binding table index. */
292 uint32_t surface_idx;
293
294 /** Offset applied to the X and Y surface coordinates. */
295 uint32_t offset[2];
296
297 /** Surface X, Y and Z dimensions. */
298 uint32_t size[3];
299
300 /** X-stride in bytes, Y-stride in pixels, horizontal slice stride in
301 * pixels, vertical slice stride in pixels.
302 */
303 uint32_t stride[4];
304
305 /** Log2 of the tiling modulus in the X, Y and Z dimension. */
306 uint32_t tiling[3];
307
308 /**
309 * Right shift to apply for bit 6 address swizzling. Two different
310 * swizzles can be specified and will be applied one after the other. The
311 * resulting address will be:
312 *
313 * addr' = addr ^ ((1 << 6) & ((addr >> swizzling[0]) ^
314 * (addr >> swizzling[1])))
315 *
316 * Use \c 0xff if any of the swizzles is not required.
317 */
318 uint32_t swizzling[2];
319 };
320
321 struct brw_stage_prog_data {
322 struct {
323 /** size of our binding table. */
324 uint32_t size_bytes;
325
326 /** @{
327 * surface indices for the various groups of surfaces
328 */
329 uint32_t pull_constants_start;
330 uint32_t texture_start;
331 uint32_t gather_texture_start;
332 uint32_t ubo_start;
333 uint32_t ssbo_start;
334 uint32_t abo_start;
335 uint32_t image_start;
336 uint32_t shader_time_start;
337 uint32_t plane_start[3];
338 /** @} */
339 } binding_table;
340
341 GLuint nr_params; /**< number of float params/constants */
342 GLuint nr_pull_params;
343 unsigned nr_image_params;
344
345 unsigned curb_read_length;
346 unsigned total_scratch;
347 unsigned total_shared;
348
349 /**
350 * Register where the thread expects to find input data from the URB
351 * (typically uniforms, followed by vertex or fragment attributes).
352 */
353 unsigned dispatch_grf_start_reg;
354
355 bool use_alt_mode; /**< Use ALT floating point mode? Otherwise, IEEE. */
356
357 /* Pointers to tracked values (only valid once
358 * _mesa_load_state_parameters has been called at runtime).
359 */
360 const union gl_constant_value **param;
361 const union gl_constant_value **pull_param;
362
363 /** Image metadata passed to the shader as uniforms. */
364 struct brw_image_param *image_param;
365 };
366
367 /* Data about a particular attempt to compile a program. Note that
368 * there can be many of these, each in a different GL state
369 * corresponding to a different brw_wm_prog_key struct, with different
370 * compiled programs.
371 */
372 struct brw_wm_prog_data {
373 struct brw_stage_prog_data base;
374
375 GLuint num_varying_inputs;
376
377 uint8_t reg_blocks_0;
378 uint8_t reg_blocks_2;
379
380 uint8_t dispatch_grf_start_reg_2;
381 uint32_t prog_offset_2;
382
383 struct {
384 /** @{
385 * surface indices the WM-specific surfaces
386 */
387 uint32_t render_target_start;
388 /** @} */
389 } binding_table;
390
391 uint8_t computed_depth_mode;
392 bool computed_stencil;
393
394 bool early_fragment_tests;
395 bool dispatch_8;
396 bool dispatch_16;
397 bool dual_src_blend;
398 bool persample_dispatch;
399 bool uses_pos_offset;
400 bool uses_omask;
401 bool uses_kill;
402 bool uses_src_depth;
403 bool uses_src_w;
404 bool uses_sample_mask;
405 bool pulls_bary;
406
407 /**
408 * Mask of which interpolation modes are required by the fragment shader.
409 * Used in hardware setup on gen6+.
410 */
411 uint32_t barycentric_interp_modes;
412
413 /**
414 * Mask of which FS inputs are marked flat by the shader source. This is
415 * needed for setting up 3DSTATE_SF/SBE.
416 */
417 uint32_t flat_inputs;
418
419 /**
420 * Map from gl_varying_slot to the position within the FS setup data
421 * payload where the varying's attribute vertex deltas should be delivered.
422 * For varying slots that are not used by the FS, the value is -1.
423 */
424 int urb_setup[VARYING_SLOT_MAX];
425 };
426
427 struct brw_cs_prog_data {
428 struct brw_stage_prog_data base;
429
430 GLuint dispatch_grf_start_reg_16;
431 unsigned local_size[3];
432 unsigned simd_size;
433 bool uses_barrier;
434 bool uses_num_work_groups;
435 unsigned local_invocation_id_regs;
436
437 struct {
438 /** @{
439 * surface indices the CS-specific surfaces
440 */
441 uint32_t work_groups_start;
442 /** @} */
443 } binding_table;
444 };
445
446 /**
447 * Enum representing the i965-specific vertex results that don't correspond
448 * exactly to any element of gl_varying_slot. The values of this enum are
449 * assigned such that they don't conflict with gl_varying_slot.
450 */
451 typedef enum
452 {
453 BRW_VARYING_SLOT_NDC = VARYING_SLOT_MAX,
454 BRW_VARYING_SLOT_PAD,
455 /**
456 * Technically this is not a varying but just a placeholder that
457 * compile_sf_prog() inserts into its VUE map to cause the gl_PointCoord
458 * builtin variable to be compiled correctly. see compile_sf_prog() for
459 * more info.
460 */
461 BRW_VARYING_SLOT_PNTC,
462 BRW_VARYING_SLOT_COUNT
463 } brw_varying_slot;
464
465 /**
466 * Data structure recording the relationship between the gl_varying_slot enum
467 * and "slots" within the vertex URB entry (VUE). A "slot" is defined as a
468 * single octaword within the VUE (128 bits).
469 *
470 * Note that each BRW register contains 256 bits (2 octawords), so when
471 * accessing the VUE in URB_NOSWIZZLE mode, each register corresponds to two
472 * consecutive VUE slots. When accessing the VUE in URB_INTERLEAVED mode (as
473 * in a vertex shader), each register corresponds to a single VUE slot, since
474 * it contains data for two separate vertices.
475 */
476 struct brw_vue_map {
477 /**
478 * Bitfield representing all varying slots that are (a) stored in this VUE
479 * map, and (b) actually written by the shader. Does not include any of
480 * the additional varying slots defined in brw_varying_slot.
481 */
482 GLbitfield64 slots_valid;
483
484 /**
485 * Is this VUE map for a separate shader pipeline?
486 *
487 * Separable programs (GL_ARB_separate_shader_objects) can be mixed and matched
488 * without the linker having a chance to dead code eliminate unused varyings.
489 *
490 * This means that we have to use a fixed slot layout, based on the output's
491 * location field, rather than assigning slots in a compact contiguous block.
492 */
493 bool separate;
494
495 /**
496 * Map from gl_varying_slot value to VUE slot. For gl_varying_slots that are
497 * not stored in a slot (because they are not written, or because
498 * additional processing is applied before storing them in the VUE), the
499 * value is -1.
500 */
501 signed char varying_to_slot[VARYING_SLOT_TESS_MAX];
502
503 /**
504 * Map from VUE slot to gl_varying_slot value. For slots that do not
505 * directly correspond to a gl_varying_slot, the value comes from
506 * brw_varying_slot.
507 *
508 * For slots that are not in use, the value is BRW_VARYING_SLOT_PAD.
509 */
510 signed char slot_to_varying[VARYING_SLOT_TESS_MAX];
511
512 /**
513 * Total number of VUE slots in use
514 */
515 int num_slots;
516
517 /**
518 * Number of per-patch VUE slots. Only valid for tessellation control
519 * shader outputs and tessellation evaluation shader inputs.
520 */
521 int num_per_patch_slots;
522
523 /**
524 * Number of per-vertex VUE slots. Only valid for tessellation control
525 * shader outputs and tessellation evaluation shader inputs.
526 */
527 int num_per_vertex_slots;
528 };
529
530 void brw_print_vue_map(FILE *fp, const struct brw_vue_map *vue_map);
531
532 /**
533 * Convert a VUE slot number into a byte offset within the VUE.
534 */
535 static inline GLuint brw_vue_slot_to_offset(GLuint slot)
536 {
537 return 16*slot;
538 }
539
540 /**
541 * Convert a vertex output (brw_varying_slot) into a byte offset within the
542 * VUE.
543 */
544 static inline
545 GLuint brw_varying_to_offset(const struct brw_vue_map *vue_map, GLuint varying)
546 {
547 return brw_vue_slot_to_offset(vue_map->varying_to_slot[varying]);
548 }
549
550 void brw_compute_vue_map(const struct brw_device_info *devinfo,
551 struct brw_vue_map *vue_map,
552 GLbitfield64 slots_valid,
553 bool separate_shader);
554
555 void brw_compute_tess_vue_map(struct brw_vue_map *const vue_map,
556 const GLbitfield64 slots_valid,
557 const GLbitfield is_patch);
558
559 enum shader_dispatch_mode {
560 DISPATCH_MODE_4X1_SINGLE = 0,
561 DISPATCH_MODE_4X2_DUAL_INSTANCE = 1,
562 DISPATCH_MODE_4X2_DUAL_OBJECT = 2,
563 DISPATCH_MODE_SIMD8 = 3,
564 };
565
566 /**
567 * @defgroup Tessellator parameter enumerations.
568 *
569 * These correspond to the hardware values in 3DSTATE_TE, and are provided
570 * as part of the tessellation evaluation shader.
571 *
572 * @{
573 */
574 enum brw_tess_partitioning {
575 BRW_TESS_PARTITIONING_INTEGER = 0,
576 BRW_TESS_PARTITIONING_ODD_FRACTIONAL = 1,
577 BRW_TESS_PARTITIONING_EVEN_FRACTIONAL = 2,
578 };
579
580 enum brw_tess_output_topology {
581 BRW_TESS_OUTPUT_TOPOLOGY_POINT = 0,
582 BRW_TESS_OUTPUT_TOPOLOGY_LINE = 1,
583 BRW_TESS_OUTPUT_TOPOLOGY_TRI_CW = 2,
584 BRW_TESS_OUTPUT_TOPOLOGY_TRI_CCW = 3,
585 };
586
587 enum brw_tess_domain {
588 BRW_TESS_DOMAIN_QUAD = 0,
589 BRW_TESS_DOMAIN_TRI = 1,
590 BRW_TESS_DOMAIN_ISOLINE = 2,
591 };
592 /** @} */
593
594 struct brw_vue_prog_data {
595 struct brw_stage_prog_data base;
596 struct brw_vue_map vue_map;
597
598 /** Should the hardware deliver input VUE handles for URB pull loads? */
599 bool include_vue_handles;
600
601 GLuint urb_read_length;
602 GLuint total_grf;
603
604 uint32_t cull_distance_mask;
605
606 /* Used for calculating urb partitions. In the VS, this is the size of the
607 * URB entry used for both input and output to the thread. In the GS, this
608 * is the size of the URB entry used for output.
609 */
610 GLuint urb_entry_size;
611
612 enum shader_dispatch_mode dispatch_mode;
613 };
614
615 struct brw_vs_prog_data {
616 struct brw_vue_prog_data base;
617
618 GLbitfield64 inputs_read;
619
620 unsigned nr_attributes;
621 unsigned nr_attribute_slots;
622
623 bool uses_vertexid;
624 bool uses_instanceid;
625 bool uses_basevertex;
626 bool uses_baseinstance;
627 bool uses_drawid;
628 };
629
630 struct brw_tcs_prog_data
631 {
632 struct brw_vue_prog_data base;
633
634 /** Number vertices in output patch */
635 int instances;
636 };
637
638
639 struct brw_tes_prog_data
640 {
641 struct brw_vue_prog_data base;
642
643 enum brw_tess_partitioning partitioning;
644 enum brw_tess_output_topology output_topology;
645 enum brw_tess_domain domain;
646 };
647
648 struct brw_gs_prog_data
649 {
650 struct brw_vue_prog_data base;
651
652 unsigned vertices_in;
653
654 /**
655 * Size of an output vertex, measured in HWORDS (32 bytes).
656 */
657 unsigned output_vertex_size_hwords;
658
659 unsigned output_topology;
660
661 /**
662 * Size of the control data (cut bits or StreamID bits), in hwords (32
663 * bytes). 0 if there is no control data.
664 */
665 unsigned control_data_header_size_hwords;
666
667 /**
668 * Format of the control data (either GEN7_GS_CONTROL_DATA_FORMAT_GSCTL_SID
669 * if the control data is StreamID bits, or
670 * GEN7_GS_CONTROL_DATA_FORMAT_GSCTL_CUT if the control data is cut bits).
671 * Ignored if control_data_header_size is 0.
672 */
673 unsigned control_data_format;
674
675 bool include_primitive_id;
676
677 /**
678 * The number of vertices emitted, if constant - otherwise -1.
679 */
680 int static_vertex_count;
681
682 int invocations;
683
684 /**
685 * Gen6 transform feedback enabled flag.
686 */
687 bool gen6_xfb_enabled;
688
689 /**
690 * Gen6: Provoking vertex convention for odd-numbered triangles
691 * in tristrips.
692 */
693 GLuint pv_first:1;
694
695 /**
696 * Gen6: Number of varyings that are output to transform feedback.
697 */
698 GLuint num_transform_feedback_bindings:7; /* 0-BRW_MAX_SOL_BINDINGS */
699
700 /**
701 * Gen6: Map from the index of a transform feedback binding table entry to the
702 * gl_varying_slot that should be streamed out through that binding table
703 * entry.
704 */
705 unsigned char transform_feedback_bindings[64 /* BRW_MAX_SOL_BINDINGS */];
706
707 /**
708 * Gen6: Map from the index of a transform feedback binding table entry to the
709 * swizzles that should be used when streaming out data through that
710 * binding table entry.
711 */
712 unsigned char transform_feedback_swizzles[64 /* BRW_MAX_SOL_BINDINGS */];
713 };
714
715
716 /** @} */
717
718 struct brw_compiler *
719 brw_compiler_create(void *mem_ctx, const struct brw_device_info *devinfo);
720
721 /**
722 * Compile a vertex shader.
723 *
724 * Returns the final assembly and the program's size.
725 */
726 const unsigned *
727 brw_compile_vs(const struct brw_compiler *compiler, void *log_data,
728 void *mem_ctx,
729 const struct brw_vs_prog_key *key,
730 struct brw_vs_prog_data *prog_data,
731 const struct nir_shader *shader,
732 gl_clip_plane *clip_planes,
733 bool use_legacy_snorm_formula,
734 int shader_time_index,
735 unsigned *final_assembly_size,
736 char **error_str);
737
738 /**
739 * Compile a tessellation control shader.
740 *
741 * Returns the final assembly and the program's size.
742 */
743 const unsigned *
744 brw_compile_tcs(const struct brw_compiler *compiler,
745 void *log_data,
746 void *mem_ctx,
747 const struct brw_tcs_prog_key *key,
748 struct brw_tcs_prog_data *prog_data,
749 const struct nir_shader *nir,
750 int shader_time_index,
751 unsigned *final_assembly_size,
752 char **error_str);
753
754 /**
755 * Compile a tessellation evaluation shader.
756 *
757 * Returns the final assembly and the program's size.
758 */
759 const unsigned *
760 brw_compile_tes(const struct brw_compiler *compiler, void *log_data,
761 void *mem_ctx,
762 const struct brw_tes_prog_key *key,
763 struct brw_tes_prog_data *prog_data,
764 const struct nir_shader *shader,
765 struct gl_shader_program *shader_prog,
766 int shader_time_index,
767 unsigned *final_assembly_size,
768 char **error_str);
769
770 /**
771 * Compile a vertex shader.
772 *
773 * Returns the final assembly and the program's size.
774 */
775 const unsigned *
776 brw_compile_gs(const struct brw_compiler *compiler, void *log_data,
777 void *mem_ctx,
778 const struct brw_gs_prog_key *key,
779 struct brw_gs_prog_data *prog_data,
780 const struct nir_shader *shader,
781 struct gl_shader_program *shader_prog,
782 int shader_time_index,
783 unsigned *final_assembly_size,
784 char **error_str);
785
786 /**
787 * Compile a fragment shader.
788 *
789 * Returns the final assembly and the program's size.
790 */
791 const unsigned *
792 brw_compile_fs(const struct brw_compiler *compiler, void *log_data,
793 void *mem_ctx,
794 const struct brw_wm_prog_key *key,
795 struct brw_wm_prog_data *prog_data,
796 const struct nir_shader *shader,
797 struct gl_program *prog,
798 int shader_time_index8,
799 int shader_time_index16,
800 bool allow_spilling,
801 bool use_rep_send,
802 unsigned *final_assembly_size,
803 char **error_str);
804
805 /**
806 * Compile a compute shader.
807 *
808 * Returns the final assembly and the program's size.
809 */
810 const unsigned *
811 brw_compile_cs(const struct brw_compiler *compiler, void *log_data,
812 void *mem_ctx,
813 const struct brw_cs_prog_key *key,
814 struct brw_cs_prog_data *prog_data,
815 const struct nir_shader *shader,
816 int shader_time_index,
817 unsigned *final_assembly_size,
818 char **error_str);
819
820 /**
821 * Fill out local id payload for compute shader according to cs_prog_data.
822 */
823 void
824 brw_cs_fill_local_id_payload(const struct brw_cs_prog_data *cs_prog_data,
825 void *buffer, uint32_t threads, uint32_t stride);
826
827 #ifdef __cplusplus
828 } /* extern "C" */
829 #endif