Home
last modified time | relevance | path

Searched defs:brw_compiler (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_compiler.h52 struct brw_compiler { struct
53 const struct intel_device_info *devinfo;
58 mtx_t mutex;
60 struct brw_isa_info isa;
62 struct {
70 } fs_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];
[all …]