Searched refs:SVGASignedRect (Results 1 - 16 of 16) sorted by relevance
| /xsrc/external/mit/xf86-video-vmware/dist/src/ |
| H A D | svga_reg.h | 386 * SVGASignedRect -- 393 * SVGASignedRect specifies a half-open interval: the (left, top) 399 struct SVGASignedRect { struct 404 } SVGASignedRect; typedef in typeref:struct:SVGASignedRect 1381 SVGASignedRect destRect; 1429 SVGASignedRect srcRect;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/include/ |
| H A D | svga_reg.h | 549 * SVGASignedRect -- 556 * SVGASignedRect specifies a half-open interval: the (left, top) 567 } SVGASignedRect; typedef in typeref:struct:__anonea0e1c880f08 1682 SVGASignedRect destRect; 1730 SVGASignedRect srcRect;
|
| H A D | svga3d_cmd.h | 1142 SVGASignedRect srcRect; 1144 SVGASignedRect destRect;
|
| H A D | svga3d_dx.h | 591 /* Followed by a variable number of SVGASignedRect's. */ 1617 SVGASignedRect scissorRects[SVGA3D_DX_MAX_SCISSORRECTS];
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/include/ |
| H A D | svga_reg.h | 549 * SVGASignedRect -- 556 * SVGASignedRect specifies a half-open interval: the (left, top) 567 } SVGASignedRect; typedef in typeref:struct:__anon6cda5f7b0f08 1682 SVGASignedRect destRect; 1730 SVGASignedRect srcRect;
|
| H A D | svga3d_cmd.h | 1176 SVGASignedRect srcRect; 1178 SVGASignedRect destRect;
|
| H A D | svga3d_dx.h | 632 /* Followed by a variable number of SVGASignedRect's. */ 1774 SVGASignedRect scissorRects[SVGA3D_DX_MAX_SCISSORRECTS];
|
| /xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/ |
| H A D | svga3d_reg.h | 1676 SVGASignedRect srcRect; 1678 SVGASignedRect destRect; /* Supports scaling if src/rest different size */
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/ |
| H A D | svga_cmd_vgpu10.c | 500 const SVGASignedRect *rects) 507 count * sizeof(SVGASignedRect), 513 memcpy(cmd + 1, rects, count * sizeof(SVGASignedRect));
|
| H A D | svga_cmd.h | 410 const SVGASignedRect *rects);
|
| H A D | svga_state_framebuffer.c | 746 SVGASignedRect rect;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/ |
| H A D | svga_cmd_vgpu10.c | 500 const SVGASignedRect *rects) 507 count * sizeof(SVGASignedRect), 513 memcpy(cmd + 1, rects, count * sizeof(SVGASignedRect));
|
| H A D | svga_cmd.h | 410 const SVGASignedRect *rects);
|
| H A D | svga_state_framebuffer.c | 799 SVGASignedRect rect[SVGA3D_DX_MAX_VIEWPORTS];
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/svgadump/ |
| H A D | svga_dump.c | 1359 dump_SVGASignedRect(const SVGASignedRect *cmd) 1659 /* XXX: note we're not printing the SVGASignedRect list at this time */ 2100 SVGA3D_DUMP_CASE_LIST(SetScissorRects, SET_SCISSORRECTS, SVGASignedRect); 2451 while(body + sizeof(SVGASignedRect) <= next) { 2452 dump_SVGASignedRect((const SVGASignedRect *)body); 2453 body += sizeof(SVGASignedRect);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/svgadump/ |
| H A D | svga_dump.c | 1359 dump_SVGASignedRect(const SVGASignedRect *cmd) 1659 /* XXX: note we're not printing the SVGASignedRect list at this time */ 2100 SVGA3D_DUMP_CASE_LIST(SetScissorRects, SET_SCISSORRECTS, SVGASignedRect); 2451 while(body + sizeof(SVGASignedRect) <= next) { 2452 dump_SVGASignedRect((const SVGASignedRect *)body); 2453 body += sizeof(SVGASignedRect);
|
Completed in 49 milliseconds