Searched refs:SVGA3dVertexDecl (Results 1 – 11 of 11) sorted by relevance
68 SVGA3dVertexDecl vdecl[PIPE_MAX_ATTRIBS];
55 const SVGA3dVertexDecl *decl,
103 SVGA3dVertexDecl vdecl[SVGA3D_INPUTREG_MAX];
118 const SVGA3dVertexDecl *decl, in svga_hwtnl_vdecl()176 SVGA3dVertexDecl *vdecl; in svga_hwtnl_flush()
49 SVGA3dVertexDecl decl; in emit_hw_vs_vdecl()
985 SVGA3dVertexDecl **decls, // OUT in SVGA3D_BeginDrawPrimitives()991 SVGA3dVertexDecl *declArray; in SVGA3D_BeginDrawPrimitives()1007 declArray = (SVGA3dVertexDecl*) &cmd[1]; in SVGA3D_BeginDrawPrimitives()
136 SVGA3dVertexDecl **decls,
153 SVGA3dVertexDecl vdecl[PIPE_MAX_ATTRIBS]; in svga_swtnl_update_vdecl()
176 SVGA3dVertexDecl vdecl[PIPE_MAX_ATTRIBS]; in svga_vbuf_submit_state()
41 dump_SVGA3dVertexDecl(const SVGA3dVertexDecl *cmd) in dump_SVGA3dVertexDecl()1717 dump_SVGA3dVertexDecl((const SVGA3dVertexDecl *)body); in svga_dump_command()1718 body += sizeof(SVGA3dVertexDecl); in svga_dump_command()
1483 } SVGA3dVertexDecl; typedef