Searched defs:brw_compile (Results 1 – 4 of 4) sorted by relevance
111 struct brw_compile { struct112 struct brw_instruction *store;113 int store_size;114 GLuint nr_insn;116 void *mem_ctx;120 struct brw_instruction stack[BRW_EU_MAX_INSN_STACK];121 bool compressed_stack[BRW_EU_MAX_INSN_STACK];122 struct brw_instruction *current;124 GLuint flag_value;125 bool single_program_flow;[all …]
514 struct brw_instruction *(*func)(struct brw_compile *, in emit_alu1()538 struct brw_instruction *(*func)(struct brw_compile *, in emit_alu2()