Searched defs:brw_compiler (Results 1 – 1 of 1) sorted by relevance
43 struct brw_compiler { struct44 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;[all …]