Lines Matching refs:vdecl
125 hwtnl->cmd.vdecl[i] = *decl;
176 SVGA3dVertexDecl *vdecl;
226 &vdecl,
234 memcpy( vdecl,
235 hwtnl->cmd.vdecl,
236 hwtnl->cmd.vdecl_count * sizeof hwtnl->cmd.vdecl[0]);
244 vdecl[i].rangeHint.first = hwtnl->cmd.min_index[0];
245 vdecl[i].rangeHint.last = hwtnl->cmd.max_index[0] + 1;
248 vdecl[i].rangeHint.first = 0;
249 vdecl[i].rangeHint.last = 0;
253 &vdecl[i].array.surfaceId,
304 unsigned offset = hwtnl->cmd.vdecl[i].array.offset;
305 unsigned stride = hwtnl->cmd.vdecl[i].array.stride;
314 switch (hwtnl->cmd.vdecl[i].identity.type) {