Home
last modified time | relevance | path

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

/external/mesa3d/src/util/
Dregister_allocate.h75 struct ra_graph *ra_alloc_interference_graph(struct ra_regs *regs,
Dregister_allocate.c418 ra_alloc_interference_graph(struct ra_regs *regs, unsigned int count) in ra_alloc_interference_graph() function
/external/mesa3d/src/broadcom/compiler/
Dvir_register_allocate.c108 struct ra_graph *g = ra_alloc_interference_graph(c->compiler->regs, in v3d_register_allocate()
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_register_allocate.c274 struct ra_graph *g = ra_alloc_interference_graph(vc4->regs, in vc4_register_allocate()
/external/mesa3d/src/intel/compiler/
Dbrw_vec4_reg_allocate.cpp210 ra_alloc_interference_graph(compiler->vec4_reg_set.regs, node_count); in reg_allocate()
Dbrw_fs_reg_allocate.cpp552 ra_alloc_interference_graph(compiler->fs_reg_sets[rsi].regs, node_count); in assign_regs()
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_pair_regalloc.c569 graph = ra_alloc_interference_graph(ra_state->regs, in do_advanced_regalloc()
/external/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_ra.c627 ctx->g = ra_alloc_interference_graph(ctx->set->regs, ctx->alloc_count); in ra_init()