xref: /third_party/mesa3d/src/intel/vulkan/anv_genX.h (revision bf215546)
1/*
2 * Copyright © 2016 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/*
25 * NOTE: The header can be included multiple times, from the same file.
26 */
27
28/*
29 * Gen-specific function declarations.  This header must *not* be included
30 * directly.  Instead, it is included multiple times by anv_private.h.
31 *
32 * In this header file, the usual genx() macro is available.
33 */
34
35#ifndef ANV_PRIVATE_H
36#error This file is included by means other than anv_private.h
37#endif
38
39struct intel_sample_positions;
40
41typedef struct VkRenderingSelfDependencyInfoMESA VkRenderingSelfDependencyInfoMESA;
42
43extern const uint32_t genX(vk_to_intel_cullmode)[];
44
45extern const uint32_t genX(vk_to_intel_front_face)[];
46
47extern const uint32_t genX(vk_to_intel_primitive_type)[];
48
49extern const uint32_t genX(vk_to_intel_compare_op)[];
50
51extern const uint32_t genX(vk_to_intel_stencil_op)[];
52
53extern const uint32_t genX(vk_to_intel_logic_op)[];
54
55void genX(init_physical_device_state)(struct anv_physical_device *device);
56
57VkResult genX(init_device_state)(struct anv_device *device);
58
59void genX(init_cps_device_state)(struct anv_device *device);
60
61void genX(cmd_buffer_emit_state_base_address)(struct anv_cmd_buffer *cmd_buffer);
62
63void genX(cmd_buffer_apply_pipe_flushes)(struct anv_cmd_buffer *cmd_buffer);
64
65void genX(cmd_buffer_emit_gfx7_depth_flush)(struct anv_cmd_buffer *cmd_buffer);
66
67void genX(cmd_buffer_emit_gfx12_depth_wa)(struct anv_cmd_buffer *cmd_buffer,
68                                          const struct isl_surf *surf);
69
70void genX(cmd_buffer_set_binding_for_gfx8_vb_flush)(struct anv_cmd_buffer *cmd_buffer,
71                                                    int vb_index,
72                                                    struct anv_address vb_address,
73                                                    uint32_t vb_size);
74void genX(cmd_buffer_update_dirty_vbs_for_gfx8_vb_flush)(struct anv_cmd_buffer *cmd_buffer,
75                                                         uint32_t access_type,
76                                                         uint64_t vb_used);
77
78void genX(cmd_buffer_emit_hashing_mode)(struct anv_cmd_buffer *cmd_buffer,
79                                        unsigned width, unsigned height,
80                                        unsigned scale);
81
82void genX(flush_pipeline_select_3d)(struct anv_cmd_buffer *cmd_buffer);
83void genX(flush_pipeline_select_gpgpu)(struct anv_cmd_buffer *cmd_buffer);
84
85enum anv_pipe_bits
86genX(emit_apply_pipe_flushes)(struct anv_batch *batch,
87                              struct anv_device *device,
88                              uint32_t current_pipeline,
89                              enum anv_pipe_bits bits);
90
91void genX(emit_so_memcpy_init)(struct anv_memcpy_state *state,
92                               struct anv_device *device,
93                               struct anv_batch *batch);
94
95void genX(emit_so_memcpy_fini)(struct anv_memcpy_state *state);
96
97void genX(emit_so_memcpy)(struct anv_memcpy_state *state,
98                          struct anv_address dst, struct anv_address src,
99                          uint32_t size);
100
101void genX(emit_l3_config)(struct anv_batch *batch,
102                          const struct anv_device *device,
103                          const struct intel_l3_config *cfg);
104
105void genX(cmd_buffer_config_l3)(struct anv_cmd_buffer *cmd_buffer,
106                                const struct intel_l3_config *cfg);
107
108void genX(cmd_buffer_flush_state)(struct anv_cmd_buffer *cmd_buffer);
109void genX(cmd_buffer_flush_dynamic_state)(struct anv_cmd_buffer *cmd_buffer);
110
111void genX(cmd_buffer_flush_compute_state)(struct anv_cmd_buffer *cmd_buffer);
112
113void genX(cmd_buffer_enable_pma_fix)(struct anv_cmd_buffer *cmd_buffer,
114                                     bool enable);
115
116void genX(cmd_buffer_mark_image_written)(struct anv_cmd_buffer *cmd_buffer,
117                                         const struct anv_image *image,
118                                         VkImageAspectFlagBits aspect,
119                                         enum isl_aux_usage aux_usage,
120                                         uint32_t level,
121                                         uint32_t base_layer,
122                                         uint32_t layer_count);
123
124void genX(cmd_emit_conditional_render_predicate)(struct anv_cmd_buffer *cmd_buffer);
125
126struct anv_state genX(cmd_buffer_ray_query_globals)(struct anv_cmd_buffer *cmd_buffer);
127
128void
129genX(emit_urb_setup)(struct anv_device *device, struct anv_batch *batch,
130                     const struct intel_l3_config *l3_config,
131                     VkShaderStageFlags active_stages,
132                     const unsigned entry_size[4],
133                     enum intel_urb_deref_block_size *deref_block_size);
134
135void genX(emit_multisample)(struct anv_batch *batch, uint32_t samples,
136                            const struct vk_sample_locations_state *sl);
137
138void genX(emit_sample_pattern)(struct anv_batch *batch,
139                               const struct vk_sample_locations_state *sl);
140
141void genX(emit_shading_rate)(struct anv_batch *batch,
142                             const struct anv_graphics_pipeline *pipeline,
143                             const struct vk_fragment_shading_rate_state *fsr);
144
145void genX(cmd_buffer_so_memcpy)(struct anv_cmd_buffer *cmd_buffer,
146                                struct anv_address dst, struct anv_address src,
147                                uint32_t size);
148
149void genX(blorp_exec)(struct blorp_batch *batch,
150                      const struct blorp_params *params);
151
152void genX(cmd_emit_timestamp)(struct anv_batch *batch,
153                              struct anv_device *device,
154                              struct anv_address addr,
155                              bool end_of_pipe);
156
157void
158genX(rasterization_mode)(VkPolygonMode raster_mode,
159                         VkLineRasterizationModeEXT line_mode,
160                         float line_width,
161                         uint32_t *api_mode,
162                         bool *msaa_rasterization_enable);
163
164uint32_t
165genX(ms_rasterization_mode)(struct anv_graphics_pipeline *pipeline,
166                            VkPolygonMode raster_mode);
167
168VkPolygonMode
169genX(raster_polygon_mode)(struct anv_graphics_pipeline *pipeline,
170                          VkPrimitiveTopology primitive_topology);
171
172void
173genX(graphics_pipeline_emit)(struct anv_graphics_pipeline *pipeline,
174                             const struct vk_graphics_pipeline_state *state);
175
176void
177genX(compute_pipeline_emit)(struct anv_compute_pipeline *pipeline);
178
179void
180genX(ray_tracing_pipeline_emit)(struct anv_ray_tracing_pipeline *pipeline);
181