Lines Matching defs:vdecl
125 memcpy(hwtnl->cmd.vdecl, decls, count * sizeof(*decls));
199 SVGA3dVertexDecl *vdecl;
278 &vdecl,
284 memcpy(vdecl,
285 hwtnl->cmd.vdecl,
286 hwtnl->cmd.vdecl_count * sizeof hwtnl->cmd.vdecl[0]);
290 assert(vdecl[i].array.offset % 4 == 0);
291 assert(vdecl[i].array.stride % 4 == 0);
298 vdecl[i].rangeHint.first = hwtnl->cmd.min_index[0];
299 vdecl[i].rangeHint.last = hwtnl->cmd.max_index[0] + 1;
302 vdecl[i].rangeHint.first = 0;
303 vdecl[i].rangeHint.last = 0;
307 &vdecl[i].array.surfaceId,
1220 unsigned offset = hwtnl->cmd.vdecl[i].array.offset;
1221 unsigned stride = hwtnl->cmd.vdecl[i].array.stride;
1237 switch (hwtnl->cmd.vdecl[i].identity.type) {