Searched refs:assign_regs (Results 1 - 7 of 7) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| H A D | brw_fs_reg_allocate.cpp | 341 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 D | brw_fs.h | 147 bool assign_regs(bool allow_spilling, bool spill_all);
|
| H A D | brw_fs.cpp | 8907 allocated = assign_regs(can_spill, spill_all);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ir/gp/ |
| H A D | regalloc.c | 344 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 D | brw_fs.h | 116 bool assign_regs(bool allow_spilling, bool spill_all);
|
| H A D | brw_fs_reg_allocate.cpp | 463 * 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 D | brw_fs.cpp | 7273 allocated_without_spills = assign_regs(false, spill_all); 7301 while (!assign_regs(true, spill_all)) {
|
Completed in 29 milliseconds