Searched refs:assign_regs (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_fs_reg_allocate.cpp341 bool assign_regs(bool allow_spilling, bool spill_all);
399 * This is used in assign_regs() to decide which of the GRFs that we use as
1181 fs_reg_alloc::assign_regs(bool allow_spilling, bool spill_all) function in class:fs_reg_alloc
1252 fs_visitor::assign_regs(bool allow_spilling, bool spill_all) function in class:fs_visitor
1255 bool success = alloc.assign_regs(allow_spilling, spill_all);
H A Dbrw_fs.h147 bool assign_regs(bool allow_spilling, bool spill_all);
H A Dbrw_fs.cpp8907 allocated = assign_regs(can_spill, spill_all);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ir/gp/
H A Dregalloc.c344 static void assign_regs(struct regalloc_ctx *ctx) function in typeref:typename:void
623 assign_regs(&ctx);
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_fs.h116 bool assign_regs(bool allow_spilling, bool spill_all);
H A Dbrw_fs_reg_allocate.cpp463 * This is used in assign_regs() to decide which of the GRFs that we use as
531 fs_visitor::assign_regs(bool allow_spilling, bool spill_all) function in class:fs_visitor
H A Dbrw_fs.cpp7273 allocated_without_spills = assign_regs(false, spill_all);
7301 while (!assign_regs(true, spill_all)) {

Completed in 29 milliseconds