HomeSort by relevance Sort by last modified time
    Searched refs:boxesSize (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_cmd.c 429 uint32 boxesSize = sizeof *boxes * numBoxes;
448 sizeof *cmd + boxesSize + sizeof *pSuffix,
462 memcpy(&cmd[1], boxes, boxesSize);
464 pSuffix = (SVGA3dCmdSurfaceDMASuffix *)((uint8_t*)cmd + sizeof *cmd + boxesSize);
1048 uint32 boxesSize = sizeof **boxes * numBoxes;
1051 SVGA_3D_CMD_SURFACE_COPY, sizeof *cmd + boxesSize,
1060 memset(*boxes, 0, boxesSize);
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_cmd.c 429 uint32 boxesSize = sizeof *boxes * numBoxes;
448 sizeof *cmd + boxesSize + sizeof *pSuffix,
462 memcpy(&cmd[1], boxes, boxesSize);
464 pSuffix = (SVGA3dCmdSurfaceDMASuffix *)((uint8_t*)cmd + sizeof *cmd + boxesSize);
1048 uint32 boxesSize = sizeof **boxes * numBoxes;
1051 SVGA_3D_CMD_SURFACE_COPY, sizeof *cmd + boxesSize,
1060 memset(*boxes, 0, boxesSize);
    [all...]

Completed in 137 milliseconds