Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/intel/compiler/
H A Dbrw_eu.h91 struct brw_codegen { struct
92 brw_inst *store;
93 int store_size;
94 unsigned nr_insn;
95 unsigned int next_insn_offset;
97 void *mem_ctx;
101 struct brw_insn_state stack[BRW_EU_MAX_INSN_STACK];
102 struct brw_insn_state *current;
104 const struct brw_isa_info *isa;
105 const struct intel_device_info *devinfo;
[all …]