Lines Matching defs:brw_compiler
43 struct brw_compiler { struct
44 const struct intel_device_info *devinfo;
46 struct {
54 } vec4_reg_set;
56 struct {
70 } fs_reg_sets[3];
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 scalar_stage[MESA_ALL_SHADER_STAGES];
76 bool use_tcs_8_patch;
77 struct gl_shader_compiler_options glsl_compiler_options[MESA_ALL_SHADER_STAGES];
83 bool precise_trig;
89 bool constant_buffer_0_is_relative;
95 bool supports_pull_constants;
101 bool supports_shader_constants;
107 bool compact_params;
113 bool lower_variable_group_size;
121 bool indirect_ubos_use_sampler;