Searched defs:ir3_ra_ctx (Results 1 – 1 of 1) sorted by relevance
143 struct ir3_ra_ctx { struct144 struct ir3_shader_variant *v;145 struct ir3 *ir;147 struct ir3_ra_reg_set *set;148 struct ra_graph *g;154 bool scalar_pass;156 unsigned alloc_count;157 unsigned r0_xyz_nodes; /* ra node numbers for r0.[xyz] precolors */158 unsigned hr0_xyz_nodes; /* ra node numbers for hr0.[xyz] precolors */159 unsigned prefetch_exclude_node;[all …]