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.c279 svga->so_surfaces[i] = svga_buffer_handle(svga, sot->base.buffer, in svga_set_stream_output_targets()
297 svga->so_surfaces[i] = NULL; in svga_set_stream_output_targets()
303 soBindings, svga->so_surfaces); in svga_set_stream_output_targets()
307 soBindings, svga->so_surfaces); in svga_set_stream_output_targets()
324 ret = swc->resource_rebind(swc, svga->so_surfaces[i], NULL, SVGA_RELOC_WRITE); in svga_rebind_stream_output_targets()
Dsvga_context.h577 struct svga_winsys_surface *so_surfaces[SVGA3D_DX_MAX_SOTARGETS]; member