Searched refs:svga_set_stream_output (Results 1 – 4 of 4) sorted by relevance
204 ret = svga_set_stream_output(svga, gs->base.stream_output); in emit_hw_gs()211 ret = svga_set_stream_output(svga, NULL); in emit_hw_gs()
43 svga_set_stream_output(struct svga_context *svga,
356 ret = svga_set_stream_output(svga, vs->base.stream_output); in emit_hw_vs()360 ret = svga_set_stream_output(svga, NULL); in emit_hw_vs()
158 svga_set_stream_output(struct svga_context *svga, in svga_set_stream_output() function