Searched refs:svga_set_stream_output (Results 1 – 4 of 4) sorted by relevance
177 ret = svga_set_stream_output(svga, gs->base.stream_output); in emit_hw_gs()184 ret = svga_set_stream_output(svga, NULL); in emit_hw_gs()
46 svga_set_stream_output(struct svga_context *svga,
369 ret = svga_set_stream_output(svga, vs->base.stream_output); in emit_hw_vs()373 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