Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_ra_init.cpp49 static const unsigned size = MAX_GPR * 4 / bt_bits;
161 assert(bit < ((MAX_GPR - num_temps) << 2)); in find_free_bit()
171 for (unsigned a = 0; a < MAX_GPR - num_temps; ++a) { in find_free_array()
Dsb_shader.cpp466 return MAX_GPR - ctx.alu_temp_gprs; in first_temp_gpr()
470 return MAX_GPR - 2 * ctx.alu_temp_gprs; in num_nontemp_gpr()
Dsb_bc.h248 MAX_GPR = 128, enumerator
Dsb_bc_finalize.cpp879 if (gpr < MAX_GPR - ctx.alu_temp_gprs && gpr >= ngpr) in update_ngpr()
Dsb_bc_parser.cpp510 } else if (src.sel < MAX_GPR) { in prepare_alu_group()
Dsb_sched.cpp1314 re = MAX_GPR; in recolor_local()