Home | History | Annotate | Download | only in compiler

Lines Matching refs:loopcount

83    c->reg.loopcount  = retype(brw_vec1_grf(i, 1), BRW_REGISTER_TYPE_D);
137 struct brw_reg tmp0 = c->reg.loopcount; /* handy temporary */
177 struct brw_reg tmp0 = c->reg.loopcount; /* handy temporary */
305 brw_MOV(p, c->reg.loopcount, c->reg.nr_verts);
400 /* while (--loopcount != 0)
402 brw_ADD(p, c->reg.loopcount, c->reg.loopcount, brw_imm_d(-1));
451 /* for (loopcount = nr_verts-2; loopcount > 0; loopcount--)
454 c->reg.loopcount,
482 brw_ADD(p, c->reg.loopcount, c->reg.loopcount, brw_imm_d(-1));
531 struct brw_reg tmp0 = c->reg.loopcount; /* handy temporary */