Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_eu.h90 struct brw_codegen { struct
91 brw_inst *store;
92 int store_size;
93 unsigned nr_insn;
94 unsigned int next_insn_offset;
96 void *mem_ctx;
100 struct brw_insn_state stack[BRW_EU_MAX_INSN_STACK];
101 struct brw_insn_state *current;
103 const struct brw_isa_info *isa;
104 const struct intel_device_info *devinfo;
[all …]