Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_streamout.c285 svga->so_surfaces[i] = svga_buffer_handle(svga, sot->base.buffer); in svga_set_stream_output_targets()
298 svga->so_surfaces[i] = NULL; in svga_set_stream_output_targets()
304 soBindings, svga->so_surfaces); in svga_set_stream_output_targets()
308 soBindings, svga->so_surfaces); in svga_set_stream_output_targets()
325 ret = swc->resource_rebind(swc, svga->so_surfaces[i], NULL, SVGA_RELOC_WRITE); in svga_rebind_stream_output_targets()
Dsvga_context.h569 struct svga_winsys_surface *so_surfaces[SVGA3D_DX_MAX_SOTARGETS]; member