Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/util/
H A Dregister_allocate_internal.h127 struct ra_graph { struct
128 struct ra_regs *regs;
132 struct ra_node *nodes;
133 BITSET_WORD *adjacency;
134 unsigned int count; /**< count of nodes. */
136 unsigned int alloc; /**< count of nodes allocated. */
138 ra_select_reg_callback select_reg_callback;
139 void *select_reg_callback_data;
142 struct {
169 } tmp;
/aosp_15_r20/external/mesa3d/src/imagination/rogue/passes/
H A Drogue_regalloc.c161 struct ra_graph *ra_graph = in rogue_regalloc() local