Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_resource_buffer_upload.c456 const uint32 numBoxes = sbuf->map.num_ranges; in svga_buffer_upload_gb_command() local
464 assert(numBoxes); in svga_buffer_upload_gb_command()
471 sizeof(*invalidate_cmd) + numBoxes * sizeof(*whole_update_cmd); in svga_buffer_upload_gb_command()
480 total_commands_size, 1 + numBoxes); in svga_buffer_upload_gb_command()
505 sizeof(*update_cmd) + (numBoxes - 1) * sizeof(*whole_update_cmd); in svga_buffer_upload_gb_command()
509 total_commands_size, numBoxes); in svga_buffer_upload_gb_command()
535 for (i = 1; i < numBoxes; ++i) { in svga_buffer_upload_gb_command()
573 const uint32 numBoxes = sbuf->map.num_ranges; in svga_buffer_upload_hb_command() local
595 assert(numBoxes); in svga_buffer_upload_hb_command()
599 sizeof *cmd + numBoxes * sizeof *boxes + sizeof *pSuffix, in svga_buffer_upload_hb_command()
[all …]
Dsvga_cmd.c432 uint32 numBoxes, // IN in SVGA3D_SurfaceDMA() argument
438 uint32 boxesSize = sizeof *boxes * numBoxes; in SVGA3D_SurfaceDMA()
1058 uint32 numBoxes) // IN in SVGA3D_BeginSurfaceCopy() argument
1061 uint32 boxesSize = sizeof **boxes * numBoxes; in SVGA3D_BeginSurfaceCopy()
Dsvga_cmd.h127 uint32 numBoxes,
171 SVGA3dCopyBox **boxes, uint32 numBoxes);