Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_cmd_vgpu10.c55 swc->surface_relocation(swc, id, NULL, s->handle, flags); in view_relocation()
58 swc->surface_relocation(swc, id, NULL, NULL, flags); in view_relocation()
73 swc->surface_relocation(swc, sid, NULL, surface, flags); in surface_to_resourceid()
76 swc->surface_relocation(swc, sid, NULL, NULL, flags); in surface_to_resourceid()
185 swc->surface_relocation(swc, &cmd->dstSid, NULL, dstSurf, SVGA_RELOC_WRITE); in SVGA3D_vgpu10_PredCopyRegion()
186 swc->surface_relocation(swc, &cmd->srcSid, NULL, srcSurf, SVGA_RELOC_READ); in SVGA3D_vgpu10_PredCopyRegion()
210 swc->surface_relocation(swc, &cmd->dstSid, NULL, dstSurf, SVGA_RELOC_WRITE); in SVGA3D_vgpu10_PredCopy()
211 swc->surface_relocation(swc, &cmd->srcSid, NULL, srcSurf, SVGA_RELOC_READ); in SVGA3D_vgpu10_PredCopy()
282 swc->surface_relocation(swc, cmd_ids + i, NULL, views[i], in SVGA3D_vgpu10_SetShaderResources()
483 swc->surface_relocation(swc, &sot->sid, NULL, surfaces[i], in SVGA3D_vgpu10_SetSOTargets()
[all …]
Dsvga_cmd.c68 swc->surface_relocation(swc, &id->sid, NULL, s->handle, flags); in surface_to_surfaceid()
73 swc->surface_relocation(swc, &id->sid, NULL, NULL, flags); in surface_to_surfaceid()
290 swc->surface_relocation(swc, &cmd->sid, NULL, sid, in SVGA3D_BeginDefineSurface()
377 swc->surface_relocation(swc, &cmd->sid, NULL, sid, in SVGA3D_DestroySurface()
467 swc->surface_relocation(swc, &cmd->host.sid, NULL, in SVGA3D_SurfaceDMA()
529 swc->surface_relocation(swc, &cmd->host.sid, in SVGA3D_BufferDMA()
1697 swc->surface_relocation(swc, &cmd->sid, &cmd->mobid, surface, in SVGA3D_BindGBSurface()
1726 swc->surface_relocation(swc, &cmd->image.sid, NULL, surface, in SVGA3D_UpdateGBImage()
1756 swc->surface_relocation(swc, &cmd->sid, NULL, surface, in SVGA3D_UpdateGBSurface()
1784 swc->surface_relocation(swc, &cmd->image.sid, NULL, surface, in SVGA3D_ReadbackGBImage()
[all …]
Dsvga_state_tss.c207 svga->swc->surface_relocation(svga->swc, in update_tss_binding()
287 svga->swc->surface_relocation(svga->swc, in svga_reemit_tss_bindings()
Dsvga_resource_buffer_upload.c527 swc->surface_relocation(swc, &update_cmd->image.sid, NULL, sbuf->handle, in svga_buffer_upload_gb_command()
545 swc->surface_relocation(swc, &whole_update_cmd->body.image.sid, NULL, in svga_buffer_upload_gb_command()
613 swc->surface_relocation(swc, &cmd->host.sid, NULL, host, surface_flags); in svga_buffer_upload_hb_command()
Dsvga_winsys.h301 (*surface_relocation)(struct svga_winsys_context *swc, member
Dsvga_draw.c306 swc->surface_relocation(swc, in draw_vgpu9()
315 swc->surface_relocation(swc, in draw_vgpu9()
/third_party/mesa3d/src/gallium/winsys/svga/drm/
Dvmw_context.c788 vswc->base.surface_relocation = vmw_swc_surface_relocation; in vmw_svga_winsys_context_create()