Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/compiler/
H A Daco_register_allocation.cpp747 uint16_t max_addressible_sgpr = ctx.sgpr_limit; in adjust_max_used_regs() local
753 } else if (reg + rc.size() <= max_addressible_sgpr) { in adjust_max_used_regs()
755 ctx.max_used_sgpr = std::max(ctx.max_used_sgpr, std::min(hi, max_addressible_sgpr)); in adjust_max_used_regs()

Completed in 5 milliseconds