Searched refs:surface_relocation (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_cmd.c | 65 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()
|
D | svga_winsys.h | 92 (*surface_relocation)(struct svga_winsys_context *swc, member
|
D | svga_draw.c | 252 swc->surface_relocation(swc, in svga_hwtnl_flush() 263 swc->surface_relocation(swc, in svga_hwtnl_flush()
|
D | svga_state_tss.c | 154 svga->swc->surface_relocation(svga->swc, in update_tss_binding() 221 svga->swc->surface_relocation(svga->swc, in svga_reemit_tss_bindings()
|
D | svga_resource_buffer_upload.c | 216 swc->surface_relocation(swc, &cmd->host.sid, host, surface_flags); in svga_buffer_upload_command()
|
/external/mesa3d/src/gallium/winsys/svga/drm/ |
D | vmw_context.c | 376 vswc->base.surface_relocation = vmw_swc_surface_relocation; in vmw_svga_winsys_context_create()
|