Lines Matching +full:intel +full:- +full:clc
1 # Copyright © 2017 Intel Corporation
133 … command : [prog_python, '@INPUT0@', '--outdir', meson.current_build_dir()])
141 prog_python, '@INPUT@', '-p', dir_compiler_nir,
158 if get_option('intel-clc') == 'system'
180 install : get_option('install-intel-clc'),
209 suite : ['intel'],
219 prog_bison, '@INPUT@', '--defines=@OUTPUT1@',
220 '--output=@OUTPUT0@'
224 prog_bison, '-H', '@OUTPUT1@',
225 '-o', '@OUTPUT0@', '@INPUT@'
240 command : [prog_flex, '-o', '@OUTPUT@', '@INPUT@']
261 test_runner = find_program('tests/run-test.py')
270 '--brw_asm', brw_asm_tool,
271 '--gen_name', _gen_name,
272 '--gen_folder', _gen_folder,
274 suite : 'intel',