Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_cmd.h126 const SVGA3dCopyBox *boxes,
171 SVGA3dCopyBox **boxes, uint32 numBoxes);
345 const SVGA3dCopyBox *box);
Dsvga_cmd.c431 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()
Dsvga_resource_buffer.h190 SVGA3dCopyBox *boxes;
Dsvga_resource_buffer_upload.c558 SVGA3dCopyBox *boxes; in svga_buffer_upload_hb_command()
597 sbuf->dma.boxes = (SVGA3dCopyBox *)&cmd[1]; in svga_buffer_upload_hb_command()
686 SVGA3dCopyBox *box = sbuf->dma.boxes + i; in svga_buffer_upload_flush()
Dsvga_pipe_blit.c88 SVGA3dCopyBox box; in copy_region_vgpu10()
Dsvga_surface.c59 SVGA3dCopyBox box, *boxes; in svga_texture_copy_handle()
Dsvga_cmd_vgpu10.c175 const SVGA3dCopyBox *box) in SVGA3D_vgpu10_PredCopyRegion()
Dsvga_resource_texture.c60 SVGA3dCopyBox box; in svga_transfer_dma_band()
/external/mesa3d/src/gallium/drivers/svga/svgadump/
Dsvga_dump.c353 dump_SVGA3dCopyBox(const SVGA3dCopyBox *cmd) in dump_SVGA3dCopyBox()
2188 while(body + sizeof(SVGA3dCopyBox) <= next) { in svga_dump_command()
2189 dump_SVGA3dCopyBox((const SVGA3dCopyBox *)body); in svga_dump_command()
2190 body += sizeof(SVGA3dCopyBox); in svga_dump_command()
2208 while(body + sizeof(SVGA3dCopyBox) <= next) { in svga_dump_command()
2209 dump_SVGA3dCopyBox((const SVGA3dCopyBox *)body); in svga_dump_command()
2210 body += sizeof(SVGA3dCopyBox); in svga_dump_command()
/external/mesa3d/src/gallium/drivers/svga/include/
Dsvga3d_types.h65 struct SVGA3dCopyBox { struct
77 SVGA3dCopyBox; argument
Dsvga3d_dx.h611 SVGA3dCopyBox box;
771 SVGA3dCopyBox box;