Searched refs:ir3_rb_node_to_interval (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_ra.h238 ir3_rb_node_to_interval(struct rb_node *node) function in typeref:struct:ir3_reg_interval *
253 return next ? ir3_rb_node_to_interval(next) : NULL;
H A Dir3_ra.c69 return node ? ir3_rb_node_to_interval(node) : NULL;
77 return node ? ir3_rb_node_to_interval(node) : NULL;

Completed in 28 milliseconds