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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/
H A Dsb_ra_init.cpp49 static const unsigned size = MAX_GPR * 4 / bt_bits;
161 assert(bit < ((MAX_GPR - num_temps) << 2));
171 for (unsigned a = 0; a < MAX_GPR - num_temps; ++a) {
H A Dsb_shader.cpp464 // (MAX_GPR - 2 * ctx.alu_temp_gprs) should be used for that instead.
466 return MAX_GPR - ctx.alu_temp_gprs;
470 return MAX_GPR - 2 * ctx.alu_temp_gprs;
H A Dsb_bc.h248 MAX_GPR = 128, enumerator in enum:r600_sb::misc_consts
H A Dsb_bc_finalize.cpp886 if (gpr < MAX_GPR - ctx.alu_temp_gprs && gpr >= ngpr)
H A Dsb_bc_parser.cpp510 } else if (src.sel < MAX_GPR) {
H A Dsb_sched.cpp1321 re = MAX_GPR;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/
H A Dsb_ra_init.cpp49 static const unsigned size = MAX_GPR * 4 / bt_bits;
161 assert(bit < ((MAX_GPR - num_temps) << 2));
171 for (unsigned a = 0; a < MAX_GPR - num_temps; ++a) {
H A Dsb_shader.cpp464 // (MAX_GPR - 2 * ctx.alu_temp_gprs) should be used for that instead.
466 return MAX_GPR - ctx.alu_temp_gprs;
470 return MAX_GPR - 2 * ctx.alu_temp_gprs;
H A Dsb_bc.h248 MAX_GPR = 128, enumerator in enum:r600_sb::misc_consts
H A Dsb_bc_finalize.cpp886 if (gpr < MAX_GPR - ctx.alu_temp_gprs && gpr >= ngpr)
H A Dsb_bc_parser.cpp518 } else if (src.sel < MAX_GPR) {
H A Dsb_sched.cpp1321 re = MAX_GPR;

Completed in 19 milliseconds