i965/blorp: Add an is_render_target parameter to surface_info::set.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_vec4.h
1 /*
2 * Copyright © 2011 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 #ifndef BRW_VEC4_H
25 #define BRW_VEC4_H
26
27 #include <stdint.h>
28 #include "brw_shader.h"
29 #include "main/compiler.h"
30 #include "program/hash_table.h"
31 #include "brw_program.h"
32
33 #ifdef __cplusplus
34 extern "C" {
35 #endif
36
37 #include "brw_context.h"
38 #include "brw_eu.h"
39
40 #ifdef __cplusplus
41 }; /* extern "C" */
42 #endif
43
44 #include "glsl/ir.h"
45
46
47 struct brw_vec4_compile {
48 GLuint last_scratch; /**< measured in 32-byte (register size) units */
49 };
50
51
52 struct brw_vec4_prog_key {
53 GLuint program_string_id;
54
55 /**
56 * True if at least one clip flag is enabled, regardless of whether the
57 * shader uses clip planes or gl_ClipDistance.
58 */
59 GLuint userclip_active:1;
60
61 /**
62 * How many user clipping planes are being uploaded to the vertex shader as
63 * push constants.
64 */
65 GLuint nr_userclip_plane_consts:4;
66
67 /**
68 * True if the shader uses gl_ClipDistance, regardless of whether any clip
69 * flags are enabled.
70 */
71 GLuint uses_clip_distance:1;
72
73 GLuint clamp_vertex_color:1;
74
75 struct brw_sampler_prog_key_data tex;
76 };
77
78
79 #ifdef __cplusplus
80 extern "C" {
81 #endif
82
83 bool brw_vec4_prog_data_compare(const struct brw_vec4_prog_data *a,
84 const struct brw_vec4_prog_data *b);
85 void brw_vec4_prog_data_free(const struct brw_vec4_prog_data *prog_data);
86
87 #ifdef __cplusplus
88 } /* extern "C" */
89
90 namespace brw {
91
92 class dst_reg;
93
94 unsigned
95 swizzle_for_size(int size);
96
97 class reg
98 {
99 public:
100 /** Register file: GRF, MRF, IMM. */
101 enum register_file file;
102 /** virtual register number. 0 = fixed hw reg */
103 int reg;
104 /** Offset within the virtual register. */
105 int reg_offset;
106 /** Register type. BRW_REGISTER_TYPE_* */
107 int type;
108 struct brw_reg fixed_hw_reg;
109
110 /** Value for file == BRW_IMMMEDIATE_FILE */
111 union {
112 int32_t i;
113 uint32_t u;
114 float f;
115 } imm;
116 };
117
118 class src_reg : public reg
119 {
120 public:
121 DECLARE_RALLOC_CXX_OPERATORS(src_reg)
122
123 void init();
124
125 src_reg(register_file file, int reg, const glsl_type *type);
126 src_reg();
127 src_reg(float f);
128 src_reg(uint32_t u);
129 src_reg(int32_t i);
130
131 bool equals(src_reg *r);
132 bool is_zero() const;
133 bool is_one() const;
134
135 src_reg(class vec4_visitor *v, const struct glsl_type *type);
136
137 explicit src_reg(dst_reg reg);
138
139 GLuint swizzle; /**< SWIZZLE_XYZW swizzles from Mesa. */
140 bool negate;
141 bool abs;
142
143 src_reg *reladdr;
144 };
145
146 class dst_reg : public reg
147 {
148 public:
149 DECLARE_RALLOC_CXX_OPERATORS(dst_reg)
150
151 void init();
152
153 dst_reg();
154 dst_reg(register_file file, int reg);
155 dst_reg(register_file file, int reg, const glsl_type *type, int writemask);
156 dst_reg(struct brw_reg reg);
157 dst_reg(class vec4_visitor *v, const struct glsl_type *type);
158
159 explicit dst_reg(src_reg reg);
160
161 int writemask; /**< Bitfield of WRITEMASK_[XYZW] */
162
163 src_reg *reladdr;
164 };
165
166 dst_reg
167 with_writemask(dst_reg const &r, int mask);
168
169 class vec4_instruction : public backend_instruction {
170 public:
171 DECLARE_RALLOC_CXX_OPERATORS(vec4_instruction)
172
173 vec4_instruction(vec4_visitor *v, enum opcode opcode,
174 dst_reg dst = dst_reg(),
175 src_reg src0 = src_reg(),
176 src_reg src1 = src_reg(),
177 src_reg src2 = src_reg());
178
179 struct brw_reg get_dst(void);
180 struct brw_reg get_src(const struct brw_vec4_prog_data *prog_data, int i);
181
182 dst_reg dst;
183 src_reg src[3];
184
185 bool saturate;
186 bool force_writemask_all;
187 bool no_dd_clear, no_dd_check;
188
189 int conditional_mod; /**< BRW_CONDITIONAL_* */
190
191 int sampler;
192 uint32_t texture_offset; /**< Texture Offset bitfield */
193 int target; /**< MRT target. */
194 bool shadow_compare;
195
196 enum brw_urb_write_flags urb_write_flags;
197 bool header_present;
198 int mlen; /**< SEND message length */
199 int base_mrf; /**< First MRF in the SEND message, if mlen is nonzero. */
200
201 uint32_t offset; /* spill/unspill offset */
202 /** @{
203 * Annotation for the generated IR. One of the two can be set.
204 */
205 const void *ir;
206 const char *annotation;
207
208 bool is_send_from_grf();
209 bool can_reswizzle_dst(int dst_writemask, int swizzle, int swizzle_mask);
210 void reswizzle_dst(int dst_writemask, int swizzle);
211
212 bool depends_on_flags()
213 {
214 return predicate || opcode == VS_OPCODE_UNPACK_FLAGS_SIMD4X2;
215 }
216 };
217
218 /**
219 * The vertex shader front-end.
220 *
221 * Translates either GLSL IR or Mesa IR (for ARB_vertex_program and
222 * fixed-function) into VS IR.
223 */
224 class vec4_visitor : public backend_visitor
225 {
226 public:
227 vec4_visitor(struct brw_context *brw,
228 struct brw_vec4_compile *c,
229 struct gl_program *prog,
230 const struct brw_vec4_prog_key *key,
231 struct brw_vec4_prog_data *prog_data,
232 struct gl_shader_program *shader_prog,
233 struct brw_shader *shader,
234 void *mem_ctx,
235 bool debug_flag);
236 ~vec4_visitor();
237
238 dst_reg dst_null_f()
239 {
240 return dst_reg(brw_null_reg());
241 }
242
243 dst_reg dst_null_d()
244 {
245 return dst_reg(retype(brw_null_reg(), BRW_REGISTER_TYPE_D));
246 }
247
248 dst_reg dst_null_ud()
249 {
250 return dst_reg(retype(brw_null_reg(), BRW_REGISTER_TYPE_UD));
251 }
252
253 struct gl_program *prog;
254 struct brw_vec4_compile *c;
255 const struct brw_vec4_prog_key *key;
256 struct brw_vec4_prog_data *prog_data;
257 unsigned int sanity_param_count;
258
259 char *fail_msg;
260 bool failed;
261
262 /**
263 * GLSL IR currently being processed, which is associated with our
264 * driver IR instructions for debugging purposes.
265 */
266 const void *base_ir;
267 const char *current_annotation;
268
269 int *virtual_grf_sizes;
270 int virtual_grf_count;
271 int virtual_grf_array_size;
272 int first_non_payload_grf;
273 unsigned int max_grf;
274 int *virtual_grf_start;
275 int *virtual_grf_end;
276 dst_reg userplane[MAX_CLIP_PLANES];
277
278 /**
279 * This is the size to be used for an array with an element per
280 * reg_offset
281 */
282 int virtual_grf_reg_count;
283 /** Per-virtual-grf indices into an array of size virtual_grf_reg_count */
284 int *virtual_grf_reg_map;
285
286 bool live_intervals_valid;
287
288 dst_reg *variable_storage(ir_variable *var);
289
290 void reladdr_to_temp(ir_instruction *ir, src_reg *reg, int *num_reladdr);
291
292 bool need_all_constants_in_pull_buffer;
293
294 /**
295 * \name Visit methods
296 *
297 * As typical for the visitor pattern, there must be one \c visit method for
298 * each concrete subclass of \c ir_instruction. Virtual base classes within
299 * the hierarchy should not have \c visit methods.
300 */
301 /*@{*/
302 virtual void visit(ir_variable *);
303 virtual void visit(ir_loop *);
304 virtual void visit(ir_loop_jump *);
305 virtual void visit(ir_function_signature *);
306 virtual void visit(ir_function *);
307 virtual void visit(ir_expression *);
308 virtual void visit(ir_swizzle *);
309 virtual void visit(ir_dereference_variable *);
310 virtual void visit(ir_dereference_array *);
311 virtual void visit(ir_dereference_record *);
312 virtual void visit(ir_assignment *);
313 virtual void visit(ir_constant *);
314 virtual void visit(ir_call *);
315 virtual void visit(ir_return *);
316 virtual void visit(ir_discard *);
317 virtual void visit(ir_texture *);
318 virtual void visit(ir_if *);
319 virtual void visit(ir_emit_vertex *);
320 virtual void visit(ir_end_primitive *);
321 /*@}*/
322
323 src_reg result;
324
325 /* Regs for vertex results. Generated at ir_variable visiting time
326 * for the ir->location's used.
327 */
328 dst_reg output_reg[BRW_VARYING_SLOT_COUNT];
329 const char *output_reg_annotation[BRW_VARYING_SLOT_COUNT];
330 int uniform_size[MAX_UNIFORMS];
331 int uniform_vector_size[MAX_UNIFORMS];
332 int uniforms;
333
334 src_reg shader_start_time;
335
336 struct hash_table *variable_ht;
337
338 bool run(void);
339 void fail(const char *msg, ...);
340
341 int virtual_grf_alloc(int size);
342 void setup_uniform_clipplane_values();
343 void setup_uniform_values(ir_variable *ir);
344 void setup_builtin_uniform_values(ir_variable *ir);
345 int setup_uniforms(int payload_reg);
346 bool reg_allocate_trivial();
347 bool reg_allocate();
348 void evaluate_spill_costs(float *spill_costs, bool *no_spill);
349 int choose_spill_reg(struct ra_graph *g);
350 void spill_reg(int spill_reg);
351 void move_grf_array_access_to_scratch();
352 void move_uniform_array_access_to_pull_constants();
353 void move_push_constants_to_pull_constants();
354 void split_uniform_registers();
355 void pack_uniform_registers();
356 void calculate_live_intervals();
357 void split_virtual_grfs();
358 bool dead_code_eliminate();
359 bool virtual_grf_interferes(int a, int b);
360 bool opt_copy_propagation();
361 bool opt_algebraic();
362 bool opt_register_coalesce();
363 void opt_set_dependency_control();
364 void opt_schedule_instructions();
365
366 bool can_do_source_mods(vec4_instruction *inst);
367
368 vec4_instruction *emit(vec4_instruction *inst);
369
370 vec4_instruction *emit(enum opcode opcode);
371
372 vec4_instruction *emit(enum opcode opcode, dst_reg dst);
373
374 vec4_instruction *emit(enum opcode opcode, dst_reg dst, src_reg src0);
375
376 vec4_instruction *emit(enum opcode opcode, dst_reg dst,
377 src_reg src0, src_reg src1);
378
379 vec4_instruction *emit(enum opcode opcode, dst_reg dst,
380 src_reg src0, src_reg src1, src_reg src2);
381
382 vec4_instruction *emit_before(vec4_instruction *inst,
383 vec4_instruction *new_inst);
384
385 vec4_instruction *MOV(dst_reg dst, src_reg src0);
386 vec4_instruction *NOT(dst_reg dst, src_reg src0);
387 vec4_instruction *RNDD(dst_reg dst, src_reg src0);
388 vec4_instruction *RNDE(dst_reg dst, src_reg src0);
389 vec4_instruction *RNDZ(dst_reg dst, src_reg src0);
390 vec4_instruction *FRC(dst_reg dst, src_reg src0);
391 vec4_instruction *F32TO16(dst_reg dst, src_reg src0);
392 vec4_instruction *F16TO32(dst_reg dst, src_reg src0);
393 vec4_instruction *ADD(dst_reg dst, src_reg src0, src_reg src1);
394 vec4_instruction *MUL(dst_reg dst, src_reg src0, src_reg src1);
395 vec4_instruction *MACH(dst_reg dst, src_reg src0, src_reg src1);
396 vec4_instruction *MAC(dst_reg dst, src_reg src0, src_reg src1);
397 vec4_instruction *AND(dst_reg dst, src_reg src0, src_reg src1);
398 vec4_instruction *OR(dst_reg dst, src_reg src0, src_reg src1);
399 vec4_instruction *XOR(dst_reg dst, src_reg src0, src_reg src1);
400 vec4_instruction *DP3(dst_reg dst, src_reg src0, src_reg src1);
401 vec4_instruction *DP4(dst_reg dst, src_reg src0, src_reg src1);
402 vec4_instruction *DPH(dst_reg dst, src_reg src0, src_reg src1);
403 vec4_instruction *SHL(dst_reg dst, src_reg src0, src_reg src1);
404 vec4_instruction *SHR(dst_reg dst, src_reg src0, src_reg src1);
405 vec4_instruction *ASR(dst_reg dst, src_reg src0, src_reg src1);
406 vec4_instruction *CMP(dst_reg dst, src_reg src0, src_reg src1,
407 uint32_t condition);
408 vec4_instruction *IF(src_reg src0, src_reg src1, uint32_t condition);
409 vec4_instruction *IF(uint32_t predicate);
410 vec4_instruction *PULL_CONSTANT_LOAD(dst_reg dst, src_reg index);
411 vec4_instruction *SCRATCH_READ(dst_reg dst, src_reg index);
412 vec4_instruction *SCRATCH_WRITE(dst_reg dst, src_reg src, src_reg index);
413 vec4_instruction *LRP(dst_reg dst, src_reg a, src_reg y, src_reg x);
414 vec4_instruction *BFREV(dst_reg dst, src_reg value);
415 vec4_instruction *BFE(dst_reg dst, src_reg bits, src_reg offset, src_reg value);
416 vec4_instruction *BFI1(dst_reg dst, src_reg bits, src_reg offset);
417 vec4_instruction *BFI2(dst_reg dst, src_reg bfi1_dst, src_reg insert, src_reg base);
418 vec4_instruction *FBH(dst_reg dst, src_reg value);
419 vec4_instruction *FBL(dst_reg dst, src_reg value);
420 vec4_instruction *CBIT(dst_reg dst, src_reg value);
421 vec4_instruction *MAD(dst_reg dst, src_reg c, src_reg b, src_reg a);
422 vec4_instruction *ADDC(dst_reg dst, src_reg src0, src_reg src1);
423 vec4_instruction *SUBB(dst_reg dst, src_reg src0, src_reg src1);
424
425 int implied_mrf_writes(vec4_instruction *inst);
426
427 bool try_rewrite_rhs_to_dst(ir_assignment *ir,
428 dst_reg dst,
429 src_reg src,
430 vec4_instruction *pre_rhs_inst,
431 vec4_instruction *last_rhs_inst);
432
433 bool try_copy_propagation(vec4_instruction *inst, int arg,
434 src_reg *values[4]);
435
436 /** Walks an exec_list of ir_instruction and sends it through this visitor. */
437 void visit_instructions(const exec_list *list);
438
439 void emit_vp_sop(uint32_t condmod, dst_reg dst,
440 src_reg src0, src_reg src1, src_reg one);
441
442 void emit_bool_to_cond_code(ir_rvalue *ir, uint32_t *predicate);
443 void emit_bool_comparison(unsigned int op, dst_reg dst, src_reg src0, src_reg src1);
444 void emit_if_gen6(ir_if *ir);
445
446 void emit_minmax(uint32_t condmod, dst_reg dst, src_reg src0, src_reg src1);
447
448 void emit_block_move(dst_reg *dst, src_reg *src,
449 const struct glsl_type *type, uint32_t predicate);
450
451 void emit_constant_values(dst_reg *dst, ir_constant *value);
452
453 /**
454 * Emit the correct dot-product instruction for the type of arguments
455 */
456 void emit_dp(dst_reg dst, src_reg src0, src_reg src1, unsigned elements);
457
458 void emit_scalar(ir_instruction *ir, enum prog_opcode op,
459 dst_reg dst, src_reg src0);
460
461 void emit_scalar(ir_instruction *ir, enum prog_opcode op,
462 dst_reg dst, src_reg src0, src_reg src1);
463
464 void emit_scs(ir_instruction *ir, enum prog_opcode op,
465 dst_reg dst, const src_reg &src);
466
467 src_reg fix_3src_operand(src_reg src);
468
469 void emit_math1_gen6(enum opcode opcode, dst_reg dst, src_reg src);
470 void emit_math1_gen4(enum opcode opcode, dst_reg dst, src_reg src);
471 void emit_math(enum opcode opcode, dst_reg dst, src_reg src);
472 void emit_math2_gen6(enum opcode opcode, dst_reg dst, src_reg src0, src_reg src1);
473 void emit_math2_gen4(enum opcode opcode, dst_reg dst, src_reg src0, src_reg src1);
474 void emit_math(enum opcode opcode, dst_reg dst, src_reg src0, src_reg src1);
475 src_reg fix_math_operand(src_reg src);
476
477 void emit_pack_half_2x16(dst_reg dst, src_reg src0);
478 void emit_unpack_half_2x16(dst_reg dst, src_reg src0);
479
480 uint32_t gather_channel(ir_texture *ir, int sampler);
481 void swizzle_result(ir_texture *ir, src_reg orig_val, int sampler);
482
483 void emit_ndc_computation();
484 void emit_psiz_and_flags(struct brw_reg reg);
485 void emit_clip_distances(dst_reg reg, int offset);
486 void emit_generic_urb_slot(dst_reg reg, int varying);
487 void emit_urb_slot(int mrf, int varying);
488
489 void emit_shader_time_begin();
490 void emit_shader_time_end();
491 void emit_shader_time_write(enum shader_time_shader_type type,
492 src_reg value);
493
494 src_reg get_scratch_offset(vec4_instruction *inst,
495 src_reg *reladdr, int reg_offset);
496 src_reg get_pull_constant_offset(vec4_instruction *inst,
497 src_reg *reladdr, int reg_offset);
498 void emit_scratch_read(vec4_instruction *inst,
499 dst_reg dst,
500 src_reg orig_src,
501 int base_offset);
502 void emit_scratch_write(vec4_instruction *inst,
503 int base_offset);
504 void emit_pull_constant_load(vec4_instruction *inst,
505 dst_reg dst,
506 src_reg orig_src,
507 int base_offset);
508
509 bool try_emit_sat(ir_expression *ir);
510 bool try_emit_mad(ir_expression *ir, int mul_arg);
511 void resolve_ud_negate(src_reg *reg);
512
513 src_reg get_timestamp();
514
515 bool process_move_condition(ir_rvalue *ir);
516
517 void dump_instruction(backend_instruction *inst);
518
519 protected:
520 void emit_vertex();
521 void lower_attributes_to_hw_regs(const int *attribute_map);
522 void setup_payload_interference(struct ra_graph *g, int first_payload_node,
523 int reg_node_count);
524 virtual dst_reg *make_reg_for_system_value(ir_variable *ir) = 0;
525 virtual void setup_payload() = 0;
526 virtual void emit_prolog() = 0;
527 virtual void emit_program_code() = 0;
528 virtual void emit_thread_end() = 0;
529 virtual void emit_urb_write_header(int mrf) = 0;
530 virtual vec4_instruction *emit_urb_write_opcode(bool complete) = 0;
531 virtual int compute_array_stride(ir_dereference_array *ir);
532
533 const bool debug_flag;
534 };
535
536
537 /**
538 * The vertex shader code generator.
539 *
540 * Translates VS IR to actual i965 assembly code.
541 */
542 class vec4_generator
543 {
544 public:
545 vec4_generator(struct brw_context *brw,
546 struct gl_shader_program *shader_prog,
547 struct gl_program *prog,
548 struct brw_vec4_prog_data *prog_data,
549 void *mem_ctx,
550 bool debug_flag);
551 ~vec4_generator();
552
553 const unsigned *generate_assembly(exec_list *insts, unsigned *asm_size);
554
555 private:
556 void generate_code(exec_list *instructions);
557 void generate_vec4_instruction(vec4_instruction *inst,
558 struct brw_reg dst,
559 struct brw_reg *src);
560
561 void generate_math1_gen4(vec4_instruction *inst,
562 struct brw_reg dst,
563 struct brw_reg src);
564 void generate_math1_gen6(vec4_instruction *inst,
565 struct brw_reg dst,
566 struct brw_reg src);
567 void generate_math2_gen4(vec4_instruction *inst,
568 struct brw_reg dst,
569 struct brw_reg src0,
570 struct brw_reg src1);
571 void generate_math2_gen6(vec4_instruction *inst,
572 struct brw_reg dst,
573 struct brw_reg src0,
574 struct brw_reg src1);
575 void generate_math2_gen7(vec4_instruction *inst,
576 struct brw_reg dst,
577 struct brw_reg src0,
578 struct brw_reg src1);
579
580 void generate_tex(vec4_instruction *inst,
581 struct brw_reg dst,
582 struct brw_reg src);
583
584 void generate_vs_urb_write(vec4_instruction *inst);
585 void generate_gs_urb_write(vec4_instruction *inst);
586 void generate_gs_thread_end(vec4_instruction *inst);
587 void generate_gs_set_write_offset(struct brw_reg dst,
588 struct brw_reg src0,
589 struct brw_reg src1);
590 void generate_gs_set_vertex_count(struct brw_reg dst,
591 struct brw_reg src);
592 void generate_gs_set_dword_2_immed(struct brw_reg dst, struct brw_reg src);
593 void generate_gs_prepare_channel_masks(struct brw_reg dst);
594 void generate_gs_set_channel_masks(struct brw_reg dst, struct brw_reg src);
595 void generate_oword_dual_block_offsets(struct brw_reg m1,
596 struct brw_reg index);
597 void generate_scratch_write(vec4_instruction *inst,
598 struct brw_reg dst,
599 struct brw_reg src,
600 struct brw_reg index);
601 void generate_scratch_read(vec4_instruction *inst,
602 struct brw_reg dst,
603 struct brw_reg index);
604 void generate_pull_constant_load(vec4_instruction *inst,
605 struct brw_reg dst,
606 struct brw_reg index,
607 struct brw_reg offset);
608 void generate_pull_constant_load_gen7(vec4_instruction *inst,
609 struct brw_reg dst,
610 struct brw_reg surf_index,
611 struct brw_reg offset);
612 void generate_unpack_flags(vec4_instruction *inst,
613 struct brw_reg dst);
614
615 void mark_surface_used(unsigned surf_index);
616
617 struct brw_context *brw;
618
619 struct brw_compile *p;
620
621 struct gl_shader_program *shader_prog;
622 struct gl_shader *shader;
623 const struct gl_program *prog;
624
625 struct brw_vec4_prog_data *prog_data;
626
627 void *mem_ctx;
628 const bool debug_flag;
629 };
630
631 } /* namespace brw */
632 #endif /* __cplusplus */
633
634 #endif /* BRW_VEC4_H */