HomeSort by relevance Sort by last modified time
    Searched refs:ra_alloc_interference_graph (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/src/mesa/program/
register_allocate.h 56 struct ra_graph *ra_alloc_interference_graph(struct ra_regs *regs,
register_allocate.c 304 ra_alloc_interference_graph(struct ra_regs *regs, unsigned int count) function
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_vec4_reg_allocate.cpp 188 struct ra_graph *g = ra_alloc_interference_graph(brw->vs.regs,
brw_fs_reg_allocate.cpp 200 struct ra_graph *g = ra_alloc_interference_graph(brw->wm.regs,
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_pair_regalloc.c 634 graph = ra_alloc_interference_graph(regs, node_count + s->NumInputs);

Completed in 829 milliseconds