Searched refs:ra_get_node_reg (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dregister_allocate.h69 unsigned int ra_get_node_reg(struct ra_graph *g, unsigned int n);
H A Dregister_allocate.c480 ra_get_node_reg(struct ra_graph *g, unsigned int n) function
/external/mesa3d/src/mesa/program/
H A Dregister_allocate.h69 unsigned int ra_get_node_reg(struct ra_graph *g, unsigned int n);
H A Dregister_allocate.c480 ra_get_node_reg(struct ra_graph *g, unsigned int n) function
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_vec4_reg_allocate.cpp226 int reg = ra_get_node_reg(g, i);
H A Dbrw_fs_reg_allocate.cpp259 int reg = ra_get_node_reg(g, i);
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_vec4_reg_allocate.cpp226 int reg = ra_get_node_reg(g, i);
H A Dbrw_fs_reg_allocate.cpp259 int reg = ra_get_node_reg(g, i);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dradeon_pair_regalloc.c691 int reg = ra_get_node_reg(graph, node_index);
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_pair_regalloc.c691 int reg = ra_get_node_reg(graph, node_index);

Completed in 55 milliseconds