Searched refs:SVGASignedRect (Results 1 – 7 of 7) sorted by relevance
565 } SVGASignedRect; typedef1662 SVGASignedRect destRect;1710 SVGASignedRect srcRect;
1101 SVGASignedRect srcRect;1103 SVGASignedRect destRect;
1496 SVGASignedRect scissorRects[SVGA3D_DX_MAX_SCISSORRECTS];
1359 dump_SVGASignedRect(const SVGASignedRect *cmd) in dump_SVGASignedRect()2091 SVGA3D_DUMP_CASE_LIST(SetScissorRects, SET_SCISSORRECTS, SVGASignedRect); in svga_dump_command()2442 while(body + sizeof(SVGASignedRect) <= next) { in svga_dump_command()2443 dump_SVGASignedRect((const SVGASignedRect *)body); in svga_dump_command()2444 body += sizeof(SVGASignedRect); in svga_dump_command()
499 const SVGASignedRect *rects) in SVGA3D_vgpu10_SetScissorRects()506 count * sizeof(SVGASignedRect), in SVGA3D_vgpu10_SetScissorRects()511 memcpy(cmd + 1, rects, count * sizeof(SVGASignedRect)); in SVGA3D_vgpu10_SetScissorRects()
410 const SVGASignedRect *rects);
746 SVGASignedRect rect; in emit_scissor_rect()