Searched refs:SVGA3dCopyRect (Results 1 – 2 of 2) sorted by relevance
104 struct SVGA3dCopyRect { struct113 SVGA3dCopyRect; typedef
564 dump_SVGA3dCopyRect(const SVGA3dCopyRect *cmd) in dump_SVGA3dCopyRect()2349 while(body + sizeof(SVGA3dCopyRect) <= next) { in svga_dump_command()2350 dump_SVGA3dCopyRect((const SVGA3dCopyRect *)body); in svga_dump_command()2351 body += sizeof(SVGA3dCopyRect); in svga_dump_command()