Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_cmd_vgpu10.c344 struct pipe_surface *depth_stencil_surf) in SVGA3D_vgpu10_SetRenderTargets() argument
366 if (depth_stencil_surf) { in SVGA3D_vgpu10_SetRenderTargets()
367 ss = svga_surface(depth_stencil_surf); in SVGA3D_vgpu10_SetRenderTargets()
368 view_relocation(swc, depth_stencil_surf, &cmd->depthStencilViewId, in SVGA3D_vgpu10_SetRenderTargets()
Dsvga_cmd.h381 struct pipe_surface *depth_stencil_surf);