xref: /aosp_15_r20/external/angle/third_party/mesa/mesa_autogen.gni (revision 8975f5c5ed3d1c378011245431ada316dfb6f244)
1*8975f5c5SAndroid Build Coastguard Worker# GENERATED FILE - DO NOT EDIT.
2*8975f5c5SAndroid Build Coastguard Worker# Generated by mesa_build.py
3*8975f5c5SAndroid Build Coastguard Worker#
4*8975f5c5SAndroid Build Coastguard Worker# Copyright 2022 The ANGLE Project Authors. All rights reserved.
5*8975f5c5SAndroid Build Coastguard Worker# Use of this source code is governed by a BSD-style license that can be
6*8975f5c5SAndroid Build Coastguard Worker# found in the LICENSE file.
7*8975f5c5SAndroid Build Coastguard Worker#
8*8975f5c5SAndroid Build Coastguard Worker# mesa_autogen.gni: ANGLE build information for Mesa.
9*8975f5c5SAndroid Build Coastguard Worker
10*8975f5c5SAndroid Build Coastguard Workerangle_mesa_outputs = [
11*8975f5c5SAndroid Build Coastguard Worker  "src/egl/libEGL.so.1.0.0",
12*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/targets/dri/libgallium_dri.so",
13*8975f5c5SAndroid Build Coastguard Worker  "src/gbm/libgbm.so.1.0.0",
14*8975f5c5SAndroid Build Coastguard Worker  "src/glx/libGL.so.1.2.0",
15*8975f5c5SAndroid Build Coastguard Worker  "src/mapi/es1api/libGLESv1_CM.so.1.1.0",
16*8975f5c5SAndroid Build Coastguard Worker  "src/mapi/es2api/libGLESv2.so.2.0.0",
17*8975f5c5SAndroid Build Coastguard Worker  "src/mapi/shared-glapi/libglapi.so.0.0.0",
18*8975f5c5SAndroid Build Coastguard Worker]
19*8975f5c5SAndroid Build Coastguard Worker
20*8975f5c5SAndroid Build Coastguard Workerangle_mesa_sources = [
21*8975f5c5SAndroid Build Coastguard Worker  "src/c11/impl/threads_posix.c",
22*8975f5c5SAndroid Build Coastguard Worker  "src/c11/impl/time.c",
23*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/glsl/ast_array_index.cpp",
24*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/glsl/ast_expr.cpp",
25*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/glsl/ast_function.cpp",
26*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/glsl/ast_to_hir.cpp",
27*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/glsl/ast_type.cpp",
28*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/glsl/builtin_functions.cpp",
29*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/glsl/builtin_types.cpp",
30*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/glsl/builtin_variables.cpp",
31*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/glsl/float64.glsl",
32*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/glsl/generate_ir.cpp",
33*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/glsl/gl_nir_link_atomics.c",
34*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/glsl/gl_nir_link_uniform_blocks.c",
35*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/glsl/gl_nir_link_uniform_initializers.c",
36*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/glsl/gl_nir_link_uniforms.c",
37*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/glsl/gl_nir_link_varyings.c",
38*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/glsl/gl_nir_link_xfb.c",
39*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/glsl/gl_nir_linker.c",
40*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/glsl/gl_nir_lower_atomics.c",
41*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/glsl/gl_nir_lower_buffers.c",
42*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/glsl/gl_nir_lower_images.c",
43*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/glsl/gl_nir_lower_packed_varyings.c",
44*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/glsl/gl_nir_lower_samplers.c",
45*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/glsl/gl_nir_lower_samplers_as_deref.c",
46*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/glsl/gl_nir_lower_xfb_varying.c",
47*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/glsl/gl_nir_opt_dead_builtin_varyings.c",
48*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/glsl/glcpp/glcpp-lex.l",
49*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/glsl/glcpp/glcpp-parse.y",
50*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/glsl/glcpp/glcpp.c",
51*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/glsl/glcpp/pp.c",
52*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/glsl/glcpp/pp_standalone_scaffolding.c",
53*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/glsl/glsl_lexer.ll",
54*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/glsl/glsl_parser.yy",
55*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/glsl/glsl_parser_extras.cpp",
56*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/glsl/glsl_symbol_table.cpp",
57*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/glsl/glsl_to_nir.cpp",
58*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/glsl/hir_field_selection.cpp",
59*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/glsl/ir.cpp",
60*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/glsl/ir_array_refcount.cpp",
61*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/glsl/ir_basic_block.cpp",
62*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/glsl/ir_builder.cpp",
63*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/glsl/ir_builder_print_visitor.cpp",
64*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/glsl/ir_clone.cpp",
65*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/glsl/ir_constant_expression.cpp",
66*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/glsl/ir_equals.cpp",
67*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/glsl/ir_expression_flattening.cpp",
68*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/glsl/ir_expression_operation.py",
69*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/glsl/ir_function.cpp",
70*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/glsl/ir_function_can_inline.cpp",
71*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/glsl/ir_function_detect_recursion.cpp",
72*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/glsl/ir_hierarchical_visitor.cpp",
73*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/glsl/ir_hv_accept.cpp",
74*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/glsl/ir_print_visitor.cpp",
75*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/glsl/ir_reader.cpp",
76*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/glsl/ir_rvalue_visitor.cpp",
77*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/glsl/ir_set_program_inouts.cpp",
78*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/glsl/ir_validate.cpp",
79*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/glsl/ir_variable_refcount.cpp",
80*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/glsl/link_functions.cpp",
81*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/glsl/link_interface_blocks.cpp",
82*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/glsl/link_uniform_block_active_visitor.cpp",
83*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/glsl/link_uniform_blocks.cpp",
84*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/glsl/link_uniforms.cpp",
85*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/glsl/link_varyings.cpp",
86*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/glsl/linker.cpp",
87*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/glsl/linker_util.cpp",
88*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/glsl/lower_blend_equation_advanced.cpp",
89*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/glsl/lower_builtins.cpp",
90*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/glsl/lower_discard.cpp",
91*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/glsl/lower_discard_flow.cpp",
92*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/glsl/lower_distance.cpp",
93*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/glsl/lower_instructions.cpp",
94*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/glsl/lower_int64.cpp",
95*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/glsl/lower_jumps.cpp",
96*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/glsl/lower_mat_op_to_vec.cpp",
97*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/glsl/lower_named_interface_blocks.cpp",
98*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/glsl/lower_output_reads.cpp",
99*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/glsl/lower_packing_builtins.cpp",
100*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/glsl/lower_precision.cpp",
101*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/glsl/lower_subroutine.cpp",
102*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/glsl/lower_tess_level.cpp",
103*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/glsl/lower_vec_index_to_cond_assign.cpp",
104*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/glsl/lower_vec_index_to_swizzle.cpp",
105*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/glsl/lower_vector_derefs.cpp",
106*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/glsl/lower_vector_insert.cpp",
107*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/glsl/main.cpp",
108*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/glsl/opt_algebraic.cpp",
109*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/glsl/opt_array_splitting.cpp",
110*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/glsl/opt_constant_folding.cpp",
111*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/glsl/opt_constant_propagation.cpp",
112*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/glsl/opt_constant_variable.cpp",
113*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/glsl/opt_copy_propagation_elements.cpp",
114*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/glsl/opt_dead_builtin_variables.cpp",
115*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/glsl/opt_dead_code.cpp",
116*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/glsl/opt_dead_code_local.cpp",
117*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/glsl/opt_dead_functions.cpp",
118*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/glsl/opt_flatten_nested_if_blocks.cpp",
119*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/glsl/opt_flip_matrices.cpp",
120*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/glsl/opt_function_inlining.cpp",
121*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/glsl/opt_if_simplification.cpp",
122*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/glsl/opt_minmax.cpp",
123*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/glsl/opt_rebalance_tree.cpp",
124*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/glsl/opt_structure_splitting.cpp",
125*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/glsl/opt_tree_grafting.cpp",
126*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/glsl/propagate_invariance.cpp",
127*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/glsl/s_expression.cpp",
128*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/glsl/serialize.cpp",
129*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/glsl/shader_cache.cpp",
130*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/glsl/standalone.cpp",
131*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/glsl/standalone_scaffolding.cpp",
132*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/glsl/string_to_uint_map.cpp",
133*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/glsl/test.cpp",
134*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/glsl/test_optpass.cpp",
135*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/glsl_types.cpp",
136*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir.c",
137*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_builder.c",
138*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_builder_opcodes_h.py",
139*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_builtin_builder.c",
140*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_clone.c",
141*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_constant_expressions.py",
142*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_control_flow.c",
143*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_convert_ycbcr.c",
144*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_deref.c",
145*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_divergence_analysis.c",
146*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_dominance.c",
147*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_from_ssa.c",
148*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_gather_info.c",
149*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_gather_ssa_types.c",
150*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_gather_xfb_info.c",
151*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_group_loads.c",
152*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_gs_count_vertices.c",
153*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_inline_functions.c",
154*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_inline_uniforms.c",
155*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_instr_set.c",
156*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_intrinsics_c.py",
157*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_intrinsics_h.py",
158*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_intrinsics_indices_h.py",
159*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_linking_helpers.c",
160*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_liveness.c",
161*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_loop_analyze.c",
162*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_lower_alpha_test.c",
163*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_lower_alu.c",
164*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_lower_alu_width.c",
165*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_lower_amul.c",
166*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_lower_array_deref_of_vec.c",
167*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_lower_atomics_to_ssbo.c",
168*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_lower_bit_size.c",
169*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_lower_bitmap.c",
170*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_lower_blend.c",
171*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_lower_bool_to_bitsize.c",
172*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_lower_bool_to_float.c",
173*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_lower_bool_to_int32.c",
174*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_lower_cl_images.c",
175*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_lower_clamp_color_outputs.c",
176*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_lower_clip.c",
177*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_lower_clip_cull_distance_arrays.c",
178*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_lower_clip_disable.c",
179*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_lower_clip_halfz.c",
180*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_lower_const_arrays_to_uniforms.c",
181*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_lower_convert_alu_types.c",
182*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_lower_discard_if.c",
183*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_lower_discard_or_demote.c",
184*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_lower_double_ops.c",
185*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_lower_drawpixels.c",
186*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_lower_fb_read.c",
187*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_lower_flatshade.c",
188*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_lower_flrp.c",
189*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_lower_fp16_conv.c",
190*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_lower_fragcolor.c",
191*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_lower_fragcoord_wtrans.c",
192*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_lower_frexp.c",
193*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_lower_global_vars_to_local.c",
194*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_lower_goto_ifs.c",
195*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_lower_gs_intrinsics.c",
196*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_lower_idiv.c",
197*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_lower_image.c",
198*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_lower_indirect_derefs.c",
199*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_lower_input_attachments.c",
200*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_lower_int64.c",
201*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_lower_int_to_float.c",
202*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_lower_interpolation.c",
203*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_lower_io.c",
204*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_lower_io_arrays_to_elements.c",
205*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_lower_io_to_scalar.c",
206*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_lower_io_to_temporaries.c",
207*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_lower_io_to_vector.c",
208*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_lower_is_helper_invocation.c",
209*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_lower_load_const_to_scalar.c",
210*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_lower_locals_to_regs.c",
211*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_lower_mediump.c",
212*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_lower_memcpy.c",
213*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_lower_memory_model.c",
214*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_lower_multiview.c",
215*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_lower_non_uniform_access.c",
216*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_lower_packing.c",
217*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_lower_passthrough_edgeflags.c",
218*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_lower_patch_vertices.c",
219*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_lower_phis_to_scalar.c",
220*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_lower_pntc_ytransform.c",
221*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_lower_point_size.c",
222*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_lower_point_size_mov.c",
223*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_lower_point_smooth.c",
224*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_lower_poly_line_smooth.c",
225*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_lower_printf.c",
226*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_lower_readonly_images_to_tex.c",
227*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_lower_regs_to_ssa.c",
228*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_lower_returns.c",
229*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_lower_samplers.c",
230*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_lower_scratch.c",
231*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_lower_shader_calls.c",
232*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_lower_single_sampled.c",
233*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_lower_ssbo.c",
234*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_lower_subgroups.c",
235*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_lower_system_values.c",
236*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_lower_sysvals_to_varyings.c",
237*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_lower_task_shader.c",
238*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_lower_tex.c",
239*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_lower_tex_shadow.c",
240*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_lower_texcoord_replace.c",
241*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_lower_to_source_mods.c",
242*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_lower_two_sided_color.c",
243*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_lower_ubo_vec4.c",
244*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_lower_undef_to_zero.c",
245*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_lower_uniforms_to_ubo.c",
246*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_lower_var_copies.c",
247*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_lower_variable_initializers.c",
248*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_lower_vars_to_ssa.c",
249*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_lower_vec3_to_vec4.c",
250*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_lower_vec_to_movs.c",
251*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_lower_viewport_transform.c",
252*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_lower_wpos_center.c",
253*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_lower_wpos_ytransform.c",
254*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_lower_wrmasks.c",
255*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_metadata.c",
256*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_move_vec_src_uses_to_dest.c",
257*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_normalize_cubemap_coords.c",
258*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_opcodes_c.py",
259*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_opcodes_h.py",
260*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_opt_access.c",
261*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_opt_algebraic.py",
262*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_opt_barriers.c",
263*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_opt_combine_stores.c",
264*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_opt_comparison_pre.c",
265*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_opt_conditional_discard.c",
266*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_opt_constant_folding.c",
267*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_opt_copy_prop_vars.c",
268*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_opt_copy_propagate.c",
269*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_opt_cse.c",
270*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_opt_dce.c",
271*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_opt_dead_cf.c",
272*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_opt_dead_write_vars.c",
273*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_opt_find_array_copies.c",
274*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_opt_fragdepth.c",
275*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_opt_gcm.c",
276*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_opt_idiv_const.c",
277*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_opt_if.c",
278*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_opt_intrinsics.c",
279*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_opt_large_constants.c",
280*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_opt_load_store_vectorize.c",
281*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_opt_loop_unroll.c",
282*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_opt_memcpy.c",
283*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_opt_move.c",
284*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_opt_move_discards_to_top.c",
285*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_opt_non_uniform_access.c",
286*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_opt_offsets.c",
287*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_opt_peephole_select.c",
288*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_opt_phi_precision.c",
289*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_opt_preamble.c",
290*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_opt_ray_queries.c",
291*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_opt_rematerialize_compares.c",
292*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_opt_remove_phis.c",
293*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_opt_shrink_stores.c",
294*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_opt_shrink_vectors.c",
295*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_opt_sink.c",
296*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_opt_trivial_continues.c",
297*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_opt_undef.c",
298*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_opt_uniform_atomics.c",
299*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_opt_vectorize.c",
300*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_phi_builder.c",
301*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_print.c",
302*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_propagate_invariant.c",
303*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_range_analysis.c",
304*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_remove_dead_variables.c",
305*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_repair_ssa.c",
306*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_scale_fdiv.c",
307*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_schedule.c",
308*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_search.c",
309*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_serialize.c",
310*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_split_64bit_vec3_and_vec4.c",
311*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_split_per_member_structs.c",
312*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_split_var_copies.c",
313*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_split_vars.c",
314*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_sweep.c",
315*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_to_lcssa.c",
316*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_validate.c",
317*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir/nir_worklist.c",
318*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/nir_types.cpp",
319*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/shader_enums.c",
320*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/spirv/gl_spirv.c",
321*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/spirv/nir_load_libclc.c",
322*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/spirv/nir_lower_libclc.c",
323*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/spirv/spir-v.xml",
324*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/spirv/spirv.core.grammar.json",
325*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/spirv/spirv2nir.c",
326*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/spirv/spirv_info_c.py",
327*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/spirv/spirv_to_nir.c",
328*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/spirv/vtn_alu.c",
329*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/spirv/vtn_amd.c",
330*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/spirv/vtn_cfg.c",
331*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/spirv/vtn_gather_types_c.py",
332*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/spirv/vtn_generator_ids_h.py",
333*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/spirv/vtn_glsl450.c",
334*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/spirv/vtn_opencl.c",
335*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/spirv/vtn_subgroup.c",
336*8975f5c5SAndroid Build Coastguard Worker  "src/compiler/spirv/vtn_variables.c",
337*8975f5c5SAndroid Build Coastguard Worker  "src/egl/generate/egl.xml",
338*8975f5c5SAndroid Build Coastguard Worker  "src/egl/generate/egl_other.xml",
339*8975f5c5SAndroid Build Coastguard Worker  "src/egl/generate/gen_egl_dispatch.py",
340*8975f5c5SAndroid Build Coastguard Worker  "src/egl/main/egl.def.in",
341*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/cso_cache/cso_cache.c",
342*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/cso_cache/cso_context.c",
343*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/cso_cache/cso_hash.c",
344*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/draw/draw_context.c",
345*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/draw/draw_fs.c",
346*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/draw/draw_gs.c",
347*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/draw/draw_pipe.c",
348*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/draw/draw_pipe_aaline.c",
349*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/draw/draw_pipe_aapoint.c",
350*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/draw/draw_pipe_clip.c",
351*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/draw/draw_pipe_cull.c",
352*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/draw/draw_pipe_flatshade.c",
353*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/draw/draw_pipe_offset.c",
354*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/draw/draw_pipe_pstipple.c",
355*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/draw/draw_pipe_stipple.c",
356*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/draw/draw_pipe_twoside.c",
357*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/draw/draw_pipe_unfilled.c",
358*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/draw/draw_pipe_user_cull.c",
359*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/draw/draw_pipe_util.c",
360*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/draw/draw_pipe_validate.c",
361*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/draw/draw_pipe_vbuf.c",
362*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/draw/draw_pipe_wide_line.c",
363*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/draw/draw_pipe_wide_point.c",
364*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/draw/draw_prim_assembler.c",
365*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/draw/draw_pt.c",
366*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/draw/draw_pt_emit.c",
367*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/draw/draw_pt_fetch.c",
368*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/draw/draw_pt_fetch_shade_emit.c",
369*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/draw/draw_pt_fetch_shade_pipeline.c",
370*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/draw/draw_pt_post_vs.c",
371*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/draw/draw_pt_so_emit.c",
372*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/draw/draw_pt_util.c",
373*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/draw/draw_pt_vsplit.c",
374*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/draw/draw_tess.c",
375*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/draw/draw_vertex.c",
376*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/draw/draw_vs.c",
377*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/draw/draw_vs_exec.c",
378*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/draw/draw_vs_variant.c",
379*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/driver_ddebug/dd_context.c",
380*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/driver_ddebug/dd_draw.c",
381*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/driver_ddebug/dd_screen.c",
382*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/driver_noop/noop_pipe.c",
383*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/driver_noop/noop_state.c",
384*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/driver_rbug/rbug_context.c",
385*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/driver_rbug/rbug_core.c",
386*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/driver_rbug/rbug_objects.c",
387*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/driver_rbug/rbug_screen.c",
388*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/driver_trace/tr_context.c",
389*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/driver_trace/tr_dump.c",
390*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/driver_trace/tr_dump_state.c",
391*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/driver_trace/tr_screen.c",
392*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/driver_trace/tr_texture.c",
393*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/hud/font.c",
394*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/hud/hud_context.c",
395*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/hud/hud_cpu.c",
396*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/hud/hud_cpufreq.c",
397*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/hud/hud_diskstat.c",
398*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/hud/hud_driver_query.c",
399*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/hud/hud_fps.c",
400*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/hud/hud_nic.c",
401*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/hud/hud_sensors_temp.c",
402*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/nir/nir_draw_helpers.c",
403*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/nir/nir_helpers.c",
404*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/nir/nir_to_tgsi.c",
405*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/nir/tgsi_to_nir.c",
406*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/os/os_process.c",
407*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/pipe-loader/pipe_loader.c",
408*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/pipe-loader/pipe_loader_drm.c",
409*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/pipe-loader/pipe_loader_sw.c",
410*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/pipebuffer/pb_buffer_fenced.c",
411*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/pipebuffer/pb_bufmgr_cache.c",
412*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/pipebuffer/pb_bufmgr_debug.c",
413*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/pipebuffer/pb_bufmgr_mm.c",
414*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/pipebuffer/pb_bufmgr_slab.c",
415*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/pipebuffer/pb_cache.c",
416*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/pipebuffer/pb_slab.c",
417*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/pipebuffer/pb_validate.c",
418*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/postprocess/pp_celshade.c",
419*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/postprocess/pp_colors.c",
420*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/postprocess/pp_init.c",
421*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/postprocess/pp_mlaa.c",
422*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/postprocess/pp_program.c",
423*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/postprocess/pp_run.c",
424*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/rbug/rbug_connection.c",
425*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/rbug/rbug_context.c",
426*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/rbug/rbug_core.c",
427*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/rbug/rbug_demarshal.c",
428*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/rbug/rbug_shader.c",
429*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/rbug/rbug_texture.c",
430*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/renderonly/renderonly.c",
431*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/rtasm/rtasm_execmem.c",
432*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/rtasm/rtasm_x86sse.c",
433*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/tgsi/tgsi_aa_point.c",
434*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/tgsi/tgsi_build.c",
435*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/tgsi/tgsi_dump.c",
436*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/tgsi/tgsi_dynamic_indexing.c",
437*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/tgsi/tgsi_exec.c",
438*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/tgsi/tgsi_from_mesa.c",
439*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/tgsi/tgsi_info.c",
440*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/tgsi/tgsi_iterate.c",
441*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/tgsi/tgsi_lowering.c",
442*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/tgsi/tgsi_parse.c",
443*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/tgsi/tgsi_point_sprite.c",
444*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/tgsi/tgsi_sanity.c",
445*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/tgsi/tgsi_scan.c",
446*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/tgsi/tgsi_strings.c",
447*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/tgsi/tgsi_text.c",
448*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/tgsi/tgsi_transform.c",
449*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/tgsi/tgsi_two_side.c",
450*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/tgsi/tgsi_ureg.c",
451*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/tgsi/tgsi_util.c",
452*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/tgsi/tgsi_vpos.c",
453*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/translate/translate.c",
454*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/translate/translate_cache.c",
455*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/translate/translate_generic.c",
456*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/translate/translate_sse.c",
457*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/util/u_async_debug.c",
458*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/util/u_bitmask.c",
459*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/util/u_blitter.c",
460*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/util/u_cache.c",
461*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/util/u_compute.c",
462*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/util/u_debug_flush.c",
463*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/util/u_debug_image.c",
464*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/util/u_draw.c",
465*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/util/u_draw_quad.c",
466*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/util/u_driconf.c",
467*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/util/u_dump_defines.c",
468*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/util/u_dump_state.c",
469*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/util/u_framebuffer.c",
470*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/util/u_gen_mipmap.c",
471*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/util/u_handle_table.c",
472*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/util/u_helpers.c",
473*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/util/u_index_modify.c",
474*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/util/u_linear.c",
475*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/util/u_live_shader_cache.c",
476*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/util/u_log.c",
477*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/util/u_network.c",
478*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/util/u_prim.c",
479*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/util/u_prim_restart.c",
480*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/util/u_pstipple.c",
481*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/util/u_resource.c",
482*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/util/u_sampler.c",
483*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/util/u_screen.c",
484*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/util/u_simple_shaders.c",
485*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/util/u_split_draw.c",
486*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/util/u_suballoc.c",
487*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/util/u_surface.c",
488*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/util/u_tests.c",
489*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/util/u_texture.c",
490*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/util/u_threaded_context.c",
491*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/util/u_tile.c",
492*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/util/u_trace_gallium.c",
493*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/util/u_tracepoints.py",
494*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/util/u_transfer.c",
495*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/util/u_transfer_helper.c",
496*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/util/u_upload_mgr.c",
497*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/util/u_vbuf.c",
498*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/util/u_vertex_state_cache.c",
499*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/vl/vl_bicubic_filter.c",
500*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/vl/vl_codec.c",
501*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/vl/vl_compositor.c",
502*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/vl/vl_compositor_cs.c",
503*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/vl/vl_compositor_gfx.c",
504*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/vl/vl_csc.c",
505*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/vl/vl_decoder.c",
506*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/vl/vl_deint_filter.c",
507*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/vl/vl_idct.c",
508*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/vl/vl_matrix_filter.c",
509*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/vl/vl_mc.c",
510*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/vl/vl_median_filter.c",
511*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/vl/vl_mpeg12_bitstream.c",
512*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/vl/vl_mpeg12_decoder.c",
513*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/vl/vl_stubs.c",
514*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/vl/vl_vertex_buffers.c",
515*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/vl/vl_video_buffer.c",
516*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/vl/vl_winsys_dri.c",
517*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/vl/vl_winsys_dri3.c",
518*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/vl/vl_winsys_dri_vgem.c",
519*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/vl/vl_winsys_drm.c",
520*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/auxiliary/vl/vl_zscan.c",
521*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/drivers/zink/nir_to_spirv/nir_to_spirv.c",
522*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/drivers/zink/nir_to_spirv/spirv_builder.c",
523*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/drivers/zink/nir_to_spirv/zink_nir_algebraic.py",
524*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/drivers/zink/zink_batch.c",
525*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/drivers/zink/zink_blit.c",
526*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/drivers/zink/zink_bo.c",
527*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/drivers/zink/zink_clear.c",
528*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/drivers/zink/zink_compiler.c",
529*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/drivers/zink/zink_context.c",
530*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/drivers/zink/zink_descriptors.c",
531*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/drivers/zink/zink_device_info.py",
532*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/drivers/zink/zink_draw.cpp",
533*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/drivers/zink/zink_fence.c",
534*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/drivers/zink/zink_format.c",
535*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/drivers/zink/zink_framebuffer.c",
536*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/drivers/zink/zink_instance.py",
537*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/drivers/zink/zink_kopper.c",
538*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/drivers/zink/zink_lower_cubemap_to_array.c",
539*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/drivers/zink/zink_pipeline.c",
540*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/drivers/zink/zink_program.c",
541*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/drivers/zink/zink_query.c",
542*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/drivers/zink/zink_render_pass.c",
543*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/drivers/zink/zink_resource.c",
544*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/drivers/zink/zink_screen.c",
545*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/drivers/zink/zink_state.c",
546*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/drivers/zink/zink_surface.c",
547*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/frontends/dri/dri2.c",
548*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/frontends/dri/dri_context.c",
549*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/frontends/dri/dri_drawable.c",
550*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/frontends/dri/dri_helpers.c",
551*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/frontends/dri/dri_query_renderer.c",
552*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/frontends/dri/dri_screen.c",
553*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/frontends/dri/dri_util.c",
554*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/frontends/dri/drisw.c",
555*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/frontends/dri/kopper.c",
556*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/include/pipe/p_defines.h",
557*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/winsys/sw/dri/dri_sw_winsys.c",
558*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/winsys/sw/kms-dri/kms_dri_sw_winsys.c",
559*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/winsys/sw/null/null_sw_winsys.c",
560*8975f5c5SAndroid Build Coastguard Worker  "src/gallium/winsys/sw/wrapper/wrapper_sw_winsys.c",
561*8975f5c5SAndroid Build Coastguard Worker  "src/glx/apple/apple_cgl.c",
562*8975f5c5SAndroid Build Coastguard Worker  "src/glx/apple/apple_glapi.c",
563*8975f5c5SAndroid Build Coastguard Worker  "src/glx/apple/apple_glx.c",
564*8975f5c5SAndroid Build Coastguard Worker  "src/glx/apple/apple_glx_context.c",
565*8975f5c5SAndroid Build Coastguard Worker  "src/glx/apple/apple_glx_drawable.c",
566*8975f5c5SAndroid Build Coastguard Worker  "src/glx/apple/apple_glx_log.c",
567*8975f5c5SAndroid Build Coastguard Worker  "src/glx/apple/apple_glx_pbuffer.c",
568*8975f5c5SAndroid Build Coastguard Worker  "src/glx/apple/apple_glx_pixmap.c",
569*8975f5c5SAndroid Build Coastguard Worker  "src/glx/apple/apple_glx_surface.c",
570*8975f5c5SAndroid Build Coastguard Worker  "src/glx/apple/apple_visual.c",
571*8975f5c5SAndroid Build Coastguard Worker  "src/glx/apple/apple_xgl_api_read.c",
572*8975f5c5SAndroid Build Coastguard Worker  "src/glx/apple/apple_xgl_api_stereo.c",
573*8975f5c5SAndroid Build Coastguard Worker  "src/glx/apple/apple_xgl_api_viewport.c",
574*8975f5c5SAndroid Build Coastguard Worker  "src/glx/apple/appledri.c",
575*8975f5c5SAndroid Build Coastguard Worker  "src/glx/apple/glx_empty.c",
576*8975f5c5SAndroid Build Coastguard Worker  "src/glx/clientattrib.c",
577*8975f5c5SAndroid Build Coastguard Worker  "src/glx/clientinfo.c",
578*8975f5c5SAndroid Build Coastguard Worker  "src/glx/compsize.c",
579*8975f5c5SAndroid Build Coastguard Worker  "src/glx/create_context.c",
580*8975f5c5SAndroid Build Coastguard Worker  "src/glx/dri2.c",
581*8975f5c5SAndroid Build Coastguard Worker  "src/glx/dri2_glx.c",
582*8975f5c5SAndroid Build Coastguard Worker  "src/glx/dri3_glx.c",
583*8975f5c5SAndroid Build Coastguard Worker  "src/glx/dri_common.c",
584*8975f5c5SAndroid Build Coastguard Worker  "src/glx/dri_common_interop.c",
585*8975f5c5SAndroid Build Coastguard Worker  "src/glx/dri_common_query_renderer.c",
586*8975f5c5SAndroid Build Coastguard Worker  "src/glx/drisw_glx.c",
587*8975f5c5SAndroid Build Coastguard Worker  "src/glx/eval.c",
588*8975f5c5SAndroid Build Coastguard Worker  "src/glx/glx_error.c",
589*8975f5c5SAndroid Build Coastguard Worker  "src/glx/glx_pbuffer.c",
590*8975f5c5SAndroid Build Coastguard Worker  "src/glx/glx_query.c",
591*8975f5c5SAndroid Build Coastguard Worker  "src/glx/glxcmds.c",
592*8975f5c5SAndroid Build Coastguard Worker  "src/glx/glxconfig.c",
593*8975f5c5SAndroid Build Coastguard Worker  "src/glx/glxcurrent.c",
594*8975f5c5SAndroid Build Coastguard Worker  "src/glx/glxext.c",
595*8975f5c5SAndroid Build Coastguard Worker  "src/glx/glxextensions.c",
596*8975f5c5SAndroid Build Coastguard Worker  "src/glx/glxhash.c",
597*8975f5c5SAndroid Build Coastguard Worker  "src/glx/indirect_glx.c",
598*8975f5c5SAndroid Build Coastguard Worker  "src/glx/indirect_texture_compression.c",
599*8975f5c5SAndroid Build Coastguard Worker  "src/glx/indirect_transpose_matrix.c",
600*8975f5c5SAndroid Build Coastguard Worker  "src/glx/indirect_vertex_array.c",
601*8975f5c5SAndroid Build Coastguard Worker  "src/glx/indirect_vertex_program.c",
602*8975f5c5SAndroid Build Coastguard Worker  "src/glx/indirect_window_pos.c",
603*8975f5c5SAndroid Build Coastguard Worker  "src/glx/pixel.c",
604*8975f5c5SAndroid Build Coastguard Worker  "src/glx/pixelstore.c",
605*8975f5c5SAndroid Build Coastguard Worker  "src/glx/query_renderer.c",
606*8975f5c5SAndroid Build Coastguard Worker  "src/glx/render2.c",
607*8975f5c5SAndroid Build Coastguard Worker  "src/glx/renderpix.c",
608*8975f5c5SAndroid Build Coastguard Worker  "src/glx/single2.c",
609*8975f5c5SAndroid Build Coastguard Worker  "src/glx/singlepix.c",
610*8975f5c5SAndroid Build Coastguard Worker  "src/glx/vertarr.c",
611*8975f5c5SAndroid Build Coastguard Worker  "src/glx/xfont.c",
612*8975f5c5SAndroid Build Coastguard Worker  "src/gtest/src/gtest-all.cc",
613*8975f5c5SAndroid Build Coastguard Worker  "src/gtest/src/gtest_main.cc",
614*8975f5c5SAndroid Build Coastguard Worker  "src/loader/loader.c",
615*8975f5c5SAndroid Build Coastguard Worker  "src/loader/loader_dri3_helper.c",
616*8975f5c5SAndroid Build Coastguard Worker  "src/loader/loader_dri_helper.c",
617*8975f5c5SAndroid Build Coastguard Worker  "src/mapi/entry.c",
618*8975f5c5SAndroid Build Coastguard Worker  "src/mapi/es1api/gles1.def.in",
619*8975f5c5SAndroid Build Coastguard Worker  "src/mapi/es2api/gles2.def.in",
620*8975f5c5SAndroid Build Coastguard Worker  "src/mapi/glapi/gen/api_beginend_init_h.py",
621*8975f5c5SAndroid Build Coastguard Worker  "src/mapi/glapi/gen/api_exec_decl_h.py",
622*8975f5c5SAndroid Build Coastguard Worker  "src/mapi/glapi/gen/api_exec_init.py",
623*8975f5c5SAndroid Build Coastguard Worker  "src/mapi/glapi/gen/api_hw_select_init_h.py",
624*8975f5c5SAndroid Build Coastguard Worker  "src/mapi/glapi/gen/api_save_h.py",
625*8975f5c5SAndroid Build Coastguard Worker  "src/mapi/glapi/gen/api_save_init_h.py",
626*8975f5c5SAndroid Build Coastguard Worker  "src/mapi/glapi/gen/glX_proto_send.py",
627*8975f5c5SAndroid Build Coastguard Worker  "src/mapi/glapi/gen/glX_proto_size.py",
628*8975f5c5SAndroid Build Coastguard Worker  "src/mapi/glapi/gen/gl_API.xml",
629*8975f5c5SAndroid Build Coastguard Worker  "src/mapi/glapi/gen/gl_SPARC_asm.py",
630*8975f5c5SAndroid Build Coastguard Worker  "src/mapi/glapi/gen/gl_and_es_API.xml",
631*8975f5c5SAndroid Build Coastguard Worker  "src/mapi/glapi/gen/gl_apitemp.py",
632*8975f5c5SAndroid Build Coastguard Worker  "src/mapi/glapi/gen/gl_enums.py",
633*8975f5c5SAndroid Build Coastguard Worker  "src/mapi/glapi/gen/gl_gentable.py",
634*8975f5c5SAndroid Build Coastguard Worker  "src/mapi/glapi/gen/gl_marshal.py",
635*8975f5c5SAndroid Build Coastguard Worker  "src/mapi/glapi/gen/gl_marshal_h.py",
636*8975f5c5SAndroid Build Coastguard Worker  "src/mapi/glapi/gen/gl_procs.py",
637*8975f5c5SAndroid Build Coastguard Worker  "src/mapi/glapi/gen/gl_table.py",
638*8975f5c5SAndroid Build Coastguard Worker  "src/mapi/glapi/gen/gl_x86-64_asm.py",
639*8975f5c5SAndroid Build Coastguard Worker  "src/mapi/glapi/gen/gl_x86_asm.py",
640*8975f5c5SAndroid Build Coastguard Worker  "src/mapi/glapi/gen/remap_helper.py",
641*8975f5c5SAndroid Build Coastguard Worker  "src/mapi/glapi/registry/gl.xml",
642*8975f5c5SAndroid Build Coastguard Worker  "src/mapi/mapi_abi.py",
643*8975f5c5SAndroid Build Coastguard Worker  "src/mapi/new/gen_gldispatch_mapi.py",
644*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/main/accum.c",
645*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/main/api_arrayelt.c",
646*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/main/arbprogram.c",
647*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/main/arrayobj.c",
648*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/main/atifragshader.c",
649*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/main/attrib.c",
650*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/main/barrier.c",
651*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/main/bbox.c",
652*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/main/blend.c",
653*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/main/blit.c",
654*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/main/bufferobj.c",
655*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/main/buffers.c",
656*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/main/clear.c",
657*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/main/clip.c",
658*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/main/compute.c",
659*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/main/condrender.c",
660*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/main/conservativeraster.c",
661*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/main/context.c",
662*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/main/copyimage.c",
663*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/main/cpuinfo.c",
664*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/main/debug.c",
665*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/main/debug_output.c",
666*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/main/depth.c",
667*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/main/dlist.c",
668*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/main/draw.c",
669*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/main/draw_validate.c",
670*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/main/drawpix.c",
671*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/main/drawtex.c",
672*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/main/enable.c",
673*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/main/errors.c",
674*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/main/es1_conversion.c",
675*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/main/eval.c",
676*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/main/extensions.c",
677*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/main/extensions_table.c",
678*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/main/externalobjects.c",
679*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/main/fbobject.c",
680*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/main/feedback.c",
681*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/main/ff_fragment_shader.cpp",
682*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/main/ffvertex_prog.c",
683*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/main/fog.c",
684*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/main/format_fallback.py",
685*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/main/format_info.py",
686*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/main/format_utils.c",
687*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/main/formatquery.c",
688*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/main/formats.c",
689*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/main/formats.csv",
690*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/main/framebuffer.c",
691*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/main/genmipmap.c",
692*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/main/get.c",
693*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/main/get_hash_generator.py",
694*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/main/getstring.c",
695*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/main/glformats.c",
696*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/main/glspirv.c",
697*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/main/glthread.c",
698*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/main/glthread_bufferobj.c",
699*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/main/glthread_draw.c",
700*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/main/glthread_get.c",
701*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/main/glthread_list.c",
702*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/main/glthread_shaderobj.c",
703*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/main/glthread_varray.c",
704*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/main/hash.c",
705*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/main/hint.c",
706*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/main/image.c",
707*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/main/light.c",
708*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/main/lines.c",
709*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/main/matrix.c",
710*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/main/mipmap.c",
711*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/main/multisample.c",
712*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/main/objectlabel.c",
713*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/main/pack.c",
714*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/main/pbo.c",
715*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/main/performance_monitor.c",
716*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/main/performance_query.c",
717*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/main/pipelineobj.c",
718*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/main/pixel.c",
719*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/main/pixelstore.c",
720*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/main/pixeltransfer.c",
721*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/main/points.c",
722*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/main/polygon.c",
723*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/main/program_binary.c",
724*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/main/program_resource.c",
725*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/main/querymatrix.c",
726*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/main/queryobj.c",
727*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/main/rastpos.c",
728*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/main/readpix.c",
729*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/main/remap.c",
730*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/main/renderbuffer.c",
731*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/main/robustness.c",
732*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/main/samplerobj.c",
733*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/main/scissor.c",
734*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/main/shader_query.cpp",
735*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/main/shaderapi.c",
736*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/main/shaderimage.c",
737*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/main/shaderobj.c",
738*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/main/shared.c",
739*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/main/spirv_extensions.c",
740*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/main/sse_minmax.c",
741*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/main/state.c",
742*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/main/stencil.c",
743*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/main/syncobj.c",
744*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/main/texcompress.c",
745*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/main/texcompress_astc.cpp",
746*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/main/texcompress_bptc.c",
747*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/main/texcompress_cpal.c",
748*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/main/texcompress_etc.c",
749*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/main/texcompress_fxt1.c",
750*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/main/texcompress_rgtc.c",
751*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/main/texcompress_s3tc.c",
752*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/main/texenv.c",
753*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/main/texgen.c",
754*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/main/texgetimage.c",
755*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/main/teximage.c",
756*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/main/texobj.c",
757*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/main/texparam.c",
758*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/main/texstate.c",
759*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/main/texstorage.c",
760*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/main/texstore.c",
761*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/main/texturebindless.c",
762*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/main/textureview.c",
763*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/main/transformfeedback.c",
764*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/main/uniform_query.cpp",
765*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/main/uniforms.c",
766*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/main/varray.c",
767*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/main/vdpau.c",
768*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/main/version.c",
769*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/main/viewport.c",
770*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/math/m_debug_clip.c",
771*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/math/m_debug_norm.c",
772*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/math/m_debug_xform.c",
773*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/math/m_eval.c",
774*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/math/m_matrix.c",
775*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/math/m_vector.c",
776*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/program/arbprogparse.c",
777*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/program/dummy_errors.c",
778*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/program/link_program.cpp",
779*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/program/prog_cache.c",
780*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/program/prog_instruction.c",
781*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/program/prog_parameter.c",
782*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/program/prog_parameter_layout.c",
783*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/program/prog_print.c",
784*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/program/prog_statevars.c",
785*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/program/prog_to_nir.c",
786*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/program/program.c",
787*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/program/program_lexer.l",
788*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/program/program_parse.y",
789*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/program/program_parse_extra.c",
790*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/program/programopt.c",
791*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/program/symbol_table.c",
792*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/state_tracker/st_atifs_to_nir.c",
793*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/state_tracker/st_atom.c",
794*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/state_tracker/st_atom_array.cpp",
795*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/state_tracker/st_atom_atomicbuf.c",
796*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/state_tracker/st_atom_blend.c",
797*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/state_tracker/st_atom_clip.c",
798*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/state_tracker/st_atom_constbuf.c",
799*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/state_tracker/st_atom_depth.c",
800*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/state_tracker/st_atom_framebuffer.c",
801*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/state_tracker/st_atom_image.c",
802*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/state_tracker/st_atom_msaa.c",
803*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/state_tracker/st_atom_pixeltransfer.c",
804*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/state_tracker/st_atom_rasterizer.c",
805*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/state_tracker/st_atom_sampler.c",
806*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/state_tracker/st_atom_scissor.c",
807*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/state_tracker/st_atom_shader.c",
808*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/state_tracker/st_atom_stipple.c",
809*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/state_tracker/st_atom_storagebuf.c",
810*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/state_tracker/st_atom_tess.c",
811*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/state_tracker/st_atom_texture.c",
812*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/state_tracker/st_atom_viewport.c",
813*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/state_tracker/st_cb_bitmap.c",
814*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/state_tracker/st_cb_clear.c",
815*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/state_tracker/st_cb_copyimage.c",
816*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/state_tracker/st_cb_drawpixels.c",
817*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/state_tracker/st_cb_drawtex.c",
818*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/state_tracker/st_cb_eglimage.c",
819*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/state_tracker/st_cb_feedback.c",
820*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/state_tracker/st_cb_flush.c",
821*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/state_tracker/st_cb_rasterpos.c",
822*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/state_tracker/st_cb_readpixels.c",
823*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/state_tracker/st_cb_texture.c",
824*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/state_tracker/st_context.c",
825*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/state_tracker/st_copytex.c",
826*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/state_tracker/st_debug.c",
827*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/state_tracker/st_draw.c",
828*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/state_tracker/st_draw_feedback.c",
829*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/state_tracker/st_draw_hw_select.c",
830*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/state_tracker/st_extensions.c",
831*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/state_tracker/st_format.c",
832*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/state_tracker/st_gen_mipmap.c",
833*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/state_tracker/st_glsl_to_ir.cpp",
834*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/state_tracker/st_glsl_to_nir.cpp",
835*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/state_tracker/st_manager.c",
836*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/state_tracker/st_nir_builtins.c",
837*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/state_tracker/st_nir_lower_builtin.c",
838*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/state_tracker/st_nir_lower_tex_src_plane.c",
839*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/state_tracker/st_pbo.c",
840*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/state_tracker/st_pbo_compute.c",
841*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/state_tracker/st_program.c",
842*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/state_tracker/st_sampler_view.c",
843*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/state_tracker/st_scissor.c",
844*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/state_tracker/st_shader_cache.c",
845*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/state_tracker/st_texture.c",
846*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/state_tracker/st_vdpau.c",
847*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/vbo/vbo_context.c",
848*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/vbo/vbo_exec.c",
849*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/vbo/vbo_exec_api.c",
850*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/vbo/vbo_exec_draw.c",
851*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/vbo/vbo_exec_eval.c",
852*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/vbo/vbo_minmax_index.c",
853*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/vbo/vbo_noop.c",
854*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/vbo/vbo_save.c",
855*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/vbo/vbo_save_api.c",
856*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/vbo/vbo_save_draw.c",
857*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/vbo/vbo_save_loopback.c",
858*8975f5c5SAndroid Build Coastguard Worker  "src/mesa/x86/common_x86.c",
859*8975f5c5SAndroid Build Coastguard Worker  "src/util/00-mesa-defaults.conf",
860*8975f5c5SAndroid Build Coastguard Worker  "src/util/anon_file.c",
861*8975f5c5SAndroid Build Coastguard Worker  "src/util/bitscan.c",
862*8975f5c5SAndroid Build Coastguard Worker  "src/util/blob.c",
863*8975f5c5SAndroid Build Coastguard Worker  "src/util/build_id.c",
864*8975f5c5SAndroid Build Coastguard Worker  "src/util/compress.c",
865*8975f5c5SAndroid Build Coastguard Worker  "src/util/crc32.c",
866*8975f5c5SAndroid Build Coastguard Worker  "src/util/dag.c",
867*8975f5c5SAndroid Build Coastguard Worker  "src/util/debug.c",
868*8975f5c5SAndroid Build Coastguard Worker  "src/util/disk_cache.c",
869*8975f5c5SAndroid Build Coastguard Worker  "src/util/disk_cache_os.c",
870*8975f5c5SAndroid Build Coastguard Worker  "src/util/double.c",
871*8975f5c5SAndroid Build Coastguard Worker  "src/util/driconf_static.py",
872*8975f5c5SAndroid Build Coastguard Worker  "src/util/fast_idiv_by_const.c",
873*8975f5c5SAndroid Build Coastguard Worker  "src/util/format/u_format.c",
874*8975f5c5SAndroid Build Coastguard Worker  "src/util/format/u_format.csv",
875*8975f5c5SAndroid Build Coastguard Worker  "src/util/format/u_format_bptc.c",
876*8975f5c5SAndroid Build Coastguard Worker  "src/util/format/u_format_etc.c",
877*8975f5c5SAndroid Build Coastguard Worker  "src/util/format/u_format_fxt1.c",
878*8975f5c5SAndroid Build Coastguard Worker  "src/util/format/u_format_latc.c",
879*8975f5c5SAndroid Build Coastguard Worker  "src/util/format/u_format_other.c",
880*8975f5c5SAndroid Build Coastguard Worker  "src/util/format/u_format_rgtc.c",
881*8975f5c5SAndroid Build Coastguard Worker  "src/util/format/u_format_s3tc.c",
882*8975f5c5SAndroid Build Coastguard Worker  "src/util/format/u_format_table.py",
883*8975f5c5SAndroid Build Coastguard Worker  "src/util/format/u_format_tests.c",
884*8975f5c5SAndroid Build Coastguard Worker  "src/util/format/u_format_unpack_neon.c",
885*8975f5c5SAndroid Build Coastguard Worker  "src/util/format/u_format_yuv.c",
886*8975f5c5SAndroid Build Coastguard Worker  "src/util/format/u_format_zs.c",
887*8975f5c5SAndroid Build Coastguard Worker  "src/util/format_srgb.py",
888*8975f5c5SAndroid Build Coastguard Worker  "src/util/fossilize_db.c",
889*8975f5c5SAndroid Build Coastguard Worker  "src/util/half_float.c",
890*8975f5c5SAndroid Build Coastguard Worker  "src/util/hash_table.c",
891*8975f5c5SAndroid Build Coastguard Worker  "src/util/indices/u_indices_gen.py",
892*8975f5c5SAndroid Build Coastguard Worker  "src/util/indices/u_primconvert.c",
893*8975f5c5SAndroid Build Coastguard Worker  "src/util/indices/u_unfilled_gen.py",
894*8975f5c5SAndroid Build Coastguard Worker  "src/util/log.c",
895*8975f5c5SAndroid Build Coastguard Worker  "src/util/memstream.c",
896*8975f5c5SAndroid Build Coastguard Worker  "src/util/mesa-sha1.c",
897*8975f5c5SAndroid Build Coastguard Worker  "src/util/mesa_cache_db.c",
898*8975f5c5SAndroid Build Coastguard Worker  "src/util/os_file.c",
899*8975f5c5SAndroid Build Coastguard Worker  "src/util/os_memory_fd.c",
900*8975f5c5SAndroid Build Coastguard Worker  "src/util/os_misc.c",
901*8975f5c5SAndroid Build Coastguard Worker  "src/util/os_socket.c",
902*8975f5c5SAndroid Build Coastguard Worker  "src/util/os_time.c",
903*8975f5c5SAndroid Build Coastguard Worker  "src/util/perf/u_trace.c",
904*8975f5c5SAndroid Build Coastguard Worker  "src/util/ralloc.c",
905*8975f5c5SAndroid Build Coastguard Worker  "src/util/rand_xor.c",
906*8975f5c5SAndroid Build Coastguard Worker  "src/util/rb_tree.c",
907*8975f5c5SAndroid Build Coastguard Worker  "src/util/register_allocate.c",
908*8975f5c5SAndroid Build Coastguard Worker  "src/util/rgtc.c",
909*8975f5c5SAndroid Build Coastguard Worker  "src/util/set.c",
910*8975f5c5SAndroid Build Coastguard Worker  "src/util/sha1/sha1.c",
911*8975f5c5SAndroid Build Coastguard Worker  "src/util/simple_mtx.c",
912*8975f5c5SAndroid Build Coastguard Worker  "src/util/slab.c",
913*8975f5c5SAndroid Build Coastguard Worker  "src/util/softfloat.c",
914*8975f5c5SAndroid Build Coastguard Worker  "src/util/sparse_array.c",
915*8975f5c5SAndroid Build Coastguard Worker  "src/util/streaming-load-memcpy.c",
916*8975f5c5SAndroid Build Coastguard Worker  "src/util/string_buffer.c",
917*8975f5c5SAndroid Build Coastguard Worker  "src/util/strtod.c",
918*8975f5c5SAndroid Build Coastguard Worker  "src/util/u_atomic.c",
919*8975f5c5SAndroid Build Coastguard Worker  "src/util/u_call_once.c",
920*8975f5c5SAndroid Build Coastguard Worker  "src/util/u_cpu_detect.c",
921*8975f5c5SAndroid Build Coastguard Worker  "src/util/u_debug.c",
922*8975f5c5SAndroid Build Coastguard Worker  "src/util/u_debug_describe.c",
923*8975f5c5SAndroid Build Coastguard Worker  "src/util/u_debug_memory.c",
924*8975f5c5SAndroid Build Coastguard Worker  "src/util/u_debug_refcnt.c",
925*8975f5c5SAndroid Build Coastguard Worker  "src/util/u_debug_stack.c",
926*8975f5c5SAndroid Build Coastguard Worker  "src/util/u_debug_symbol.c",
927*8975f5c5SAndroid Build Coastguard Worker  "src/util/u_dl.c",
928*8975f5c5SAndroid Build Coastguard Worker  "src/util/u_hash_table.c",
929*8975f5c5SAndroid Build Coastguard Worker  "src/util/u_idalloc.c",
930*8975f5c5SAndroid Build Coastguard Worker  "src/util/u_math.c",
931*8975f5c5SAndroid Build Coastguard Worker  "src/util/u_mm.c",
932*8975f5c5SAndroid Build Coastguard Worker  "src/util/u_printf.c",
933*8975f5c5SAndroid Build Coastguard Worker  "src/util/u_process.c",
934*8975f5c5SAndroid Build Coastguard Worker  "src/util/u_qsort.cpp",
935*8975f5c5SAndroid Build Coastguard Worker  "src/util/u_queue.c",
936*8975f5c5SAndroid Build Coastguard Worker  "src/util/u_vector.c",
937*8975f5c5SAndroid Build Coastguard Worker  "src/util/u_worklist.c",
938*8975f5c5SAndroid Build Coastguard Worker  "src/util/vma.c",
939*8975f5c5SAndroid Build Coastguard Worker  "src/util/xmlconfig.c",
940*8975f5c5SAndroid Build Coastguard Worker  "src/util/xxd.py",
941*8975f5c5SAndroid Build Coastguard Worker  "src/vulkan/registry/vk.xml",
942*8975f5c5SAndroid Build Coastguard Worker  "src/vulkan/runtime/vk_buffer.c",
943*8975f5c5SAndroid Build Coastguard Worker  "src/vulkan/runtime/vk_cmd_copy.c",
944*8975f5c5SAndroid Build Coastguard Worker  "src/vulkan/runtime/vk_cmd_enqueue.c",
945*8975f5c5SAndroid Build Coastguard Worker  "src/vulkan/runtime/vk_command_buffer.c",
946*8975f5c5SAndroid Build Coastguard Worker  "src/vulkan/runtime/vk_command_pool.c",
947*8975f5c5SAndroid Build Coastguard Worker  "src/vulkan/runtime/vk_debug_report.c",
948*8975f5c5SAndroid Build Coastguard Worker  "src/vulkan/runtime/vk_debug_utils.c",
949*8975f5c5SAndroid Build Coastguard Worker  "src/vulkan/runtime/vk_deferred_operation.c",
950*8975f5c5SAndroid Build Coastguard Worker  "src/vulkan/runtime/vk_descriptor_set_layout.c",
951*8975f5c5SAndroid Build Coastguard Worker  "src/vulkan/runtime/vk_descriptor_update_template.c",
952*8975f5c5SAndroid Build Coastguard Worker  "src/vulkan/runtime/vk_descriptors.c",
953*8975f5c5SAndroid Build Coastguard Worker  "src/vulkan/runtime/vk_device.c",
954*8975f5c5SAndroid Build Coastguard Worker  "src/vulkan/runtime/vk_drm_syncobj.c",
955*8975f5c5SAndroid Build Coastguard Worker  "src/vulkan/runtime/vk_fence.c",
956*8975f5c5SAndroid Build Coastguard Worker  "src/vulkan/runtime/vk_framebuffer.c",
957*8975f5c5SAndroid Build Coastguard Worker  "src/vulkan/runtime/vk_graphics_state.c",
958*8975f5c5SAndroid Build Coastguard Worker  "src/vulkan/runtime/vk_image.c",
959*8975f5c5SAndroid Build Coastguard Worker  "src/vulkan/runtime/vk_instance.c",
960*8975f5c5SAndroid Build Coastguard Worker  "src/vulkan/runtime/vk_log.c",
961*8975f5c5SAndroid Build Coastguard Worker  "src/vulkan/runtime/vk_nir.c",
962*8975f5c5SAndroid Build Coastguard Worker  "src/vulkan/runtime/vk_object.c",
963*8975f5c5SAndroid Build Coastguard Worker  "src/vulkan/runtime/vk_physical_device.c",
964*8975f5c5SAndroid Build Coastguard Worker  "src/vulkan/runtime/vk_physical_device_features.py",
965*8975f5c5SAndroid Build Coastguard Worker  "src/vulkan/runtime/vk_pipeline.c",
966*8975f5c5SAndroid Build Coastguard Worker  "src/vulkan/runtime/vk_pipeline_cache.c",
967*8975f5c5SAndroid Build Coastguard Worker  "src/vulkan/runtime/vk_pipeline_layout.c",
968*8975f5c5SAndroid Build Coastguard Worker  "src/vulkan/runtime/vk_queue.c",
969*8975f5c5SAndroid Build Coastguard Worker  "src/vulkan/runtime/vk_render_pass.c",
970*8975f5c5SAndroid Build Coastguard Worker  "src/vulkan/runtime/vk_sampler.c",
971*8975f5c5SAndroid Build Coastguard Worker  "src/vulkan/runtime/vk_semaphore.c",
972*8975f5c5SAndroid Build Coastguard Worker  "src/vulkan/runtime/vk_shader_module.c",
973*8975f5c5SAndroid Build Coastguard Worker  "src/vulkan/runtime/vk_standard_sample_locations.c",
974*8975f5c5SAndroid Build Coastguard Worker  "src/vulkan/runtime/vk_sync.c",
975*8975f5c5SAndroid Build Coastguard Worker  "src/vulkan/runtime/vk_sync_binary.c",
976*8975f5c5SAndroid Build Coastguard Worker  "src/vulkan/runtime/vk_sync_dummy.c",
977*8975f5c5SAndroid Build Coastguard Worker  "src/vulkan/runtime/vk_sync_timeline.c",
978*8975f5c5SAndroid Build Coastguard Worker  "src/vulkan/runtime/vk_synchronization2.c",
979*8975f5c5SAndroid Build Coastguard Worker  "src/vulkan/util/gen_enum_to_str.py",
980*8975f5c5SAndroid Build Coastguard Worker  "src/vulkan/util/vk_alloc.c",
981*8975f5c5SAndroid Build Coastguard Worker  "src/vulkan/util/vk_cmd_queue_gen.py",
982*8975f5c5SAndroid Build Coastguard Worker  "src/vulkan/util/vk_dispatch_table_gen.py",
983*8975f5c5SAndroid Build Coastguard Worker  "src/vulkan/util/vk_dispatch_trampolines_gen.py",
984*8975f5c5SAndroid Build Coastguard Worker  "src/vulkan/util/vk_entrypoints_gen.py",
985*8975f5c5SAndroid Build Coastguard Worker  "src/vulkan/util/vk_extensions_gen.py",
986*8975f5c5SAndroid Build Coastguard Worker  "src/vulkan/util/vk_format.c",
987*8975f5c5SAndroid Build Coastguard Worker  "src/vulkan/util/vk_util.c",
988*8975f5c5SAndroid Build Coastguard Worker  "src/vulkan/vulkan_api.def.in",
989*8975f5c5SAndroid Build Coastguard Worker  "src/vulkan/wsi/wsi_common.c",
990*8975f5c5SAndroid Build Coastguard Worker  "src/vulkan/wsi/wsi_common_display.c",
991*8975f5c5SAndroid Build Coastguard Worker  "src/vulkan/wsi/wsi_common_drm.c",
992*8975f5c5SAndroid Build Coastguard Worker  "src/vulkan/wsi/wsi_common_x11.c",
993*8975f5c5SAndroid Build Coastguard Worker]
994*8975f5c5SAndroid Build Coastguard Worker
995*8975f5c5SAndroid Build Coastguard Workerangle_libdrm_outputs = [ "libdrm.so.2.4.0" ]
996*8975f5c5SAndroid Build Coastguard Worker
997*8975f5c5SAndroid Build Coastguard Workerangle_libdrm_sources = [
998*8975f5c5SAndroid Build Coastguard Worker  "include/drm/drm_fourcc.h",
999*8975f5c5SAndroid Build Coastguard Worker  "xf86drm.c",
1000*8975f5c5SAndroid Build Coastguard Worker  "xf86drmHash.c",
1001*8975f5c5SAndroid Build Coastguard Worker  "xf86drmMode.c",
1002*8975f5c5SAndroid Build Coastguard Worker  "xf86drmRandom.c",
1003*8975f5c5SAndroid Build Coastguard Worker  "xf86drmSL.c",
1004*8975f5c5SAndroid Build Coastguard Worker]
1005