Home
last modified time | relevance | path

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

/external/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()
281 swc->surface_relocation(swc, cmd_ids + i, NULL, views[i], in SVGA3D_vgpu10_SetShaderResources()
482 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()
465 swc->surface_relocation(swc, &cmd->host.sid, NULL, in SVGA3D_SurfaceDMA()
527 swc->surface_relocation(swc, &cmd->host.sid, in SVGA3D_BufferDMA()
1695 swc->surface_relocation(swc, &cmd->sid, &cmd->mobid, surface, in SVGA3D_BindGBSurface()
1724 swc->surface_relocation(swc, &cmd->image.sid, NULL, surface, in SVGA3D_UpdateGBImage()
1754 swc->surface_relocation(swc, &cmd->sid, NULL, surface, in SVGA3D_UpdateGBSurface()
1782 swc->surface_relocation(swc, &cmd->image.sid, NULL, surface, in SVGA3D_ReadbackGBImage()
[all …]
Dsvga_resource_buffer_upload.c470 swc->surface_relocation(swc, &invalidate_cmd->image.sid, NULL, in svga_buffer_upload_gb_command()
505 swc->surface_relocation(swc, &update_cmd->image.sid, NULL, sbuf->handle, in svga_buffer_upload_gb_command()
523 swc->surface_relocation(swc, &whole_update_cmd->body.image.sid, NULL, in svga_buffer_upload_gb_command()
591 swc->surface_relocation(swc, &cmd->host.sid, NULL, host, surface_flags); in svga_buffer_upload_hb_command()
Dsvga_state_tss.c207 svga->swc->surface_relocation(svga->swc, in update_tss_binding()
286 svga->swc->surface_relocation(svga->swc, in svga_reemit_tss_bindings()
Dsvga_winsys.h274 (*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()
/external/mesa3d/src/gallium/winsys/svga/drm/
Dvmw_context.c808 vswc->base.surface_relocation = vmw_swc_surface_relocation; in vmw_svga_winsys_context_create()