1506ea2ecb
The D3D12-specific stuff isn't useful to have in common code but all the
stuff to invoke clang really should be common.
v2: Rebase (Lionel)
v3: Define a new clc_libclc_new_dxil() entrypoint to create a clc
context with DXIL nir_options (Jesse)
v4: Fixup meson build (Lionel)
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: Jesse Natalie <jenatali@microsoft.com>
Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9156>
19 lines
421 B
Modula-2
19 lines
421 B
Modula-2
EXPORTS
|
|
clc_libclc_new_dxil
|
|
clc_free_libclc
|
|
clc_libclc_serialize
|
|
clc_libclc_free_serialized
|
|
clc_libclc_deserialize
|
|
clc_compile_c_to_spir
|
|
clc_free_spir
|
|
clc_compile_spir_to_spirv
|
|
clc_free_spirv
|
|
clc_compile_c_to_spirv
|
|
clc_link_spirv
|
|
clc_parse_spirv
|
|
clc_free_parsed_spirv
|
|
clc_specialize_spirv
|
|
clc_spirv_to_dxil
|
|
clc_free_dxil_object
|
|
clc_compiler_get_version
|