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
330 view_relocation(swc, color_surf, &cmd->renderTargetViewId, in SVGA3D_vgpu10_ClearRenderTargetView()
369 view_relocation(swc, depth_stencil_surf, &cmd->depthStencilViewId, in SVGA3D_vgpu10_SetRenderTargets()
375 view_relocation(swc, NULL, &cmd->depthStencilViewId, in SVGA3D_vgpu10_SetRenderTargets()
385 view_relocation(swc, color_surfs[i], ctarget + i, SVGA_RELOC_WRITE); in SVGA3D_vgpu10_SetRenderTargets()
389 view_relocation(swc, NULL, ctarget + i, SVGA_RELOC_WRITE); in SVGA3D_vgpu10_SetRenderTargets()
713 view_relocation(swc, ds_surf, &cmd->depthStencilViewId, in SVGA3D_vgpu10_ClearDepthStencilView()