Home
last modified time | relevance | path

Searched refs:ra_allocate (Results 1 – 10 of 10) sorted by relevance

/third_party/mesa3d/src/util/
Dregister_allocate.h124 bool ra_allocate(struct ra_graph *g);
Dregister_allocate.c979 ra_allocate(struct ra_graph *g) in ra_allocate() function
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_compiler_nir_ra.c236 ASSERTED bool ok = ra_allocate(g); in etna_ra_assign()
/third_party/mesa3d/src/imagination/rogue/
Drogue_regalloc.c257 assert(ra_allocate(g)); in rogue_ra_alloc()
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_register_allocate.c436 bool ok = ra_allocate(g); in vc4_register_allocate()
/third_party/mesa3d/src/intel/compiler/
Dbrw_vec4_reg_allocate.cpp204 if (!ra_allocate(g)) { in reg_allocate()
Dbrw_fs_reg_allocate.cpp1209 if (ra_allocate(g)) in assign_regs()
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_pair_regalloc.c619 if (!ra_allocate(graph)) { in do_advanced_regalloc()
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/
Dregalloc.c563 bool ok = ra_allocate(g); in ppir_regalloc_prog_try()
/third_party/mesa3d/src/broadcom/compiler/
Dvir_register_allocate.c1179 if (ra_allocate(c->g)) in v3d_register_allocate()