Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_compiler_nir.c46 struct ir3_context { struct
47 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 …]