Home
last modified time | relevance | path

Searched defs:out_spirv (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/compiler/clc/
H A Dclc.c230 clc_compile_spir_to_spirv(const struct clc_binary *in_spir, const struct clc_logger *logger, struct clc_binary *out_spirv) clc_compile_spir_to_spirv() argument
250 clc_compile_c_to_spirv(const struct clc_compile_args *args, const struct clc_logger *logger, struct clc_binary *out_spirv) clc_compile_c_to_spirv() argument
264 clc_link_spirv(const struct clc_linker_args *args, const struct clc_logger *logger, struct clc_binary *out_spirv) clc_link_spirv() argument
302 clc_specialize_spirv(const struct clc_binary *in_spirv, const struct clc_parsed_spirv *parsed_data, const struct clc_spirv_specialization_consts *consts, struct clc_binary *out_spirv) clc_specialize_spirv() argument
[all...]
H A Dclc_helpers.cpp952 llvm_mod_to_spirv(std::unique_ptr<::llvm::Module> mod, LLVMContext &context, const struct clc_compile_args *args, const struct clc_logger *logger, struct clc_binary *out_spirv) llvm_mod_to_spirv() argument
1038 clc_c_to_spirv(const struct clc_compile_args *args, const struct clc_logger *logger, struct clc_binary *out_spirv) clc_c_to_spirv() argument
1055 clc_spir_to_spirv(const struct clc_binary *in_spir, const struct clc_logger *logger, struct clc_binary *out_spirv) clc_spir_to_spirv() argument
1101 clc_link_spirv_binaries(const struct clc_linker_args *args, const struct clc_logger *logger, struct clc_binary *out_spirv) clc_link_spirv_binaries() argument
1133 clc_spirv_specialize(const struct clc_binary *in_spirv, const struct clc_parsed_spirv *parsed_data, const struct clc_spirv_specialization_consts *consts, struct clc_binary *out_spirv) clc_spirv_specialize() argument
[all...]

Completed in 3 milliseconds