Home
last modified time | relevance | path

Searched +full:vla +full:- +full:cxx +full:- +full:extension (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/freedreno/vulkan/
Dmeson.build2 # SPDX-License-Identifier: MIT
9 prog_python, '@INPUT0@', '--xml', '@INPUT1@', '--proto', '--weak',
10 '--out-h', '@OUTPUT0@', '--out-c', '@OUTPUT1@', '--prefix', 'tu',
11 '--include', 'adreno_common.xml.h',
12 '--tmpl-prefix', 'tu', '--tmpl-param', 'chip CHIP',
13 '--tmpl-variants', '<A6XX>', '<A7XX>',
14 '--beta', with_vulkan_beta.to_string(),
15 '--device-prefix', 'tu_rmv',
96 tu_flags += '-DTU_HAS_KGSL'
101 tu_flags += '-DTU_HAS_MSM'
[all …]
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dmeson.build2 # SPDX-License-Identifier: MIT
216 '-p', join_paths(dir_source_root, 'src/util/perf/'),
217 '-C', '@OUTPUT0@',
218 '-H', '@OUTPUT1@',
233 '-Wno-array-bounds',
234 '-Wno-packed-bitfield-compat',
239 '-fno-exceptions',
240 '-fno-rtti',
241 '-Wno-address-of-packed-member',
242 '-Wno-address-of-temporary',
[all …]
/third_party/mesa3d/.gitlab-ci/build/
Dgitlab-ci.yml2 .build-common:
3 extends: .container+build-rules
7 # Build jobs don't take more than 1-3 minutes. 5-8 min max on a fresh runner
22 - _build/meson-logs/*.txt
23 - _build/meson-logs/strace
24 - _build/.ninja_log
25 - artifacts
28 .build-linux:
29 extends: .build-common
36 - !reference [default, before_script]
[all …]
/third_party/curl/
Dconfigure2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.71 for curl -.
8 # Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation,
19 ## -------------------------------- ##
21 ## -------------------------------- ##
66 # Try built-in echo, and fail.
77 (`test -n "$xc_tst_str" >/dev/null 2>&1`) && xc_tst_str='success'
93 (`test -n "$PATH" >/dev/null 2>&1`) && xc_tst_str='success'
126 | sed -e 's:unknown:success:' 2>/dev/null`
160 | tr -d "0123456789$xc_tab" 2>/dev/null`
[all …]