Searched defs:nir_to_llvm_context (Results 1 – 1 of 1) sorted by relevance
76 struct nir_to_llvm_context { struct77 struct ac_llvm_context ac;78 const struct ac_nir_compiler_options *options;79 struct ac_shader_variant_info *shader_info;80 struct ac_shader_abi abi;81 struct ac_nir_context *nir;83 unsigned max_workgroup_size;84 LLVMContextRef context;85 LLVMModuleRef module;86 LLVMBuilderRef builder;[all …]