Searched defs:radv_shader_context (Results 1 – 1 of 1) sorted by relevance
43 struct radv_shader_context { struct44 struct ac_llvm_context ac;45 const struct nir_shader *shader;46 struct ac_shader_abi abi;47 const struct radv_nir_compiler_options *options;48 const struct radv_shader_info *shader_info;49 const struct radv_shader_args *args;51 gl_shader_stage stage;53 unsigned max_workgroup_size;54 LLVMContextRef context;[all …]