Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_cmd.c65 swc->surface_relocation(swc, &id->sid, s->handle, flags); in surface_to_surfaceid()
70 swc->surface_relocation(swc, &id->sid, NULL, flags); in surface_to_surfaceid()
283 swc->surface_relocation(swc, &cmd->sid, sid, SVGA_RELOC_WRITE); in SVGA3D_BeginDefineSurface()
369 swc->surface_relocation(swc, &cmd->sid, sid, SVGA_RELOC_READ); in SVGA3D_DestroySurface()
456 swc->surface_relocation(swc, &cmd->host.sid, texture->handle, surface_flags); in SVGA3D_SurfaceDMA()
514 swc->surface_relocation(swc, &cmd->host.sid, host, surface_flags); in SVGA3D_BufferDMA()
Dsvga_winsys.h92 (*surface_relocation)(struct svga_winsys_context *swc, member
Dsvga_draw.c252 swc->surface_relocation(swc, in svga_hwtnl_flush()
263 swc->surface_relocation(swc, in svga_hwtnl_flush()
Dsvga_state_tss.c154 svga->swc->surface_relocation(svga->swc, in update_tss_binding()
221 svga->swc->surface_relocation(svga->swc, in svga_reemit_tss_bindings()
Dsvga_resource_buffer_upload.c216 swc->surface_relocation(swc, &cmd->host.sid, host, surface_flags); in svga_buffer_upload_command()
/external/mesa3d/src/gallium/winsys/svga/drm/
Dvmw_context.c376 vswc->base.surface_relocation = vmw_swc_surface_relocation; in vmw_svga_winsys_context_create()