Searched refs:svga_set_stream_output (Results 1 – 4 of 4) sorted by relevance
147 ret = svga_set_stream_output(svga, gs->base.stream_output); in emit_hw_gs()154 ret = svga_set_stream_output(svga, NULL); in emit_hw_gs()
46 svga_set_stream_output(struct svga_context *svga,
307 ret = svga_set_stream_output(svga, vs->base.stream_output); in emit_hw_vs()311 ret = svga_set_stream_output(svga, NULL); in emit_hw_vs()
299 svga_set_stream_output(struct svga_context *svga, in svga_set_stream_output() function