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