Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_cmd.c436 uint32 boxesSize = sizeof *boxes * numBoxes; in SVGA3D_SurfaceDMA() local
455 sizeof *cmd + boxesSize + sizeof *pSuffix, in SVGA3D_SurfaceDMA()
470 memcpy(&cmd[1], boxes, boxesSize); in SVGA3D_SurfaceDMA()
472 pSuffix = (SVGA3dCmdSurfaceDMASuffix *)((uint8_t*)cmd + sizeof *cmd + boxesSize); in SVGA3D_SurfaceDMA()
1057 uint32 boxesSize = sizeof **boxes * numBoxes; in SVGA3D_BeginSurfaceCopy() local
1060 SVGA_3D_CMD_SURFACE_COPY, sizeof *cmd + boxesSize, in SVGA3D_BeginSurfaceCopy()
1069 memset(*boxes, 0, boxesSize); in SVGA3D_BeginSurfaceCopy()