Lines Matching refs:constlen
165 /* NOTE: if relative addressing is used, we set constlen in
169 v->constlen = MAX2(v->constlen, info->max_const + 1);
171 if (v->constlen > ir3_const_state(v)->offsets.driver_param)
174 /* On a4xx and newer, constlen must be a multiple of 16 dwords even though
176 * regarding the shared constlen simpler.
179 v->constlen = align(v->constlen, 4);
575 /* Given an array of constlen's, decrease some of them so that the sum stays
609 /* Figures out which stages in the pipeline to use the "safe" constlen for, in
610 * order to satisfy all shared constlen limits.
620 constlens[i] = variants[i]->constlen;
857 "; %s prog %d/%d: %u last-baryf, %d half, %d full, %u constlen\n",
859 so->info.max_half_reg + 1, so->info.max_reg + 1, so->constlen);