Searched defs:brw_compiler (Results 1 – 1 of 1) sorted by relevance
53 struct brw_compiler { struct54 const struct intel_device_info *devinfo;59 mtx_t mutex;61 struct brw_isa_info isa;63 struct {71 } fs_reg_set;73 void (*shader_debug_log)(void *, unsigned *id, const char *str, ...) PRINTFLIKE(3, 4);74 void (*shader_perf_log)(void *, unsigned *id, const char *str, ...) PRINTFLIKE(3, 4);76 bool use_tcs_multi_patch;77 struct nir_shader_compiler_options *nir_options[MESA_ALL_SHADER_STAGES];[all …]