Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/ir3/
Dir3_context.h45 struct ir3_context { struct
47 const struct ir3_context_funcs *funcs; argument
49 struct nir_shader *s;
51 struct nir_instr *cur_instr; /* current instruction, just for debug */
53 struct ir3 *ir;
54 struct ir3_shader_variant *so;
64 unsigned ninputs, noutputs;
65 struct ir3_instruction **inputs;
66 struct ir3_instruction **outputs;
68 struct ir3_block *block; /* the current block */
[all …]