Lines Matching +full:intel +full:- +full:tgl +full:- +full:test
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'
196 install : get_option('install-intel-clc') or get_option('install-precomp-compiler'),
205 test(
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@']
296 ['tgl', 'gfx12'],
300 test_runner = find_program('tests/run-test.py')
306 test(
309 '--brw_asm', brw_asm_tool,
310 '--gen_name', _gen_name,
311 '--gen_folder', _gen_folder,
313 suite : 'intel',