Home
last modified time | relevance | path

Searched refs:SVGA3dCopyBox (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_cmd.h104 const SVGA3dCopyBox *boxes,
149 SVGA3dCopyBox **boxes, uint32 numBoxes);
Dsvga_cmd.c422 const SVGA3dCopyBox *boxes, // IN in SVGA3D_SurfaceDMA()
486 SVGA3dCopyBox *box; in SVGA3D_BufferDMA()
520 box = (SVGA3dCopyBox *)&cmd[1]; in SVGA3D_BufferDMA()
1044 SVGA3dCopyBox **boxes, // OUT in SVGA3D_BeginSurfaceCopy()
1058 *boxes = (SVGA3dCopyBox*) &cmd[1]; in SVGA3D_BeginSurfaceCopy()
Dsvga_resource_buffer.h167 SVGA3dCopyBox *boxes;
Dsvga_resource_buffer_upload.c185 SVGA3dCopyBox *boxes; in svga_buffer_upload_command()
222 sbuf->dma.boxes = (SVGA3dCopyBox *)&cmd[1]; in svga_buffer_upload_command()
250 SVGA3dCopyBox *boxes; in svga_buffer_upload_flush()
Dsvga_surface.c56 SVGA3dCopyBox box, *boxes; in svga_texture_copy_handle()
Dsvga_resource_texture.c60 SVGA3dCopyBox box; in svga_transfer_dma_band()
/external/mesa3d/src/gallium/drivers/svga/svgadump/
Dsvga_dump.c293 dump_SVGA3dCopyBox(const SVGA3dCopyBox *cmd) in dump_SVGA3dCopyBox()
1514 while(body + sizeof(SVGA3dCopyBox) <= next) { in svga_dump_command()
1515 dump_SVGA3dCopyBox((const SVGA3dCopyBox *)body); in svga_dump_command()
1516 body += sizeof(SVGA3dCopyBox); in svga_dump_command()
1534 while(body + sizeof(SVGA3dCopyBox) <= next) { in svga_dump_command()
1535 dump_SVGA3dCopyBox((const SVGA3dCopyBox *)body); in svga_dump_command()
1536 body += sizeof(SVGA3dCopyBox); in svga_dump_command()
/external/mesa3d/src/gallium/drivers/svga/include/
Dsvga3d_reg.h1241 struct SVGA3dCopyBox { struct
1251 } SVGA3dCopyBox; argument