Searched refs:sgprs (Results 1 – 13 of 13) sorted by relevance
325 uint16_t sgprs = addressable_sgprs + get_extra_sgprs(program); in get_sgpr_alloc() local327 return ALIGN_NPOT(std::max(sgprs, granule), granule); in get_sgpr_alloc()348 uint16_t sgprs = std::min(program->dev.physical_sgprs / waves, 128); in get_addr_sgpr_from_waves() local349 sgprs = round_down(sgprs, program->dev.sgpr_alloc_granule); in get_addr_sgpr_from_waves()350 sgprs -= get_extra_sgprs(program); in get_addr_sgpr_from_waves()351 return std::min(sgprs, program->dev.sgpr_limit); in get_addr_sgpr_from_waves()
125 - radv: fix allocating number of user sgprs if streamout is used
151 - radeonsi: invalidate compute sgprs in si_rebind_buffer
390 - radv: fix allocating number of user sgprs if streamout is used
2822 - aco: better handle neg/abs of sgprs2832 - aco: combine two sgprs into a VALU if they're the same2840 - aco: allow applying two sgprs to an instruction2873 - aco: always add sgprs to sgpr_ids when choosing literals
2835 - aco: don't apply sgprs/constants to read/write lane instructions2857 - radv: round vgprs/sgprs before calculating max_waves3101 - radv: fix allocating number of user sgprs if streamout is used
3513 - aco: only reserve sgprs for vcc if it's used3596 - aco: improve sub-dword emit_split_vector() with sgprs3983 - aco: fix f2i64/f2u64 with sgprs if the exponent computation overflow
3568 - aco: remove DPP when applying constants/literals/sgprs3591 - aco: find scratch reg for sub-dword psuedo instructions which read sgprs
4007 - aco: reserve 2 sgprs for each branch4033 - aco: fix v_writelane_b32 with two sgprs
3956 - aco: reserve 2 sgprs for each branch3961 - aco: fix v_writelane_b32 with two sgprs
4483 - radv: set gfx pipeline vtx_emit_num to the number of sgprs4639 - radeonsi: invalidate compute sgprs in si_rebind_buffer
2668 - radeonsi: invalidate compute sgprs in si_rebind_buffer
2666 unsigned sgprs = align(conf->num_sgprs, gfx_level >= GFX8 ? 16 : 8); local2667 max_simd_waves = MIN2(max_simd_waves, info->num_physical_sgprs_per_simd / sgprs);