Lines Matching defs:brw_compiler
52 struct brw_compiler { struct
53 const struct intel_device_info *devinfo;
58 mtx_t mutex;
60 struct brw_isa_info isa;
62 struct {
70 } reg_set;
72 void (*shader_debug_log)(void *, unsigned *id, const char *str, ...) PRINTFLIKE(3, 4);
73 void (*shader_perf_log)(void *, unsigned *id, const char *str, ...) PRINTFLIKE(3, 4);
75 bool use_tcs_multi_patch;
76 struct nir_shader_compiler_options *nir_options[MESA_ALL_SHADER_STAGES];
82 bool precise_trig;
90 bool indirect_ubos_use_sampler;
97 bool extended_bindless_surface_offset;
105 bool use_bindless_sampler_offset;
113 bool lower_dpas;
122 int spilling_rate;
124 struct nir_shader *clc_shader;
126 struct {
129 } mesh;