Home
last modified time | relevance | path

Searched refs:SVGA3dBox (Results 1 – 10 of 10) sorted by relevance

/external/mesa3d/src/gallium/drivers/svga/include/
Dsvga3d_cmd.h469 SVGA3dBox boxSrc;
470 SVGA3dBox boxDest;
1200 SVGA3dBox srcBox;
1201 SVGA3dBox dstBox;
1219 SVGA3dBox srcBox;
1220 SVGA3dBox dstBox;
1255 SVGA3dBox srcBox;
1256 SVGA3dBox dstBox;
1674 SVGA3dBox box;
1729 SVGA3dBox box;
[all …]
Dsvga3d_dx.h650 SVGA3dBox boxSrc;
651 SVGA3dBox boxDest;
694 SVGA3dBox box;
739 SVGA3dBox destBox;
759 SVGA3dBox destBox;
Dsvga3d_types.h101 SVGA3dBox; typedef
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_cmd.h178 SVGA3dBox *boxSrc, SVGA3dBox *boxDest,
268 const SVGA3dBox *box,
291 const SVGA3dBox *box,
299 const SVGA3dBox *box,
662 const SVGA3dBox *box,
683 SVGA3dBox *dstBox);
Dsvga_cmd.c1100 SVGA3dBox *boxSrc, // IN in SVGA3D_SurfaceStretchBlt()
1101 SVGA3dBox *boxDest, // IN in SVGA3D_SurfaceStretchBlt()
1711 const SVGA3dBox *box, in SVGA3D_UpdateGBImage()
1825 const SVGA3dBox *box, in SVGA3D_ReadbackGBImagePartial()
1854 const SVGA3dBox *box, in SVGA3D_InvalidateGBImagePartial()
Dsvga_resource_texture.h151 SVGA3dBox box;
Dsvga_resource_texture.c703 const SVGA3dBox *box, in update_image_vgpu9()
721 const SVGA3dBox *box, in update_image_vgpu10()
786 SVGA3dBox box; in svga_texture_transfer_unmap_direct()
Dsvga_cmd_vgpu10.c1282 const SVGA3dBox *box, in SVGA3D_vgpu10_UpdateSubResource()
1354 SVGA3dBox *dstBox) in SVGA3D_vgpu10_TransferFromBuffer()
Dsvga_resource_buffer_upload.c661 SVGA3dBox *box = &update->body.box; in svga_buffer_upload_flush()
/external/mesa3d/src/gallium/drivers/svga/svgadump/
Dsvga_dump.c1368 dump_SVGA3dBox(const SVGA3dBox *box) in dump_SVGA3dBox()