Lines Matching +full:intel +full:- +full:elk
1 # Copyright © 2017 Intel Corporation
2 # SPDX-License-Identifier: MIT
125 … command : [prog_python, '@INPUT0@', '--outdir', meson.current_build_dir()])
133 prog_python, '@INPUT@', '-p', dir_compiler_nir,
144 prog_python, '@INPUT@', '-p', dir_compiler_nir,
171 if get_option('intel-clc') == 'system' or get_option('precomp-compiler') == 'system'
181 # Use just the nir_options part of ELK instead of fully linking.
182 'elk/elk_nir_options.h',
183 'elk/elk_nir_options.c',
184 'elk/elk_spirv.c',
196 install : get_option('install-intel-clc') or get_option('install-precomp-compiler'),
227 suite : ['intel'],
237 prog_bison, '@INPUT@', '--defines=@OUTPUT1@',
238 '--output=@OUTPUT0@'
242 prog_bison, '-H', '@OUTPUT1@',
243 '-o', '@OUTPUT0@', '@INPUT@'
258 command : [prog_flex, '-o', '@OUTPUT@', '@INPUT@']
300 test_runner = find_program('tests/run-test.py')
309 '--brw_asm', brw_asm_tool,
310 '--gen_name', _gen_name,
311 '--gen_folder', _gen_folder,
313 suite : 'intel',
331 subdir('elk') subdir