Searched refs:SVGA3dCopyBox (Results 1 – 12 of 12) sorted by relevance
126 const SVGA3dCopyBox *boxes,171 SVGA3dCopyBox **boxes, uint32 numBoxes);345 const SVGA3dCopyBox *box);696 const SVGA3dCopyBox *box);
431 const SVGA3dCopyBox *boxes, // IN in SVGA3D_SurfaceDMA()497 SVGA3dCopyBox *box; in SVGA3D_BufferDMA()534 box = (SVGA3dCopyBox *)&cmd[1]; in SVGA3D_BufferDMA()1057 SVGA3dCopyBox **boxes, // OUT in SVGA3D_BeginSurfaceCopy()1071 *boxes = (SVGA3dCopyBox*) &cmd[1]; in SVGA3D_BeginSurfaceCopy()
195 SVGA3dCopyBox *boxes;
574 SVGA3dCopyBox *boxes; in svga_buffer_upload_hb_command()613 sbuf->dma.boxes = (SVGA3dCopyBox *)&cmd[1]; in svga_buffer_upload_hb_command()704 SVGA3dCopyBox *box = sbuf->dma.boxes + i; in svga_buffer_upload_flush()
57 SVGA3dCopyBox box; in svga_texture_copy_region()88 SVGA3dCopyBox box, *boxes; in svga_texture_copy_handle()
175 const SVGA3dCopyBox *box) in SVGA3D_vgpu10_PredCopyRegion()1414 const SVGA3dCopyBox *box) in SVGA3D_vgpu10_IntraSurfaceCopy()
83 SVGA3dCopyBox box; in intra_surface_copy()
60 SVGA3dCopyBox box; in svga_transfer_dma_band()
666 SVGA3dCopyBox box;688 SVGA3dCopyBox box;861 SVGA3dCopyBox box;
112 struct SVGA3dCopyBox { struct124 SVGA3dCopyBox; argument
533 SVGA3dCopyBox box;
353 dump_SVGA3dCopyBox(const SVGA3dCopyBox *cmd) in dump_SVGA3dCopyBox()2197 while(body + sizeof(SVGA3dCopyBox) <= next) { in svga_dump_command()2198 dump_SVGA3dCopyBox((const SVGA3dCopyBox *)body); in svga_dump_command()2199 body += sizeof(SVGA3dCopyBox); in svga_dump_command()2217 while(body + sizeof(SVGA3dCopyBox) <= next) { in svga_dump_command()2218 dump_SVGA3dCopyBox((const SVGA3dCopyBox *)body); in svga_dump_command()2219 body += sizeof(SVGA3dCopyBox); in svga_dump_command()