Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_cmd_vgpu10.c47 view_relocation(struct svga_winsys_context *swc, // IN in view_relocation() function
329 view_relocation(swc, color_surf, &cmd->renderTargetViewId, in SVGA3D_vgpu10_ClearRenderTargetView()
368 view_relocation(swc, depth_stencil_surf, &cmd->depthStencilViewId, in SVGA3D_vgpu10_SetRenderTargets()
374 view_relocation(swc, NULL, &cmd->depthStencilViewId, in SVGA3D_vgpu10_SetRenderTargets()
384 view_relocation(swc, color_surfs[i], ctarget + i, SVGA_RELOC_WRITE); in SVGA3D_vgpu10_SetRenderTargets()
388 view_relocation(swc, NULL, ctarget + i, SVGA_RELOC_WRITE); in SVGA3D_vgpu10_SetRenderTargets()
705 view_relocation(swc, ds_surf, &cmd->depthStencilViewId, in SVGA3D_vgpu10_ClearDepthStencilView()