Home | History | Annotate | Download | only in svga

Lines Matching refs:vdecl

124    memcpy(hwtnl->cmd.vdecl, decls, count * sizeof(*decls));
185 SVGA3dVertexDecl *vdecl;
244 &vdecl,
250 memcpy(vdecl,
251 hwtnl->cmd.vdecl,
252 hwtnl->cmd.vdecl_count * sizeof hwtnl->cmd.vdecl[0]);
256 assert(vdecl[i].array.offset % 4 == 0);
257 assert(vdecl[i].array.stride % 4 == 0);
264 vdecl[i].rangeHint.first = hwtnl->cmd.min_index[0];
265 vdecl[i].rangeHint.last = hwtnl->cmd.max_index[0] + 1;
268 vdecl[i].rangeHint.first = 0;
269 vdecl[i].rangeHint.last = 0;
273 &vdecl[i].array.surfaceId,
777 unsigned offset = hwtnl->cmd.vdecl[i].array.offset;
778 unsigned stride = hwtnl->cmd.vdecl[i].array.stride;
794 switch (hwtnl->cmd.vdecl[i].identity.type) {