Lines Matching refs:bgn
183 memcpy(&dst->vs_const_f[r->bgn * 4],
184 &src->vs_const_f[r->bgn * 4],
185 (r->end - r->bgn) * 4 * sizeof(float));
188 memcpy(&dst->vs_const_i[r->bgn * 4],
189 &src->vs_const_i[r->bgn * 4],
190 (r->end - r->bgn) * 4 * sizeof(int));
193 memcpy(&dst->vs_const_b[r->bgn],
194 &src->vs_const_b[r->bgn],
195 (r->end - r->bgn) * sizeof(int));
203 memcpy(&dst->ps_const_f[r->bgn * 4],
204 &src->ps_const_f[r->bgn * 4],
205 (r->end - r->bgn) * 4 * sizeof(float));
428 &src->ps_const_f[0], (r->end - r->bgn) * 4 * sizeof(float));