Searched defs:ir3_context (Results 1 – 1 of 1) sorted by relevance
27 struct ir3_context { struct29 const struct ir3_context_funcs *funcs; argument31 struct nir_shader *s;33 struct nir_instr *cur_instr; /* current instruction, just for debug */35 struct ir3 *ir;36 struct ir3_shader_variant *so;46 unsigned ninputs, noutputs;47 struct ir3_instruction **inputs;48 struct ir3_instruction **outputs;50 struct ir3_block *block; /* the current block */[all …]