Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_cmd_vgpu10.c343 struct pipe_surface **color_surfs, in SVGA3D_vgpu10_SetRenderTargets() argument
382 if (color_surfs[i]) { in SVGA3D_vgpu10_SetRenderTargets()
383 ss = svga_surface(color_surfs[i]); in SVGA3D_vgpu10_SetRenderTargets()
384 view_relocation(swc, color_surfs[i], ctarget + i, SVGA_RELOC_WRITE); in SVGA3D_vgpu10_SetRenderTargets()
Dsvga_cmd.h380 struct pipe_surface **color_surfs,