Searched refs:alu_temp_gprs (Results 1 – 5 of 5) sorted by relevance
52 alu_temp_gprs = 4; in init()
61 regbits(shader &sh, val_set &vs) : num_temps(sh.get_ctx().alu_temp_gprs) in regbits()391 regbits rb(ctx.alu_temp_gprs); in color_bs_constraint()516 assert(c && c.sel() < 128 - ctx.alu_temp_gprs && "color failed"); in color()
466 return MAX_GPR - ctx.alu_temp_gprs; in first_temp_gpr()470 return MAX_GPR - 2 * ctx.alu_temp_gprs; in num_nontemp_gpr()
626 unsigned alu_temp_gprs; variable
879 if (gpr < MAX_GPR - ctx.alu_temp_gprs && gpr >= ngpr) in update_ngpr()