Searched defs:ir3_context (Results 1 – 1 of 1) sorted by relevance
46 struct ir3_context { struct47 struct ir3_compiler *compiler;49 struct nir_shader *s;51 struct ir3 *ir;52 struct ir3_shader_variant *so;54 struct ir3_block *block; /* the current block */55 struct ir3_block *in_block; /* block created for shader inputs */57 nir_function_impl *impl;69 struct ir3_instruction *frag_pos, *frag_face, *frag_coord[4];72 struct ir3_instruction *vertex_id, *basevertex, *instance_id;[all …]