Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/svga/include/
Dsvga3d_cmd.h543 SVGA3dBox boxSrc;
544 SVGA3dBox boxDest;
1273 SVGA3dBox srcBox;
1274 SVGA3dBox dstBox;
1292 SVGA3dBox srcBox;
1293 SVGA3dBox dstBox;
1328 SVGA3dBox srcBox;
1329 SVGA3dBox dstBox;
1804 SVGA3dBox box;
1859 SVGA3dBox box;
[all …]
Dsvga3d_dx.h759 SVGA3dBox boxSrc;
760 SVGA3dBox boxDest;
783 SVGA3dBox box;
829 SVGA3dBox destBox;
849 SVGA3dBox destBox;
Dsvga3d_types.h148 SVGA3dBox; typedef
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_cmd.h178 SVGA3dBox *boxSrc, SVGA3dBox *boxDest,
268 const SVGA3dBox *box,
291 const SVGA3dBox *box,
299 const SVGA3dBox *box,
668 const SVGA3dBox *box,
689 SVGA3dBox *dstBox);
Dsvga_resource_texture.h124 SVGA3dBox box; /* The adjusted box with slice index removed from z */
148 SVGA3dBox box;
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.c671 const SVGA3dBox *box, in update_image_vgpu9()
682 const SVGA3dBox *box, in update_image_vgpu10()
751 SVGA3dBox box = st->box; in svga_texture_transfer_unmap_direct()
Dsvga_cmd_vgpu10.c1316 const SVGA3dBox *box, in SVGA3D_vgpu10_UpdateSubResource()
1388 SVGA3dBox *dstBox) in SVGA3D_vgpu10_TransferFromBuffer()
Dsvga_resource_buffer_upload.c679 SVGA3dBox *box = &update->body.box; in svga_buffer_upload_flush()
/third_party/mesa3d/src/gallium/drivers/svga/svgadump/
Dsvga_dump.c1368 dump_SVGA3dBox(const SVGA3dBox *box) in dump_SVGA3dBox()