r600g: real fix for non 3.8 kernel
[mesa.git] / src / gallium / drivers / r600 / r600_pipe.h
1 /*
2 * Copyright 2010 Jerome Glisse <glisse@freedesktop.org>
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 * on the rights to use, copy, modify, merge, publish, distribute, sub
8 * license, and/or sell copies of the Software, and to permit persons to whom
9 * the 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 NON-INFRINGEMENT. IN NO EVENT SHALL
18 * THE AUTHOR(S) AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM,
19 * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
20 * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
21 * USE OR OTHER DEALINGS IN THE SOFTWARE.
22 *
23 * Authors:
24 * Jerome Glisse
25 */
26 #ifndef R600_PIPE_H
27 #define R600_PIPE_H
28
29 #include "util/u_blitter.h"
30 #include "util/u_slab.h"
31 #include "util/u_suballoc.h"
32 #include "r600.h"
33 #include "r600_llvm.h"
34 #include "r600_public.h"
35 #include "r600_resource.h"
36 #include "evergreen_compute.h"
37
38 #define R600_NUM_ATOMS 37
39
40 #define R600_TRACE_CS 0
41
42 #define R600_MAX_USER_CONST_BUFFERS 13
43 #define R600_MAX_DRIVER_CONST_BUFFERS 3
44 #define R600_MAX_CONST_BUFFERS (R600_MAX_USER_CONST_BUFFERS + R600_MAX_DRIVER_CONST_BUFFERS)
45
46 /* start driver buffers after user buffers */
47 #define R600_UCP_CONST_BUFFER (R600_MAX_USER_CONST_BUFFERS)
48 #define R600_TXQ_CONST_BUFFER (R600_MAX_USER_CONST_BUFFERS + 1)
49 #define R600_BUFFER_INFO_CONST_BUFFER (R600_MAX_USER_CONST_BUFFERS + 2)
50
51 #define R600_MAX_CONST_BUFFER_SIZE 4096
52
53 #ifdef PIPE_ARCH_BIG_ENDIAN
54 #define R600_BIG_ENDIAN 1
55 #else
56 #define R600_BIG_ENDIAN 0
57 #endif
58
59 #define R600_MAP_BUFFER_ALIGNMENT 64
60
61 struct r600_bytecode;
62 struct r600_shader_key;
63
64 /* This encapsulates a state or an operation which can emitted into the GPU
65 * command stream. It's not limited to states only, it can be used for anything
66 * that wants to write commands into the CS (e.g. cache flushes). */
67 struct r600_atom {
68 void (*emit)(struct r600_context *ctx, struct r600_atom *state);
69 unsigned id;
70 unsigned num_dw;
71 bool dirty;
72 };
73
74 /* This is an atom containing GPU commands that never change.
75 * This is supposed to be copied directly into the CS. */
76 struct r600_command_buffer {
77 uint32_t *buf;
78 unsigned num_dw;
79 unsigned max_num_dw;
80 unsigned pkt_flags;
81 };
82
83 struct r600_db_state {
84 struct r600_atom atom;
85 struct r600_surface *rsurf;
86 };
87
88 struct r600_db_misc_state {
89 struct r600_atom atom;
90 bool occlusion_query_enabled;
91 bool flush_depthstencil_through_cb;
92 bool flush_depthstencil_in_place;
93 bool copy_depth, copy_stencil;
94 unsigned copy_sample;
95 unsigned log_samples;
96 unsigned db_shader_control;
97 bool htile_clear;
98 };
99
100 struct r600_cb_misc_state {
101 struct r600_atom atom;
102 unsigned cb_color_control; /* this comes from blend state */
103 unsigned blend_colormask; /* 8*4 bits for 8 RGBA colorbuffers */
104 unsigned nr_cbufs;
105 unsigned nr_ps_color_outputs;
106 bool multiwrite;
107 bool dual_src_blend;
108 };
109
110 struct r600_clip_misc_state {
111 struct r600_atom atom;
112 unsigned pa_cl_clip_cntl; /* from rasterizer */
113 unsigned pa_cl_vs_out_cntl; /* from vertex shader */
114 unsigned clip_plane_enable; /* from rasterizer */
115 unsigned clip_dist_write; /* from vertex shader */
116 };
117
118 struct r600_alphatest_state {
119 struct r600_atom atom;
120 unsigned sx_alpha_test_control; /* this comes from dsa state */
121 unsigned sx_alpha_ref; /* this comes from dsa state */
122 bool bypass;
123 bool cb0_export_16bpc; /* from set_framebuffer_state */
124 };
125
126 struct r600_vgt_state {
127 struct r600_atom atom;
128 uint32_t vgt_multi_prim_ib_reset_en;
129 uint32_t vgt_multi_prim_ib_reset_indx;
130 };
131
132 struct r600_vgt2_state {
133 struct r600_atom atom;
134 uint32_t vgt_indx_offset;
135 };
136
137 struct r600_blend_color {
138 struct r600_atom atom;
139 struct pipe_blend_color state;
140 };
141
142 struct r600_clip_state {
143 struct r600_atom atom;
144 struct pipe_clip_state state;
145 };
146
147 struct r600_cs_shader_state {
148 struct r600_atom atom;
149 unsigned kernel_index;
150 struct r600_pipe_compute *shader;
151 };
152
153 struct r600_framebuffer {
154 struct r600_atom atom;
155 struct pipe_framebuffer_state state;
156 unsigned compressed_cb_mask;
157 unsigned nr_samples;
158 bool export_16bpc;
159 bool cb0_is_integer;
160 bool is_msaa_resolve;
161 };
162
163 struct r600_sample_mask {
164 struct r600_atom atom;
165 uint16_t sample_mask; /* there are only 8 bits on EG, 16 bits on Cayman */
166 };
167
168 struct r600_config_state {
169 struct r600_atom atom;
170 unsigned sq_gpr_resource_mgmt_1;
171 };
172
173 struct r600_stencil_ref
174 {
175 ubyte ref_value[2];
176 ubyte valuemask[2];
177 ubyte writemask[2];
178 };
179
180 struct r600_stencil_ref_state {
181 struct r600_atom atom;
182 struct r600_stencil_ref state;
183 struct pipe_stencil_ref pipe_state;
184 };
185
186 struct r600_viewport_state {
187 struct r600_atom atom;
188 struct pipe_viewport_state state;
189 };
190
191 struct compute_memory_pool;
192 void compute_memory_pool_delete(struct compute_memory_pool* pool);
193 struct compute_memory_pool* compute_memory_pool_new(
194 struct r600_screen *rscreen);
195
196 struct r600_pipe_fences {
197 struct r600_resource *bo;
198 unsigned *data;
199 unsigned next_index;
200 /* linked list of preallocated blocks */
201 struct list_head blocks;
202 /* linked list of freed fences */
203 struct list_head pool;
204 pipe_mutex mutex;
205 };
206
207 enum r600_msaa_texture_mode {
208 /* If the hw can fetch the first sample only (no decompression available).
209 * This means MSAA texturing is not fully implemented. */
210 MSAA_TEXTURE_SAMPLE_ZERO,
211
212 /* If the hw can fetch decompressed MSAA textures.
213 * Supported families: R600, R700, Evergreen.
214 * Cayman cannot use this, because it cannot do the decompression. */
215 MSAA_TEXTURE_DECOMPRESSED,
216
217 /* If the hw can fetch compressed MSAA textures, which means shaders can
218 * read resolved FMASK. This yields the best performance.
219 * Supported families: Evergreen, Cayman. */
220 MSAA_TEXTURE_COMPRESSED
221 };
222
223 typedef boolean (*r600g_dma_blit_t)(struct pipe_context *ctx,
224 struct pipe_resource *dst,
225 unsigned dst_level,
226 unsigned dst_x, unsigned dst_y, unsigned dst_z,
227 struct pipe_resource *src,
228 unsigned src_level,
229 const struct pipe_box *src_box);
230
231 struct r600_screen {
232 struct pipe_screen screen;
233 struct radeon_winsys *ws;
234 unsigned family;
235 enum chip_class chip_class;
236 struct radeon_info info;
237 bool has_streamout;
238 bool has_msaa;
239 enum r600_msaa_texture_mode msaa_texture_support;
240 bool use_hyperz;
241 struct r600_tiling_info tiling_info;
242 struct r600_pipe_fences fences;
243
244 /*for compute global memory binding, we allocate stuff here, instead of
245 * buffers.
246 * XXX: Not sure if this is the best place for global_pool. Also,
247 * it's not thread safe, so it won't work with multiple contexts. */
248 struct compute_memory_pool *global_pool;
249 #if R600_TRACE_CS
250 struct r600_resource *trace_bo;
251 uint32_t *trace_ptr;
252 unsigned cs_count;
253 #endif
254 r600g_dma_blit_t dma_blit;
255 };
256
257 struct r600_pipe_sampler_view {
258 struct pipe_sampler_view base;
259 struct r600_resource *tex_resource;
260 uint32_t tex_resource_words[8];
261 bool skip_mip_address_reloc;
262 };
263
264 struct r600_rasterizer_state {
265 struct r600_command_buffer buffer;
266 boolean flatshade;
267 boolean two_side;
268 unsigned sprite_coord_enable;
269 unsigned clip_plane_enable;
270 unsigned pa_sc_line_stipple;
271 unsigned pa_cl_clip_cntl;
272 float offset_units;
273 float offset_scale;
274 bool offset_enable;
275 bool scissor_enable;
276 bool multisample_enable;
277 };
278
279 struct r600_poly_offset_state {
280 struct r600_atom atom;
281 enum pipe_format zs_format;
282 float offset_units;
283 float offset_scale;
284 };
285
286 struct r600_blend_state {
287 struct r600_command_buffer buffer;
288 struct r600_command_buffer buffer_no_blend;
289 unsigned cb_target_mask;
290 unsigned cb_color_control;
291 unsigned cb_color_control_no_blend;
292 bool dual_src_blend;
293 bool alpha_to_one;
294 };
295
296 struct r600_dsa_state {
297 struct r600_command_buffer buffer;
298 unsigned alpha_ref;
299 ubyte valuemask[2];
300 ubyte writemask[2];
301 unsigned sx_alpha_test_control;
302 };
303
304 struct r600_pipe_shader;
305
306 struct r600_pipe_shader_selector {
307 struct r600_pipe_shader *current;
308
309 struct tgsi_token *tokens;
310 struct pipe_stream_output_info so;
311
312 unsigned num_shaders;
313
314 /* PIPE_SHADER_[VERTEX|FRAGMENT|...] */
315 unsigned type;
316
317 unsigned nr_ps_max_color_exports;
318 };
319
320 struct r600_pipe_sampler_state {
321 uint32_t tex_sampler_words[3];
322 union pipe_color_union border_color;
323 bool border_color_use;
324 bool seamless_cube_map;
325 };
326
327 /* needed for blitter save */
328 #define NUM_TEX_UNITS 16
329
330 struct r600_seamless_cube_map {
331 struct r600_atom atom;
332 bool enabled;
333 };
334
335 struct r600_samplerview_state {
336 struct r600_atom atom;
337 struct r600_pipe_sampler_view *views[NUM_TEX_UNITS];
338 uint32_t enabled_mask;
339 uint32_t dirty_mask;
340 uint32_t compressed_depthtex_mask; /* which textures are depth */
341 uint32_t compressed_colortex_mask;
342 boolean dirty_txq_constants;
343 boolean dirty_buffer_constants;
344 };
345
346 struct r600_sampler_states {
347 struct r600_atom atom;
348 struct r600_pipe_sampler_state *states[NUM_TEX_UNITS];
349 uint32_t enabled_mask;
350 uint32_t dirty_mask;
351 uint32_t has_bordercolor_mask; /* which states contain the border color */
352 };
353
354 struct r600_textures_info {
355 struct r600_samplerview_state views;
356 struct r600_sampler_states states;
357 bool is_array_sampler[NUM_TEX_UNITS];
358
359 /* cube array txq workaround */
360 uint32_t *txq_constants;
361 /* buffer related workarounds */
362 uint32_t *buffer_constants;
363 };
364
365 struct r600_fence {
366 struct pipe_reference reference;
367 unsigned index; /* in the shared bo */
368 struct r600_resource *sleep_bo;
369 struct list_head head;
370 };
371
372 #define FENCE_BLOCK_SIZE 16
373
374 struct r600_fence_block {
375 struct r600_fence fences[FENCE_BLOCK_SIZE];
376 struct list_head head;
377 };
378
379 #define R600_CONSTANT_ARRAY_SIZE 256
380 #define R600_RESOURCE_ARRAY_SIZE 160
381
382 struct r600_constbuf_state
383 {
384 struct r600_atom atom;
385 struct pipe_constant_buffer cb[PIPE_MAX_CONSTANT_BUFFERS];
386 uint32_t enabled_mask;
387 uint32_t dirty_mask;
388 };
389
390 struct r600_vertexbuf_state
391 {
392 struct r600_atom atom;
393 struct pipe_vertex_buffer vb[PIPE_MAX_ATTRIBS];
394 uint32_t enabled_mask; /* non-NULL buffers */
395 uint32_t dirty_mask;
396 };
397
398 /* CSO (constant state object, in other words, immutable state). */
399 struct r600_cso_state
400 {
401 struct r600_atom atom;
402 void *cso; /* e.g. r600_blend_state */
403 struct r600_command_buffer *cb;
404 };
405
406 struct r600_scissor_state
407 {
408 struct r600_atom atom;
409 struct pipe_scissor_state scissor;
410 bool enable; /* r6xx only */
411 };
412
413 struct r600_fetch_shader {
414 struct r600_resource *buffer;
415 unsigned offset;
416 };
417
418 struct r600_ring {
419 struct radeon_winsys_cs *cs;
420 bool flushing;
421 void (*flush)(void *ctx, unsigned flags);
422 };
423
424 struct r600_rings {
425 struct r600_ring gfx;
426 struct r600_ring dma;
427 };
428
429 struct r600_context {
430 struct pipe_context context;
431 struct r600_screen *screen;
432 struct radeon_winsys *ws;
433 struct r600_rings rings;
434 struct blitter_context *blitter;
435 struct u_upload_mgr *uploader;
436 struct u_suballocator *allocator_so_filled_size;
437 struct u_suballocator *allocator_fetch_shader;
438 struct util_slab_mempool pool_transfers;
439
440 /* Hardware info. */
441 enum radeon_family family;
442 enum chip_class chip_class;
443 boolean has_vertex_cache;
444 boolean keep_tiling_flags;
445 unsigned default_ps_gprs, default_vs_gprs;
446 unsigned r6xx_num_clause_temp_gprs;
447 unsigned backend_mask;
448 unsigned max_db; /* for OQ */
449
450 /* Miscellaneous state objects. */
451 void *custom_dsa_flush;
452 void *custom_blend_resolve;
453 void *custom_blend_decompress;
454 void *custom_blend_fmask_decompress;
455 /* With rasterizer discard, there doesn't have to be a pixel shader.
456 * In that case, we bind this one: */
457 void *dummy_pixel_shader;
458 /* These dummy CMASK and FMASK buffers are used to get around the R6xx hardware
459 * bug where valid CMASK and FMASK are required to be present to avoid
460 * a hardlock in certain operations but aren't actually used
461 * for anything useful. */
462 struct r600_resource *dummy_fmask;
463 struct r600_resource *dummy_cmask;
464
465 /* State binding slots are here. */
466 struct r600_atom *atoms[R600_NUM_ATOMS];
467 /* States for CS initialization. */
468 struct r600_command_buffer start_cs_cmd; /* invariant state mostly */
469 /** Compute specific registers initializations. The start_cs_cmd atom
470 * must be emitted before start_compute_cs_cmd. */
471 struct r600_command_buffer start_compute_cs_cmd;
472 /* Register states. */
473 struct r600_alphatest_state alphatest_state;
474 struct r600_cso_state blend_state;
475 struct r600_blend_color blend_color;
476 struct r600_cb_misc_state cb_misc_state;
477 struct r600_clip_misc_state clip_misc_state;
478 struct r600_clip_state clip_state;
479 struct r600_db_misc_state db_misc_state;
480 struct r600_db_state db_state;
481 struct r600_cso_state dsa_state;
482 struct r600_framebuffer framebuffer;
483 struct r600_poly_offset_state poly_offset_state;
484 struct r600_cso_state rasterizer_state;
485 struct r600_sample_mask sample_mask;
486 struct r600_scissor_state scissor;
487 struct r600_seamless_cube_map seamless_cube_map;
488 struct r600_config_state config_state;
489 struct r600_stencil_ref_state stencil_ref;
490 struct r600_vgt_state vgt_state;
491 struct r600_vgt2_state vgt2_state;
492 struct r600_viewport_state viewport;
493 /* Shaders and shader resources. */
494 struct r600_cso_state vertex_fetch_shader;
495 struct r600_cs_shader_state cs_shader_state;
496 struct r600_constbuf_state constbuf_state[PIPE_SHADER_TYPES];
497 struct r600_textures_info samplers[PIPE_SHADER_TYPES];
498 /** Vertex buffers for fetch shaders */
499 struct r600_vertexbuf_state vertex_buffer_state;
500 /** Vertex buffers for compute shaders */
501 struct r600_vertexbuf_state cs_vertex_buffer_state;
502
503 /* Additional context states. */
504 unsigned flags;
505 unsigned compute_cb_target_mask;
506 struct r600_pipe_shader_selector *ps_shader;
507 struct r600_pipe_shader_selector *vs_shader;
508 struct r600_rasterizer_state *rasterizer;
509 bool alpha_to_one;
510 bool force_blend_disable;
511 boolean dual_src_blend;
512
513 /* Index buffer. */
514 struct pipe_index_buffer index_buffer;
515
516 /* Last draw state (-1 = unset). */
517 int last_primitive_type; /* Last primitive type used in draw_vbo. */
518 int last_start_instance;
519
520 /* Queries. */
521 /* The list of active queries. Only one query of each type can be active. */
522 int num_occlusion_queries;
523 /* Keep track of non-timer queries, because they should be suspended
524 * during context flushing.
525 * The timer queries (TIME_ELAPSED) shouldn't be suspended. */
526 struct list_head active_nontimer_queries;
527 unsigned num_cs_dw_nontimer_queries_suspend;
528 /* If queries have been suspended. */
529 bool nontimer_queries_suspended;
530
531 /* Render condition. */
532 struct pipe_query *current_render_cond;
533 unsigned current_render_cond_mode;
534 boolean predicate_drawing;
535
536 /* Streamout state. */
537 unsigned num_cs_dw_streamout_end;
538 unsigned num_so_targets;
539 struct r600_so_target *so_targets[PIPE_MAX_SO_BUFFERS];
540 boolean streamout_start;
541 unsigned streamout_append_bitmask;
542 bool streamout_suspended;
543
544 /* Deprecated state management. */
545 struct r600_range *range;
546 unsigned nblocks;
547 struct r600_block **blocks;
548 struct list_head dirty;
549 struct list_head enable_list;
550 unsigned pm4_dirty_cdwords;
551 };
552
553 static INLINE void r600_emit_command_buffer(struct radeon_winsys_cs *cs,
554 struct r600_command_buffer *cb)
555 {
556 assert(cs->cdw + cb->num_dw <= RADEON_MAX_CMDBUF_DWORDS);
557 memcpy(cs->buf + cs->cdw, cb->buf, 4 * cb->num_dw);
558 cs->cdw += cb->num_dw;
559 }
560
561 #if R600_TRACE_CS
562 void r600_trace_emit(struct r600_context *rctx);
563 #endif
564
565 static INLINE void r600_emit_atom(struct r600_context *rctx, struct r600_atom *atom)
566 {
567 atom->emit(rctx, atom);
568 atom->dirty = false;
569 #if R600_TRACE_CS
570 if (rctx->screen->trace_bo) {
571 r600_trace_emit(rctx);
572 }
573 #endif
574 }
575
576 static INLINE void r600_set_cso_state(struct r600_cso_state *state, void *cso)
577 {
578 state->cso = cso;
579 state->atom.dirty = cso != NULL;
580 }
581
582 static INLINE void r600_set_cso_state_with_cb(struct r600_cso_state *state, void *cso,
583 struct r600_command_buffer *cb)
584 {
585 state->cb = cb;
586 state->atom.num_dw = cb->num_dw;
587 r600_set_cso_state(state, cso);
588 }
589
590 /* evergreen_state.c */
591 struct pipe_sampler_view *
592 evergreen_create_sampler_view_custom(struct pipe_context *ctx,
593 struct pipe_resource *texture,
594 const struct pipe_sampler_view *state,
595 unsigned width0, unsigned height0);
596 void evergreen_init_common_regs(struct r600_command_buffer *cb,
597 enum chip_class ctx_chip_class,
598 enum radeon_family ctx_family,
599 int ctx_drm_minor);
600 void cayman_init_common_regs(struct r600_command_buffer *cb,
601 enum chip_class ctx_chip_class,
602 enum radeon_family ctx_family,
603 int ctx_drm_minor);
604
605 void evergreen_init_state_functions(struct r600_context *rctx);
606 void evergreen_init_atom_start_cs(struct r600_context *rctx);
607 void evergreen_pipe_shader_ps(struct pipe_context *ctx, struct r600_pipe_shader *shader);
608 void evergreen_pipe_shader_vs(struct pipe_context *ctx, struct r600_pipe_shader *shader);
609 void *evergreen_create_db_flush_dsa(struct r600_context *rctx);
610 void *evergreen_create_resolve_blend(struct r600_context *rctx);
611 void *evergreen_create_decompress_blend(struct r600_context *rctx);
612 void *evergreen_create_fmask_decompress_blend(struct r600_context *rctx);
613 boolean evergreen_is_format_supported(struct pipe_screen *screen,
614 enum pipe_format format,
615 enum pipe_texture_target target,
616 unsigned sample_count,
617 unsigned usage);
618 void evergreen_init_color_surface(struct r600_context *rctx,
619 struct r600_surface *surf);
620 void evergreen_init_color_surface_rat(struct r600_context *rctx,
621 struct r600_surface *surf);
622 void evergreen_update_db_shader_control(struct r600_context * rctx);
623
624 /* r600_blit.c */
625 void r600_copy_buffer(struct pipe_context *ctx, struct pipe_resource *dst, unsigned dstx,
626 struct pipe_resource *src, const struct pipe_box *src_box);
627 void r600_init_blit_functions(struct r600_context *rctx);
628 void r600_blit_decompress_depth(struct pipe_context *ctx,
629 struct r600_texture *texture,
630 struct r600_texture *staging,
631 unsigned first_level, unsigned last_level,
632 unsigned first_layer, unsigned last_layer,
633 unsigned first_sample, unsigned last_sample);
634 void r600_decompress_depth_textures(struct r600_context *rctx,
635 struct r600_samplerview_state *textures);
636 void r600_decompress_color_textures(struct r600_context *rctx,
637 struct r600_samplerview_state *textures);
638
639 /* r600_buffer.c */
640 bool r600_init_resource(struct r600_screen *rscreen,
641 struct r600_resource *res,
642 unsigned size, unsigned alignment,
643 bool use_reusable_pool, unsigned usage);
644 struct pipe_resource *r600_buffer_create(struct pipe_screen *screen,
645 const struct pipe_resource *templ,
646 unsigned alignment);
647
648 /* r600_pipe.c */
649 boolean r600_rings_is_buffer_referenced(struct r600_context *ctx,
650 struct radeon_winsys_cs_handle *buf,
651 enum radeon_bo_usage usage);
652 void *r600_buffer_mmap_sync_with_rings(struct r600_context *ctx,
653 struct r600_resource *resource,
654 unsigned usage);
655
656 /* r600_query.c */
657 void r600_init_query_functions(struct r600_context *rctx);
658 void r600_suspend_nontimer_queries(struct r600_context *ctx);
659 void r600_resume_nontimer_queries(struct r600_context *ctx);
660
661 /* r600_resource.c */
662 void r600_init_context_resource_functions(struct r600_context *r600);
663
664 /* r600_shader.c */
665 int r600_pipe_shader_create(struct pipe_context *ctx,
666 struct r600_pipe_shader *shader,
667 struct r600_shader_key key);
668 #ifdef HAVE_OPENCL
669 int r600_compute_shader_create(struct pipe_context * ctx,
670 LLVMModuleRef mod, struct r600_bytecode * bytecode);
671 #endif
672 void r600_pipe_shader_destroy(struct pipe_context *ctx, struct r600_pipe_shader *shader);
673
674 /* r600_state.c */
675 struct pipe_sampler_view *
676 r600_create_sampler_view_custom(struct pipe_context *ctx,
677 struct pipe_resource *texture,
678 const struct pipe_sampler_view *state,
679 unsigned width_first_level, unsigned height_first_level);
680 void r600_init_state_functions(struct r600_context *rctx);
681 void r600_init_atom_start_cs(struct r600_context *rctx);
682 void r600_pipe_shader_ps(struct pipe_context *ctx, struct r600_pipe_shader *shader);
683 void r600_pipe_shader_vs(struct pipe_context *ctx, struct r600_pipe_shader *shader);
684 void *r600_create_db_flush_dsa(struct r600_context *rctx);
685 void *r600_create_resolve_blend(struct r600_context *rctx);
686 void *r700_create_resolve_blend(struct r600_context *rctx);
687 void *r600_create_decompress_blend(struct r600_context *rctx);
688 bool r600_adjust_gprs(struct r600_context *rctx);
689 boolean r600_is_format_supported(struct pipe_screen *screen,
690 enum pipe_format format,
691 enum pipe_texture_target target,
692 unsigned sample_count,
693 unsigned usage);
694 void r600_update_db_shader_control(struct r600_context * rctx);
695
696 /* r600_texture.c */
697 void r600_init_screen_texture_functions(struct pipe_screen *screen);
698 void r600_init_surface_functions(struct r600_context *r600);
699 uint32_t r600_translate_texformat(struct pipe_screen *screen, enum pipe_format format,
700 const unsigned char *swizzle_view,
701 uint32_t *word4_p, uint32_t *yuv_format_p);
702 unsigned r600_texture_get_offset(struct r600_texture *rtex,
703 unsigned level, unsigned layer);
704 struct pipe_surface *r600_create_surface_custom(struct pipe_context *pipe,
705 struct pipe_resource *texture,
706 const struct pipe_surface *templ,
707 unsigned width, unsigned height);
708
709 unsigned r600_get_swizzle_combined(const unsigned char *swizzle_format,
710 const unsigned char *swizzle_view,
711 boolean vtx);
712
713 /* r600_state_common.c */
714 void r600_init_common_state_functions(struct r600_context *rctx);
715 void r600_emit_cso_state(struct r600_context *rctx, struct r600_atom *atom);
716 void r600_emit_alphatest_state(struct r600_context *rctx, struct r600_atom *atom);
717 void r600_emit_blend_color(struct r600_context *rctx, struct r600_atom *atom);
718 void r600_emit_vgt_state(struct r600_context *rctx, struct r600_atom *atom);
719 void r600_emit_vgt2_state(struct r600_context *rctx, struct r600_atom *atom);
720 void r600_emit_clip_misc_state(struct r600_context *rctx, struct r600_atom *atom);
721 void r600_emit_stencil_ref(struct r600_context *rctx, struct r600_atom *atom);
722 void r600_emit_viewport_state(struct r600_context *rctx, struct r600_atom *atom);
723 void r600_init_atom(struct r600_context *rctx, struct r600_atom *atom, unsigned id,
724 void (*emit)(struct r600_context *ctx, struct r600_atom *state),
725 unsigned num_dw);
726 void r600_vertex_buffers_dirty(struct r600_context *rctx);
727 void r600_sampler_views_dirty(struct r600_context *rctx,
728 struct r600_samplerview_state *state);
729 void r600_sampler_states_dirty(struct r600_context *rctx,
730 struct r600_sampler_states *state);
731 void r600_constant_buffers_dirty(struct r600_context *rctx, struct r600_constbuf_state *state);
732 void r600_draw_rectangle(struct blitter_context *blitter,
733 int x1, int y1, int x2, int y2, float depth,
734 enum blitter_attrib_type type, const union pipe_color_union *attrib);
735 uint32_t r600_translate_stencil_op(int s_op);
736 uint32_t r600_translate_fill(uint32_t func);
737 unsigned r600_tex_wrap(unsigned wrap);
738 unsigned r600_tex_filter(unsigned filter);
739 unsigned r600_tex_mipfilter(unsigned filter);
740 unsigned r600_tex_compare(unsigned compare);
741 bool sampler_state_needs_border_color(const struct pipe_sampler_state *state);
742
743 /*
744 * Helpers for building command buffers
745 */
746
747 #define PKT3_SET_CONFIG_REG 0x68
748 #define PKT3_SET_CONTEXT_REG 0x69
749 #define PKT3_SET_CTL_CONST 0x6F
750 #define PKT3_SET_LOOP_CONST 0x6C
751
752 #define R600_CONFIG_REG_OFFSET 0x08000
753 #define R600_CONTEXT_REG_OFFSET 0x28000
754 #define R600_CTL_CONST_OFFSET 0x3CFF0
755 #define R600_LOOP_CONST_OFFSET 0X0003E200
756 #define EG_LOOP_CONST_OFFSET 0x0003A200
757
758 #define PKT_TYPE_S(x) (((x) & 0x3) << 30)
759 #define PKT_COUNT_S(x) (((x) & 0x3FFF) << 16)
760 #define PKT3_IT_OPCODE_S(x) (((x) & 0xFF) << 8)
761 #define PKT3_PREDICATE(x) (((x) >> 0) & 0x1)
762 #define PKT3(op, count, predicate) (PKT_TYPE_S(3) | PKT_COUNT_S(count) | PKT3_IT_OPCODE_S(op) | PKT3_PREDICATE(predicate))
763
764 #define RADEON_CP_PACKET3_COMPUTE_MODE 0x00000002
765
766 /*Evergreen Compute packet3*/
767 #define PKT3C(op, count, predicate) (PKT_TYPE_S(3) | PKT3_IT_OPCODE_S(op) | PKT_COUNT_S(count) | PKT3_PREDICATE(predicate) | RADEON_CP_PACKET3_COMPUTE_MODE)
768
769 static INLINE void r600_store_value(struct r600_command_buffer *cb, unsigned value)
770 {
771 cb->buf[cb->num_dw++] = value;
772 }
773
774 static INLINE void r600_store_config_reg_seq(struct r600_command_buffer *cb, unsigned reg, unsigned num)
775 {
776 assert(reg < R600_CONTEXT_REG_OFFSET);
777 assert(cb->num_dw+2+num <= cb->max_num_dw);
778 cb->buf[cb->num_dw++] = PKT3(PKT3_SET_CONFIG_REG, num, 0);
779 cb->buf[cb->num_dw++] = (reg - R600_CONFIG_REG_OFFSET) >> 2;
780 }
781
782 /**
783 * Needs cb->pkt_flags set to RADEON_CP_PACKET3_COMPUTE_MODE for compute
784 * shaders.
785 */
786 static INLINE void r600_store_context_reg_seq(struct r600_command_buffer *cb, unsigned reg, unsigned num)
787 {
788 assert(reg >= R600_CONTEXT_REG_OFFSET && reg < R600_CTL_CONST_OFFSET);
789 assert(cb->num_dw+2+num <= cb->max_num_dw);
790 cb->buf[cb->num_dw++] = PKT3(PKT3_SET_CONTEXT_REG, num, 0) | cb->pkt_flags;
791 cb->buf[cb->num_dw++] = (reg - R600_CONTEXT_REG_OFFSET) >> 2;
792 }
793
794 /**
795 * Needs cb->pkt_flags set to RADEON_CP_PACKET3_COMPUTE_MODE for compute
796 * shaders.
797 */
798 static INLINE void r600_store_ctl_const_seq(struct r600_command_buffer *cb, unsigned reg, unsigned num)
799 {
800 assert(reg >= R600_CTL_CONST_OFFSET);
801 assert(cb->num_dw+2+num <= cb->max_num_dw);
802 cb->buf[cb->num_dw++] = PKT3(PKT3_SET_CTL_CONST, num, 0) | cb->pkt_flags;
803 cb->buf[cb->num_dw++] = (reg - R600_CTL_CONST_OFFSET) >> 2;
804 }
805
806 static INLINE void r600_store_loop_const_seq(struct r600_command_buffer *cb, unsigned reg, unsigned num)
807 {
808 assert(reg >= R600_LOOP_CONST_OFFSET);
809 assert(cb->num_dw+2+num <= cb->max_num_dw);
810 cb->buf[cb->num_dw++] = PKT3(PKT3_SET_LOOP_CONST, num, 0);
811 cb->buf[cb->num_dw++] = (reg - R600_LOOP_CONST_OFFSET) >> 2;
812 }
813
814 /**
815 * Needs cb->pkt_flags set to RADEON_CP_PACKET3_COMPUTE_MODE for compute
816 * shaders.
817 */
818 static INLINE void eg_store_loop_const_seq(struct r600_command_buffer *cb, unsigned reg, unsigned num)
819 {
820 assert(reg >= EG_LOOP_CONST_OFFSET);
821 assert(cb->num_dw+2+num <= cb->max_num_dw);
822 cb->buf[cb->num_dw++] = PKT3(PKT3_SET_LOOP_CONST, num, 0) | cb->pkt_flags;
823 cb->buf[cb->num_dw++] = (reg - EG_LOOP_CONST_OFFSET) >> 2;
824 }
825
826 static INLINE void r600_store_config_reg(struct r600_command_buffer *cb, unsigned reg, unsigned value)
827 {
828 r600_store_config_reg_seq(cb, reg, 1);
829 r600_store_value(cb, value);
830 }
831
832 static INLINE void r600_store_context_reg(struct r600_command_buffer *cb, unsigned reg, unsigned value)
833 {
834 r600_store_context_reg_seq(cb, reg, 1);
835 r600_store_value(cb, value);
836 }
837
838 static INLINE void r600_store_ctl_const(struct r600_command_buffer *cb, unsigned reg, unsigned value)
839 {
840 r600_store_ctl_const_seq(cb, reg, 1);
841 r600_store_value(cb, value);
842 }
843
844 static INLINE void r600_store_loop_const(struct r600_command_buffer *cb, unsigned reg, unsigned value)
845 {
846 r600_store_loop_const_seq(cb, reg, 1);
847 r600_store_value(cb, value);
848 }
849
850 static INLINE void eg_store_loop_const(struct r600_command_buffer *cb, unsigned reg, unsigned value)
851 {
852 eg_store_loop_const_seq(cb, reg, 1);
853 r600_store_value(cb, value);
854 }
855
856 void r600_init_command_buffer(struct r600_command_buffer *cb, unsigned num_dw);
857 void r600_release_command_buffer(struct r600_command_buffer *cb);
858
859 /*
860 * Helpers for emitting state into a command stream directly.
861 */
862 static INLINE unsigned r600_context_bo_reloc(struct r600_context *ctx,
863 struct r600_ring *ring,
864 struct r600_resource *rbo,
865 enum radeon_bo_usage usage)
866 {
867 assert(usage);
868 /* make sure that all previous ring use are flushed so everything
869 * look serialized from driver pov
870 */
871 if (!ring->flushing) {
872 if (ring == &ctx->rings.gfx) {
873 if (ctx->rings.dma.cs) {
874 /* flush dma ring */
875 ctx->rings.dma.flush(ctx, RADEON_FLUSH_ASYNC);
876 }
877 } else {
878 /* flush gfx ring */
879 ctx->rings.gfx.flush(ctx, RADEON_FLUSH_ASYNC);
880 }
881 }
882 return ctx->ws->cs_add_reloc(ring->cs, rbo->cs_buf, usage, rbo->domains) * 4;
883 }
884
885 static INLINE void r600_write_value(struct radeon_winsys_cs *cs, unsigned value)
886 {
887 cs->buf[cs->cdw++] = value;
888 }
889
890 static INLINE void r600_write_array(struct radeon_winsys_cs *cs, unsigned num, unsigned *ptr)
891 {
892 assert(cs->cdw+num <= RADEON_MAX_CMDBUF_DWORDS);
893 memcpy(&cs->buf[cs->cdw], ptr, num * sizeof(ptr[0]));
894 cs->cdw += num;
895 }
896
897 static INLINE void r600_write_config_reg_seq(struct radeon_winsys_cs *cs, unsigned reg, unsigned num)
898 {
899 assert(reg < R600_CONTEXT_REG_OFFSET);
900 assert(cs->cdw+2+num <= RADEON_MAX_CMDBUF_DWORDS);
901 cs->buf[cs->cdw++] = PKT3(PKT3_SET_CONFIG_REG, num, 0);
902 cs->buf[cs->cdw++] = (reg - R600_CONFIG_REG_OFFSET) >> 2;
903 }
904
905 static INLINE void r600_write_context_reg_seq(struct radeon_winsys_cs *cs, unsigned reg, unsigned num)
906 {
907 assert(reg >= R600_CONTEXT_REG_OFFSET && reg < R600_CTL_CONST_OFFSET);
908 assert(cs->cdw+2+num <= RADEON_MAX_CMDBUF_DWORDS);
909 cs->buf[cs->cdw++] = PKT3(PKT3_SET_CONTEXT_REG, num, 0);
910 cs->buf[cs->cdw++] = (reg - R600_CONTEXT_REG_OFFSET) >> 2;
911 }
912
913 static INLINE void r600_write_compute_context_reg_seq(struct radeon_winsys_cs *cs, unsigned reg, unsigned num)
914 {
915 r600_write_context_reg_seq(cs, reg, num);
916 /* Set the compute bit on the packet header */
917 cs->buf[cs->cdw - 2] |= RADEON_CP_PACKET3_COMPUTE_MODE;
918 }
919
920 static INLINE void r600_write_ctl_const_seq(struct radeon_winsys_cs *cs, unsigned reg, unsigned num)
921 {
922 assert(reg >= R600_CTL_CONST_OFFSET);
923 assert(cs->cdw+2+num <= RADEON_MAX_CMDBUF_DWORDS);
924 cs->buf[cs->cdw++] = PKT3(PKT3_SET_CTL_CONST, num, 0);
925 cs->buf[cs->cdw++] = (reg - R600_CTL_CONST_OFFSET) >> 2;
926 }
927
928 static INLINE void r600_write_config_reg(struct radeon_winsys_cs *cs, unsigned reg, unsigned value)
929 {
930 r600_write_config_reg_seq(cs, reg, 1);
931 r600_write_value(cs, value);
932 }
933
934 static INLINE void r600_write_context_reg(struct radeon_winsys_cs *cs, unsigned reg, unsigned value)
935 {
936 r600_write_context_reg_seq(cs, reg, 1);
937 r600_write_value(cs, value);
938 }
939
940 static INLINE void r600_write_compute_context_reg(struct radeon_winsys_cs *cs, unsigned reg, unsigned value)
941 {
942 r600_write_compute_context_reg_seq(cs, reg, 1);
943 r600_write_value(cs, value);
944 }
945
946 static INLINE void r600_write_ctl_const(struct radeon_winsys_cs *cs, unsigned reg, unsigned value)
947 {
948 r600_write_ctl_const_seq(cs, reg, 1);
949 r600_write_value(cs, value);
950 }
951
952 /*
953 * common helpers
954 */
955 static INLINE uint32_t S_FIXED(float value, uint32_t frac_bits)
956 {
957 return value * (1 << frac_bits);
958 }
959 #define ALIGN_DIVUP(x, y) (((x) + (y) - 1) / (y))
960
961 static inline unsigned r600_tex_aniso_filter(unsigned filter)
962 {
963 if (filter <= 1) return 0;
964 if (filter <= 2) return 1;
965 if (filter <= 4) return 2;
966 if (filter <= 8) return 3;
967 /* else */ return 4;
968 }
969
970 /* 12.4 fixed-point */
971 static INLINE unsigned r600_pack_float_12p4(float x)
972 {
973 return x <= 0 ? 0 :
974 x >= 4096 ? 0xffff : x * 16;
975 }
976
977 static INLINE uint64_t r600_resource_va(struct pipe_screen *screen, struct pipe_resource *resource)
978 {
979 struct r600_screen *rscreen = (struct r600_screen*)screen;
980 struct r600_resource *rresource = (struct r600_resource*)resource;
981
982 return rscreen->ws->buffer_get_virtual_address(rresource->cs_buf);
983 }
984
985 static INLINE unsigned u_max_layer(struct pipe_resource *r, unsigned level)
986 {
987 switch (r->target) {
988 case PIPE_TEXTURE_CUBE:
989 return 6 - 1;
990 case PIPE_TEXTURE_3D:
991 return u_minify(r->depth0, level) - 1;
992 case PIPE_TEXTURE_1D_ARRAY:
993 case PIPE_TEXTURE_2D_ARRAY:
994 case PIPE_TEXTURE_CUBE_ARRAY:
995 return r->array_size - 1;
996 default:
997 return 0;
998 }
999 }
1000
1001 #endif