Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/freedreno/ir3/
H A Dir3_context.h27 struct ir3_context { struct
29 const struct ir3_context_funcs *funcs; argument
31 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 …]