Searched refs:passthrough_tcs (Results 1 – 3 of 3) sorted by relevance
194 if (svga->tcs.passthrough_tcs && in get_passthrough_tcs()199 svga->tcs.passthrough_tcs); in get_passthrough_tcs()205 if (svga->tcs.passthrough_tcs) { in get_passthrough_tcs()207 svga->tcs.passthrough_tcs); in get_passthrough_tcs()220 svga->tcs.passthrough_tcs = new_tcs; in get_passthrough_tcs()
133 if (svga->tcs.passthrough_tcs) { in svga_cleanup_tcs_state()134 svga_delete_tcs_state(&svga->pipe, svga->tcs.passthrough_tcs); in svga_cleanup_tcs_state()
780 struct svga_tcs_shader *passthrough_tcs; member