Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_cmd.c464 swc->region_relocation(swc, &cmd->guest.ptr, st->hwbuf, 0, region_flags); in SVGA3D_SurfaceDMA()
526 swc->region_relocation(swc, &cmd->guest.ptr, guest, 0, region_flags); in SVGA3D_BufferDMA()
1530 swc->region_relocation(swc, &cmd->guestResult, buffer, 0, in SVGA3D_EndQuery()
1622 swc->region_relocation(swc, &cmd->guestResult, buffer, 0, in SVGA3D_WaitForQuery()
Dsvga_winsys.h316 (*region_relocation)(struct svga_winsys_context *swc, member
Dsvga_resource_buffer_upload.c610 swc->region_relocation(swc, &cmd->guest.ptr, guest, 0, region_flags); in svga_buffer_upload_hb_command()
/third_party/mesa3d/src/gallium/winsys/svga/drm/
Dvmw_context.c789 vswc->base.region_relocation = vmw_swc_region_relocation; in vmw_svga_winsys_context_create()