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.h567 SVGA3dBox boxSrc;
568 SVGA3dBox boxDest;
1297 SVGA3dBox srcBox;
1298 SVGA3dBox dstBox;
1316 SVGA3dBox srcBox;
1317 SVGA3dBox dstBox;
1352 SVGA3dBox srcBox;
1353 SVGA3dBox dstBox;
1828 SVGA3dBox box;
1883 SVGA3dBox box;
[all …]
Dsvga3d_dx.h793 SVGA3dBox destBox;
796 SVGA3dBox srcBox;
806 SVGA3dBox destBox;
809 SVGA3dBox srcBox;
907 SVGA3dBox boxSrc;
908 SVGA3dBox boxDest;
928 SVGA3dBox box;
964 SVGA3dBox destBox;
980 SVGA3dBox srcBox;
1001 SVGA3dBox destBox;
Dsvga3d_types.h153 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,
692 const SVGA3dBox *box,
713 SVGA3dBox *dstBox);
Dsvga_resource_texture.h120 SVGA3dBox box; /* The adjusted box with slice index removed from z */
144 SVGA3dBox box;
Dsvga_cmd.c1102 SVGA3dBox *boxSrc, // IN in SVGA3D_SurfaceStretchBlt()
1103 SVGA3dBox *boxDest, // IN in SVGA3D_SurfaceStretchBlt()
1713 const SVGA3dBox *box, in SVGA3D_UpdateGBImage()
1827 const SVGA3dBox *box, in SVGA3D_ReadbackGBImagePartial()
1856 const SVGA3dBox *box, in SVGA3D_InvalidateGBImagePartial()
Dsvga_resource_texture.c650 const SVGA3dBox *box, in update_image_vgpu9()
661 const SVGA3dBox *box, in update_image_vgpu10()
730 SVGA3dBox box = st->box; in svga_texture_transfer_unmap_direct()
Dsvga_cmd_vgpu10.c1400 const SVGA3dBox *box, in SVGA3D_vgpu10_UpdateSubResource()
1472 SVGA3dBox *dstBox) in SVGA3D_vgpu10_TransferFromBuffer()
Dsvga_resource_buffer_upload.c685 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()