Lines Matching +full:microsoft +full:- +full:clc
1 # Copyright © Microsoft Corporation
26 'opencl-c.h',
27 input : [files_xxd, join_paths(clang_resource_dir, 'opencl-c.h')],
28 output : 'opencl-c.h.h',
29 command : [prog_python, '@INPUT@', '@OUTPUT@', '-n', 'opencl_c_source'],
34 'opencl-c-base.h',
35 input : [files_xxd, join_paths(clang_resource_dir, 'opencl-c-base.h')],
36 output : 'opencl-c-base.h.h',
37 command : [prog_python, '@INPUT@', '@OUTPUT@', '-n', 'opencl_c_base_source'],
46 'clc.c',
50 _libclc_cpp_args = ['-DCLANG_RESOURCE_DIR="@0@"'.format(clang_resource_dir)]
52 _libclc_cpp_args += ['-DUSE_STATIC_OPENCL_C_H=1']
57 _libclc_cpp_args += ['-DHAS_SPIRV_1_4=1']