Home
last modified time | relevance | path

Searched refs:clc_compile_args (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/compiler/clc/
Dclc.h52 struct clc_compile_args { struct
179 clc_compile_c_to_spir(const struct clc_compile_args *args,
195 clc_compile_c_to_spirv(const struct clc_compile_args *args,
Dclc_helpers.h54 clc_c_to_spir(const struct clc_compile_args *args,
64 clc_c_to_spirv(const struct clc_compile_args *args,
Dclc.c216 clc_compile_c_to_spir(const struct clc_compile_args *args, in clc_compile_c_to_spir()
250 clc_compile_c_to_spirv(const struct clc_compile_args *args, in clc_compile_c_to_spirv()
Dclc_helpers.cpp724 clc_compile_to_llvm_module(const struct clc_compile_args *args, in clc_compile_to_llvm_module()
880 const struct clc_compile_args *args, in llvm_mod_to_spirv()
938 clc_c_to_spir(const struct clc_compile_args *args, in clc_c_to_spir()
958 clc_c_to_spirv(const struct clc_compile_args *args, in clc_c_to_spirv()
/third_party/mesa3d/src/microsoft/clc/
Dcompute_test.cpp796 struct clc_compile_args args = { in compile()