Home
last modified time | relevance | path

Searched refs:ra_alloc_interference_graph (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/mesa/program/
Dregister_allocate.h56 struct ra_graph *ra_alloc_interference_graph(struct ra_regs *regs,
Dregister_allocate.c304 ra_alloc_interference_graph(struct ra_regs *regs, unsigned int count) in ra_alloc_interference_graph() function
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_vec4_reg_allocate.cpp188 struct ra_graph *g = ra_alloc_interference_graph(brw->vs.regs, in reg_allocate()
Dbrw_fs_reg_allocate.cpp200 struct ra_graph *g = ra_alloc_interference_graph(brw->wm.regs, in assign_regs()
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_pair_regalloc.c634 graph = ra_alloc_interference_graph(regs, node_count + s->NumInputs); in do_advanced_regalloc()