Searched refs:numBoxes (Results 1 – 3 of 3) sorted by relevance
499 const uint32 numBoxes = sbuf->map.num_ranges; in svga_buffer_upload_gb_command() local507 assert(numBoxes); in svga_buffer_upload_gb_command()512 sizeof(*update_cmd) + (numBoxes - 1) * sizeof(*whole_update_cmd); in svga_buffer_upload_gb_command()516 total_commands_size, numBoxes); in svga_buffer_upload_gb_command()541 for (i = 1; i < numBoxes; ++i) { in svga_buffer_upload_gb_command()579 const uint32 numBoxes = sbuf->map.num_ranges; in svga_buffer_upload_hb_command() local601 assert(numBoxes); in svga_buffer_upload_hb_command()605 sizeof *cmd + numBoxes * sizeof *boxes + sizeof *pSuffix, in svga_buffer_upload_hb_command()626 pSuffix = (SVGA3dCmdSurfaceDMASuffix *)((uint8_t*)cmd + sizeof *cmd + numBoxes * sizeof *boxes); in svga_buffer_upload_hb_command()
432 uint32 numBoxes, // IN in SVGA3D_SurfaceDMA() argument438 uint32 boxesSize = sizeof *boxes * numBoxes; in SVGA3D_SurfaceDMA()1060 uint32 numBoxes) // IN in SVGA3D_BeginSurfaceCopy() argument1063 uint32 boxesSize = sizeof **boxes * numBoxes; in SVGA3D_BeginSurfaceCopy()
127 uint32 numBoxes,171 SVGA3dCopyBox **boxes, uint32 numBoxes);