Searched refs:SVGA3dCopyRect (Results 1 – 2 of 2) sorted by relevance
498 dump_SVGA3dCopyRect(const SVGA3dCopyRect *cmd) in dump_SVGA3dCopyRect()1666 while(body + sizeof(SVGA3dCopyRect) <= next) { in svga_dump_command()1667 dump_SVGA3dCopyRect((const SVGA3dCopyRect *)body); in svga_dump_command()1668 body += sizeof(SVGA3dCopyRect); in svga_dump_command()
1231 struct SVGA3dCopyRect { struct1238 } SVGA3dCopyRect; argument