1# Copyright © 2017 Intel Corporation
2
3# Permission is hereby granted, free of charge, to any person obtaining a copy
4# of this software and associated documentation files (the "Software"), to deal
5# in the Software without restriction, including without limitation the rights
6# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7# copies of the Software, and to permit persons to whom the Software is
8# furnished to do so, subject to the following conditions:
9
10# The above copyright notice and this permission notice shall be included in
11# all copies or substantial portions of the Software.
12
13# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
19# SOFTWARE.
20
21libintel_compiler_files = files(
22  'brw_cfg.cpp',
23  'brw_cfg.h',
24  'brw_clip.h',
25  'brw_clip_line.c',
26  'brw_clip_point.c',
27  'brw_clip_tri.c',
28  'brw_clip_unfilled.c',
29  'brw_clip_util.c',
30  'brw_compile_clip.c',
31  'brw_compile_ff_gs.c',
32  'brw_compile_sf.c',
33  'brw_compiler.c',
34  'brw_compiler.h',
35  'brw_dead_control_flow.cpp',
36  'brw_dead_control_flow.h',
37  'brw_debug_recompile.c',
38  'brw_disasm.c',
39  'brw_disasm_info.c',
40  'brw_disasm_info.h',
41  'brw_eu.cpp',
42  'brw_eu_compact.c',
43  'brw_eu_defines.h',
44  'brw_eu_emit.c',
45  'brw_eu.h',
46  'brw_eu_util.c',
47  'brw_eu_validate.c',
48  'brw_fs_bank_conflicts.cpp',
49  'brw_fs_builder.h',
50  'brw_fs_cmod_propagation.cpp',
51  'brw_fs_combine_constants.cpp',
52  'brw_fs_copy_propagation.cpp',
53  'brw_fs.cpp',
54  'brw_fs_cse.cpp',
55  'brw_fs_dead_code_eliminate.cpp',
56  'brw_fs_generator.cpp',
57  'brw_fs.h',
58  'brw_fs_live_variables.cpp',
59  'brw_fs_live_variables.h',
60  'brw_fs_lower_pack.cpp',
61  'brw_fs_lower_regioning.cpp',
62  'brw_fs_nir.cpp',
63  'brw_fs_reg_allocate.cpp',
64  'brw_fs_register_coalesce.cpp',
65  'brw_fs_saturate_propagation.cpp',
66  'brw_fs_scoreboard.cpp',
67  'brw_fs_sel_peephole.cpp',
68  'brw_fs_validate.cpp',
69  'brw_fs_visitor.cpp',
70  'brw_inst.h',
71  'brw_interpolation_map.c',
72  'brw_ir.h',
73  'brw_ir_allocator.h',
74  'brw_ir_analysis.h',
75  'brw_ir_fs.h',
76  'brw_ir_performance.h',
77  'brw_ir_performance.cpp',
78  'brw_ir_vec4.h',
79  'brw_nir.h',
80  'brw_nir.c',
81  'brw_nir_analyze_boolean_resolves.c',
82  'brw_nir_analyze_ubo_ranges.c',
83  'brw_nir_attribute_workarounds.c',
84  'brw_nir_lower_conversions.c',
85  'brw_nir_lower_cs_intrinsics.c',
86  'brw_nir_lower_alpha_to_coverage.c',
87  'brw_nir_lower_intersection_shader.c',
88  'brw_nir_lower_mem_access_bit_sizes.c',
89  'brw_nir_lower_rt_intrinsics.c',
90  'brw_nir_lower_scoped_barriers.c',
91  'brw_nir_lower_shader_calls.c',
92  'brw_nir_lower_storage_image.c',
93  'brw_nir_opt_peephole_ffma.c',
94  'brw_nir_rt.h',
95  'brw_nir_rt.c',
96  'brw_nir_rt_builder.h',
97  'brw_nir_tcs_workarounds.c',
98  'brw_nir_clamp_image_1d_2d_array_sizes.c',
99  'brw_packed_float.c',
100  'brw_predicated_break.cpp',
101  'brw_reg.h',
102  'brw_reg_type.c',
103  'brw_reg_type.h',
104  'brw_rt.h',
105  'brw_schedule_instructions.cpp',
106  'brw_shader.cpp',
107  'brw_shader.h',
108  'brw_vec4_builder.h',
109  'brw_vec4_cmod_propagation.cpp',
110  'brw_vec4_copy_propagation.cpp',
111  'brw_vec4.cpp',
112  'brw_vec4_cse.cpp',
113  'brw_vec4_dead_code_eliminate.cpp',
114  'brw_vec4_generator.cpp',
115  'brw_vec4_gs_visitor.cpp',
116  'brw_vec4_gs_visitor.h',
117  'brw_vec4.h',
118  'brw_vec4_live_variables.cpp',
119  'brw_vec4_live_variables.h',
120  'brw_vec4_nir.cpp',
121  'brw_vec4_gs_nir.cpp',
122  'brw_vec4_reg_allocate.cpp',
123  'brw_vec4_surface_builder.cpp',
124  'brw_vec4_surface_builder.h',
125  'brw_vec4_tcs.cpp',
126  'brw_vec4_tcs.h',
127  'brw_vec4_tes.cpp',
128  'brw_vec4_tes.h',
129  'brw_vec4_visitor.cpp',
130  'brw_vec4_vs_visitor.cpp',
131  'brw_vec4_vs.h',
132  'brw_vue_map.c',
133  'brw_wm_iz.cpp',
134  'gfx6_gs_visitor.cpp',
135  'gfx6_gs_visitor.h',
136)
137
138brw_nir_trig = custom_target(
139  'brw_nir_trig_workarounds.c',
140  input : 'brw_nir_trig_workarounds.py',
141  output : 'brw_nir_trig_workarounds.c',
142  command : [
143    prog_python, '@INPUT@',
144    '-p', join_paths(meson.source_root(), 'src/compiler/nir/'),
145  ],
146  depend_files : nir_algebraic_py,
147  capture : true,
148)
149
150libintel_compiler = static_library(
151  'intel_compiler',
152  [libintel_compiler_files, brw_nir_trig, ir_expression_operation_h],
153  include_directories : [inc_include, inc_src, inc_mapi, inc_mesa, inc_gallium, inc_intel],
154  c_args : [no_override_init_args],
155  gnu_symbol_visibility : 'hidden',
156  dependencies : [idep_nir_headers, idep_mesautil],
157  build_by_default : false,
158)
159
160if with_tests
161  foreach t : ['fs_cmod_propagation', 'fs_copy_propagation',
162               'fs_saturate_propagation', 'vf_float_conversions',
163               'vec4_register_coalesce', 'vec4_copy_propagation',
164               'vec4_cmod_propagation', 'vec4_dead_code_eliminate',
165               'eu_compact', 'eu_validate', 'fs_scoreboard']
166    test(
167      t,
168      executable(
169        [t, ir_expression_operation_h],
170        'test_@0@.cpp'.format(t),
171        include_directories : [inc_include, inc_src, inc_mapi, inc_mesa, inc_gallium, inc_intel],
172        link_with : [
173          libintel_compiler, libintel_common, libintel_dev, libisl,
174        ],
175        dependencies : [idep_gtest, idep_nir, idep_mesautil],
176      ),
177      suite : ['intel'],
178    )
179  endforeach
180endif
181