Searched refs:vgpr_limit (Results 1 – 10 of 10) sorted by relevance
16 …vgpr_limit\CD\01\00\A3.gs\82\AB.sgpr_limith\AB.vgpr_limit\CD\01\00\A3.hs\82\AB.sgpr_limith\AB.vgpr…
56 …91\88\A4.api\A6Vulkan\B0.hardware_stages\81\A3.cs\82\AB.sgpr_limith\AB.vgpr_limit\CD\01\00\B7.inte…
303 assert(addressable_vgprs <= program->vgpr_limit); in get_vgpr_alloc()318 return std::min(vgprs, program->vgpr_limit); in get_addr_vgpr_from_waves()348 if (new_demand.vgpr > program->vgpr_limit || new_demand.sgpr > program->sgpr_limit) { in update_vgpr_sgpr_demand()
101 program->vgpr_limit = 256; in init_program()
1154 program->vgpr_limit = get_addr_vgpr_from_waves(program, program->min_waves); in setup_isel_context()
1782 if (register_target.vgpr > program->vgpr_limit) in spill()1785 register_target.vgpr = program->vgpr_limit - spills_to_vgpr; in spill()
1641 uint16_t vgpr_limit; variable
1269 uint16_t max_addressible_vgpr = ctx.program->vgpr_limit; in get_reg()
200 …ctx->program->vgpr_limit -= 4; /* We allocate 8 shared VGPRs, so we'll have 4 fewer normal VGPRs */ in emit_bpermute()
3314 - aco: Introduce vgpr_limit to keep track of available VGPRs.