Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/compiler/
Daco_register_allocation.cpp77 unsigned max_used_vgpr = 0; member
542 ctx.max_used_vgpr = std::max(ctx.max_used_vgpr, hi); in adjust_max_used_regs()
637 if (current_reg == ctx.max_used_sgpr + 1 || current_reg == 256 + ctx.max_used_vgpr + 1) in get_reg_simple()
2479 program->config->num_vgprs = align(ctx.max_used_vgpr + 1, 4); in register_allocation()