Searched refs:SVGA3dCopyRect (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/include/
H A Dsvga3d_reg.h1231 struct SVGA3dCopyRect { struct
1238 } SVGA3dCopyRect; typedef in typeref:struct:SVGA3dCopyRect
1299 /* Followed by variable number of SVGA3dCopyRect structures */
/external/mesa3d/src/gallium/drivers/svga/include/
H A Dsvga3d_reg.h1231 struct SVGA3dCopyRect { struct
1238 } SVGA3dCopyRect; typedef in typeref:struct:SVGA3dCopyRect
1299 /* Followed by variable number of SVGA3dCopyRect structures */
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/svgadump/
H A Dsvga_dump.c498 dump_SVGA3dCopyRect(const SVGA3dCopyRect *cmd)
1666 while(body + sizeof(SVGA3dCopyRect) <= next) {
1667 dump_SVGA3dCopyRect((const SVGA3dCopyRect *)body);
1668 body += sizeof(SVGA3dCopyRect);
/external/mesa3d/src/gallium/drivers/svga/svgadump/
H A Dsvga_dump.c498 dump_SVGA3dCopyRect(const SVGA3dCopyRect *cmd)
1666 while(body + sizeof(SVGA3dCopyRect) <= next) {
1667 dump_SVGA3dCopyRect((const SVGA3dCopyRect *)body);
1668 body += sizeof(SVGA3dCopyRect);

Completed in 58 milliseconds