Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_cmd.h126 const SVGA3dCopyBox *boxes,
171 SVGA3dCopyBox **boxes, uint32 numBoxes);
345 const SVGA3dCopyBox *box);
696 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.h195 SVGA3dCopyBox *boxes;
Dsvga_resource_buffer_upload.c574 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()
Dsvga_surface.c57 SVGA3dCopyBox box; in svga_texture_copy_region()
88 SVGA3dCopyBox box, *boxes; in svga_texture_copy_handle()
Dsvga_cmd_vgpu10.c175 const SVGA3dCopyBox *box) in SVGA3D_vgpu10_PredCopyRegion()
1414 const SVGA3dCopyBox *box) in SVGA3D_vgpu10_IntraSurfaceCopy()
Dsvga_pipe_blit.c83 SVGA3dCopyBox box; in intra_surface_copy()
Dsvga_resource_texture.c60 SVGA3dCopyBox box; in svga_transfer_dma_band()
/external/mesa3d/src/gallium/drivers/svga/include/
Dsvga3d_dx.h666 SVGA3dCopyBox box;
688 SVGA3dCopyBox box;
861 SVGA3dCopyBox box;
Dsvga3d_types.h112 struct SVGA3dCopyBox { struct
124 SVGA3dCopyBox; argument
Dsvga3d_cmd.h533 SVGA3dCopyBox box;
/external/mesa3d/src/gallium/drivers/svga/svgadump/
Dsvga_dump.c353 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()