Searched refs:SVGASignedRect (Results 1 – 7 of 7) sorted by relevance
567 } SVGASignedRect; typedef1682 SVGASignedRect destRect;1730 SVGASignedRect srcRect;
1176 SVGASignedRect srcRect;1178 SVGASignedRect destRect;
1774 SVGASignedRect scissorRects[SVGA3D_DX_MAX_SCISSORRECTS];
1359 dump_SVGASignedRect(const SVGASignedRect *cmd) in dump_SVGASignedRect()2100 SVGA3D_DUMP_CASE_LIST(SetScissorRects, SET_SCISSORRECTS, SVGASignedRect); in svga_dump_command()2451 while(body + sizeof(SVGASignedRect) <= next) { in svga_dump_command()2452 dump_SVGASignedRect((const SVGASignedRect *)body); in svga_dump_command()2453 body += sizeof(SVGASignedRect); in svga_dump_command()
500 const SVGASignedRect *rects) in SVGA3D_vgpu10_SetScissorRects()507 count * sizeof(SVGASignedRect), in SVGA3D_vgpu10_SetScissorRects()513 memcpy(cmd + 1, rects, count * sizeof(SVGASignedRect)); in SVGA3D_vgpu10_SetScissorRects()
410 const SVGASignedRect *rects);
799 SVGASignedRect rect[SVGA3D_DX_MAX_VIEWPORTS]; in emit_scissor_rect()