| /xsrc/external/mit/MesaLib.old/dist/src/util/ |
| H A D | register_allocate.h | 90 unsigned int ra_get_node_reg(struct ra_graph *g, unsigned int n);
|
| H A D | register_allocate.c | 687 ra_get_node_reg(struct ra_graph *g, unsigned int n) function in typeref:typename:unsigned int
|
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| H A D | register_allocate.h | 130 unsigned int ra_get_node_reg(struct ra_graph *g, unsigned int n);
|
| H A D | register_allocate.c | 963 ra_get_node_reg(struct ra_graph *g, unsigned int n) function in typeref:typename:unsigned int
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_compiler_nir_ra.c | 250 j = MAX2(j, reg_get_base(c, ra_get_node_reg(c->g, i)) + 1);
|
| H A D | etnaviv_compiler_nir.c | 339 unsigned reg = ra_get_node_reg(c->g, c->live_map[src_index(c->impl, src)]); 445 unsigned r = ra_get_node_reg(c->g, c->live_map[dest_index(c->impl, dest)]);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/ |
| H A D | vc4_register_allocate.c | 453 temp_registers[i] = vc4_regs[ra_get_node_reg(g, temp_to_node[i])];
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| H A D | brw_vec4_reg_allocate.cpp | 262 int reg = ra_get_node_reg(g, i);
|
| H A D | brw_fs_reg_allocate.cpp | 754 int reg = ra_get_node_reg(g, i);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/ |
| H A D | vc4_register_allocate.c | 449 temp_registers[i] = vc4_regs[ra_get_node_reg(g, temp_to_node[i])];
|
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| H A D | brw_vec4_reg_allocate.cpp | 223 hw_reg_mapping[i] = ra_get_node_reg(g, i);
|
| H A D | brw_fs_reg_allocate.cpp | 1232 int reg = ra_get_node_reg(g, first_vgrf_node + i);
|
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/ |
| H A D | ir3_ra.c | 1038 unsigned r = ra_get_node_reg(ctx->g, name); 1051 unsigned r = ra_get_node_reg(ctx->g, name);
|
| /xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/ |
| H A D | vir_register_allocate.c | 854 int ra_reg = ra_get_node_reg(g, temp_to_node[i]);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/ |
| H A D | radeon_pair_regalloc.c | 627 int reg = ra_get_node_reg(graph, node_index);
|
| /xsrc/external/mit/MesaLib.old/dist/src/broadcom/compiler/ |
| H A D | vir_register_allocate.c | 671 int ra_reg = ra_get_node_reg(g, temp_to_node[i]);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/ir/pp/ |
| H A D | regalloc.c | 723 int reg_index = ra_get_node_reg(g, n++);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ir/pp/ |
| H A D | regalloc.c | 580 reg->index = ra_get_node_reg(g, n++);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/ |
| H A D | radeon_pair_regalloc.c | 627 int reg = ra_get_node_reg(graph, node_index);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/midgard/ |
| H A D | midgard_compile.c | 2018 int r = ra_get_node_reg(g, reg);
|