Searched defs:brw_compiler (Results 1 – 1 of 1) sorted by relevance
43 struct brw_compiler { struct44 const struct gen_device_info *devinfo;46 struct {60 } vec4_reg_set;62 struct {92 } fs_reg_sets[3];94 void (*shader_debug_log)(void *, const char *str, ...) PRINTFLIKE(2, 3);95 void (*shader_perf_log)(void *, const char *str, ...) PRINTFLIKE(2, 3);97 bool scalar_stage[MESA_ALL_SHADER_STAGES];98 bool use_tcs_8_patch;[all …]